Skip to content

This repository implements numerical differentiation methods on cos(x) and e^(x) in C++

Notifications You must be signed in to change notification settings

vashist99/Numerical-Differentiation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Numerical-Differentiation

This repository implements numerical differentiation methods on cos(x) and e^(x) in C++

How does it work?

  • This project implements Forward difference, backward difference, and interpolated difference on an automatically generated data set with different interval sizes (H).

How to run?

  • Use:
g++ -std=c++17 cos.cpp

or

g++ cos.cpp

to run the difference methods on cos(x)

  • Use:
g++ -std=c++17 exp.cpp

or

g++ exp.cpp

to run the difference methods on e^(x)

About

This repository implements numerical differentiation methods on cos(x) and e^(x) in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published