An open API service indexing awesome lists of open source software.

https://github.com/surajkareppagol/numerical-methods

🔢 Numerical Methods Implemented In C.
https://github.com/surajkareppagol/numerical-methods

cprogramming math numerical-methods

Last synced: about 1 year ago
JSON representation

🔢 Numerical Methods Implemented In C.

Awesome Lists containing this project

README

          

# C Library for numerical methods

This projects includes **C Programs** for various numerical methods such as curvefitting, regression co-efficient, R-K Method etc.

There will be a **C Library** with all the function of these programs.Some program outputs are shown below.

## Programs outputs

#### Curve fitting output

![curve fitting output](https://raw.githubusercontent.com/surajkareppagol/Assets/main/20%20-%20Numerical-Methods/curvefitting.png)

#### Regression coefficient output

![regression output](https://raw.githubusercontent.com/surajkareppagol/Assets/main/20%20-%20Numerical-Methods/regression.png)

#### Rank co-relation output

![regression output](https://raw.githubusercontent.com/surajkareppagol/Assets/main/20%20-%20Numerical-Methods/rankcorelation.png)