rl-balaguer / MultivariableCalculus

Demonstrations of the fundamental concepts from multivariable calculus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multivariable Calculus Demos

A collection of Jupyter notebooks demonstrating the fundamental concepts of multivariable calculus.

Covers the following subjects:

  • The Gradient
  • Directional Derivative
  • Partial Derivatives and Multivariable Chain Rule
  • Curvature
  • Divergence
  • Curl
  • The Laplacian
  • The Jacobian
  • Tangent Planes
  • The Hessian Matrix
  • The Second Partial Derivative Test
  • Lagrange Multipliers & Constrained Optimization

Setup

Minimal setup is required to run this project. Just install the following dependencies:

pip install numpy matplotlib scipy jupyter

About

Demonstrations of the fundamental concepts from multivariable calculus


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%