Skip to content

Latest commit

 

History

History
78 lines (43 loc) · 3.13 KB

File metadata and controls

78 lines (43 loc) · 3.13 KB

Education

Random goodies and visualizations to help understand mathematical and other concepts.

This repository contains interactive SageMath applets and Python visualizations for teaching and learning fundamental concepts in calculus and linear algebra. Each topic includes the original SageMath code, a Python 3 translation (using matplotlib and numpy), generated visualization images, and a detailed explanation.

Contents

Single-Variable Calculus

Multivariable Calculus

How to Run

Python Visualizations

All Python scripts require Python 3 with matplotlib, numpy, and scipy:

pip install matplotlib numpy scipy

Then run any visualization:

python3 calculus/newtons_method/newtons_method.py
python3 calculus/taylor_expansion_animated_dir/taylor_expansion.py
python3 linear_algebra/linearize_jacobian/linearize_jacobian.py
# etc.

SageMath Code

The original SageMath code can be run without installation on SageMathCell. Simply copy the contents of any sage_code file and paste it into the cell server.

License

GNU General Public License v3.0 -- see calculus/LICENSE.

Author

Keivan Hassani Monfared (k1monfared)