Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 375 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 375 Bytes

Numeric-Methods

Algorithms for numerical methods by following the book of Chapra,S.C.,and Canale,R.P., Numerical Methods for Engineers, 7th ed., McGraw-Hill Education, 2015.

It contains;

1.GRAPHICAL APPROACH METHOD, 2.BISECTION METHOD, 3.FALSE POSITION METHOD, 4.SIMPLE FIXED ITERATION METHOD, 5.NEWTON-RAPSHSON METHOD, 6.SECANT METHOD, 7.MODIFIDED SECANT METHOD.