Solution for mathematical problems by Numerical Method
- Clone the repo
git clone github.com/karthikyadav-git/numerical-method-in-C.git
-
Choose the method you want to solve your problem with
-
Go to the C file in
src/
folder -
Change the equation
-
Save the file
-
Go back to the root of the repo
-
Run the make command
make
-
Go to the
build/
folder -
Execute the file with the name of the required method. For example,
bisection
- You have your solution