Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Linear Algebra

Visualizations for linear algebra concepts, showing how linear transformations work in practice. Originally written as SageMath applets, with Python 3 (matplotlib/numpy) translations included.

Topics

Topic Description
Linearization via Jacobian Comparing a nonlinear map with its Jacobian linearization

How to Run

python3 linearize_jacobian/linearize_jacobian.py

The original SageMath code can be run on SageMathCell with no installation required.