I studied the Linear Algebra, and wrote the python code about the problems in the book below.
This repository is about the code I wrote.
Even though there are all answers in the book, I tried to write my code by myself.
< 응용이 보이는 선형대수학 - 이건명 지음, 한빛아카데미 >
http://www.yes24.com/Product/Goods/91102631
This project was coded in Python 3.9
- numpy
- Chapter1 Introduction To Linear Algebra
- Chapter2 Linear Equation
- Chapter3 Matrix
- Chapter4 Inverse Matrix
- Chapter5 Determinant
- Chapter6 Vector
- Chapter7 Linear Transform
- Chapter8 Eigenvalue and Eigenvector
- Chapter9 Orthogonality
- Chapter10 Diagonalization and Symmetry
