-
-
fixed-sqroot.zip
... .
Function calculates the integer square root for 32-bit number. Calculated as 16-bit integer part and 16-bit fractional part. Computation is performed for 32 iterations, and does not require multiplications or divisions (as opposed to Newton s method).
-
numerical.rar
Numerical program on Newton’s forward difference formulae, the use of Sterling formulae & the use of Newton’s backward difference formulae combindly, Trapezoidal rule, Gauss-Seidal method, Jacobi method.
-
Rapson_numerical.rar
In this experiment our equation is f(x0)=x^3-3x-1.We have to find the real root of this equation between 1 and 2.The programme has been shown in the"new_rap"
We have done the comparison between the Newton Rapson method the false position method
-
-
-
-
newton.zip
It is matlab code for Steepest Descent optimization method.
-
Newton_SimpleRF.rar
Newton method to found solutions for equations, some simple recursive functions
-
-
-