From 1b2d190ae8d3c81c4c6f094decfd103ee9703c81 Mon Sep 17 00:00:00 2001 From: Arik Chakma Date: Wed, 20 Aug 2025 20:43:08 +0600 Subject: [PATCH] chore: linear algebra content --- .../content/linear-algebra@83UDoO1vC0LjL-qpI0Jh-.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/machine-learning/content/linear-algebra@83UDoO1vC0LjL-qpI0Jh-.md b/src/data/roadmaps/machine-learning/content/linear-algebra@83UDoO1vC0LjL-qpI0Jh-.md index 16c0fafc5..27acf6995 100644 --- a/src/data/roadmaps/machine-learning/content/linear-algebra@83UDoO1vC0LjL-qpI0Jh-.md +++ b/src/data/roadmaps/machine-learning/content/linear-algebra@83UDoO1vC0LjL-qpI0Jh-.md @@ -1 +1,3 @@ -# Linear Algebra \ No newline at end of file +# Linear Algebra + +Linear algebra is a branch of mathematics that deals with vector spaces and linear transformations between those spaces. It involves concepts like vectors, matrices, and systems of linear equations, and provides tools for manipulating and solving problems involving these entities. Operations such as matrix multiplication, decomposition, and eigenvalue analysis are fundamental to this field.