Skip to content

A numerical method is an approximate computer method for solving a mathematical problem which often has no analytical solution.

Notifications You must be signed in to change notification settings

ThisIs-Developer/Numerical-Method

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numerical Methods Actions Status

Numerical methods implementation in C.

A numerical method is an approximate computer method for solving a mathematical problem which often has no analytical solution. Numerical methods are techniques that are used to approximate Mathematical procedures. We need approximations because we either cannot solve the procedure analytically or because the analytical method is intractable (an example is solving a set of a thousand simultaneous linear equations for a thousand unknowns).

205492731-23de76b9-3bdc-4bd3-8064-a3b060c12da8

Author

Implementations

Solutions of equations

Interpolation

Numerical integration

Initial-value problems for ordinary differential equations

Systems of differential equations

Methods for Linear Systems

Factorization