Skip to content

The numerical methods to find the first derivative and second derivative is discussed in this notebook. Three numeric approach to calculate the first derivative was discussed and two numeric approach to calculate the second derivative was discussed.

Notifications You must be signed in to change notification settings

kmshariat/DerivativeCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

A Numerical Method Approach to Find Derivatives

Derivates are generally calculated analytically by hand. But for digital machines, it has been always a complex task to solve these analytically. We can easily solve these derivatives numerically. Although we will have some error, but different methods, to solving can significantly reduce these errors. The numerical methods to find the first derivative and second derivative is discussed in this notebook. Three numeric approach to calculate the first derivative was discussed and two numeric approach to calculate the second derivative was discussed.

How to Use

Step 1 Download the notebook and open it on your local device
Step 2 Go to the plots section
Step 3 You'll find a section to input the function.
Step 4 Enter the funcion you want to calculate the derivative for
Step 5 Run all cells
Step 6 You'll find the First Derivative and Second Derivative of your input function

About

The numerical methods to find the first derivative and second derivative is discussed in this notebook. Three numeric approach to calculate the first derivative was discussed and two numeric approach to calculate the second derivative was discussed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published