Skip to content

A basic library for Calculus with derivatives, Riemann sums, partial derivatives, line integrals, and more.

Notifications You must be signed in to change notification settings

eskaliert680/adhocCAS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

adhocCAS

A basic library for Calculus with derivatives, Riemann sums, partial derivatives, line integrals, and more.

Demo

# Suppose we wanted to find the partial derivative of z = x^2 + y^2 at (2,2), with respect to y.

partialDerivative(lambda x: x[0]**2 + x[1]**2,[2,2],2)

About

A basic library for Calculus with derivatives, Riemann sums, partial derivatives, line integrals, and more.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages