# LinearAlgebra **Repository Path**: haozixu/LinearAlgebra ## Basic Information - **Project Name**: LinearAlgebra - **Description**: stuffs of learning linear algebra - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Learning Linear Algebra this is a personal project. I'm not sure if this will be of some help to you. course textbook: **Introduction to Linear Algebra** by Gilbert Strang ``` structure of this rubbish repo: code: core.h: basic low-peformance matrix & vector operations elimination.h: stuff related to Gauss-Jordan elimination, RREF etc main.cc: a main source file notes: just some notes. ``` - [x] math test: [*OK*] $$ \left( \int f(x)g(x)dx \right)^2 \le \left( \int (f(x))^2 dx \right) \left( \int (g(x))^2 dx \right) $$