From 8eb2ba890402d8dc5c524f4c8b192e3eb7e65256 Mon Sep 17 00:00:00 2001 From: csmb20 Date: Wed, 5 Nov 2025 11:26:53 -0400 Subject: [PATCH] Update title to reflect linear algebra focus Algebra is broad branch of mathematics. Linear algebra reflects better the content of this project. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c6752db..7c4b9f6f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Calculus and algebra in Python - Step by step guide +# Calculus and linear algebra in Python - Step by step guide - Complete the problems using calculus, algebra and Python.