Skip to content

Forward Finite Difference implemented in C++ (project repository for MATH221-1 2Q2122)

License

Notifications You must be signed in to change notification settings

siennatariman/forward-finite-difference-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numerical Differentiation: Forward Finite Difference

Forward Finite Difference implemented in C++

Forward Finite Difference Formula

Installation

git clone https://github.com/siennatariman/forward-finite-difference-cpp.git

macOS:

  • open forward-difference.xcodeproj to launch project with Xcode
  • press the Run button

Windows Terminal:

  • open the command line and traverse to the forward-finiate-difference-cpp/forward-difference directory where main.cpp is located
  • then compile: gcc main.cpp -o ffdOutput.exe (wherein an executable file named ffdOutput.exe will be created)
  • and run: ffdOutput.exe

About

Forward Finite Difference implemented in C++ (project repository for MATH221-1 2Q2122)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages