Skip to content

karthikyadav-git/numerical-method-in-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numerical Method in C

Solution for mathematical problems by Numerical Method

Usage

  1. Clone the repo
git clone github.com/karthikyadav-git/numerical-method-in-C.git
  1. Choose the method you want to solve your problem with

  2. Go to the C file in src/ folder

  3. Change the equation

  4. Save the file

  5. Go back to the root of the repo

  6. Run the make command

make
  1. Go to the build/ folder

  2. Execute the file with the name of the required method. For example,

bisection
  1. You have your solution

About

Solve problems using Numerical Method writtten in C language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published