Numerical :Curve Fitting Moniruzzaman ShadhiN November 18, 2014 Numerical :Curve Fitting sample input Read More
NUmeric :LINEAR INTERPOLATION–QUADRATIC -LAGRANCE Moniruzzaman ShadhiN November 18, 2014NUmeric :LINEAR INTERPOLATION–QUADRATIC -LAGRANCE Read More
Numerical Methods for Engineers (5th and 6th Edition)-Steven C Chapra & Raymond P.Canale (PDF BOOK) with (SOlution) Moniruzzaman ShadhiN November 12, 2014 Numerical Methods for Engineers (5th and 6th Edition)-Steven C Chapra & Raymond P.Canale (PDF BOOK) with (SOlution) Read More
NUmeric :Secant Method code Moniruzzaman ShadhiN November 12, 2014 Sample equation for Secant Method where X-1=3 and x0=4 ; F(x)=2x 3 -11.7x 2 +17.7x 1 -5 Read More
NUmeric : Newton Rapson code Moniruzzaman ShadhiN November 12, 2014 Sample equation for Newton Rapson where X=3; F(x)=2x 3 -11.7x 2 +17.7x 1 -5 Read More
NUmeric : Naive Gauss code Moniruzzaman ShadhiN November 12, 2014Sample equation for Naïve Gauss 3x 1 -.01x 2 -0.2x 3 =7.85 0.1x 1 +7x 2 -0.3x 3 =-19.3 0.3x 1 -0.2x 2 +10x 3 =71.43 Read More
Numeric code :Gauss Jordan Moniruzzaman ShadhiN November 12, 2014 Sample equation for Gauss Jordan 3x 1 -.01x 2 -0.2x 3 =7.85 0.1x 1 +7x 2 -0.3x 3 =-19.3 0.3x 1 -0.2x 2 +10x 3 =71.43 Read More
NUmeric : False Position code Moniruzzaman ShadhiN November 12, 2014 Sample equation for False position F(x)=7.50x 4 +8.5x 3 -11.5x 2 +12x 1 -55. Read More
NUmeric : Bisection code Moniruzzaman ShadhiN November 12, 2014Sample equation for Bisection Read More