Showing posts with label
numerical methods
.
Show all posts
Showing posts with label
numerical methods
.
Show all posts
Wednesday, June 19, 2013
Random Numbers Generation & Chi-Squared Test for their Uniformity in C++
›
Continuous uniformly distributed random numbers means the set of random numbers where probability of any number in any integral within a c...
1 comment :
Wednesday, May 29, 2013
Solution of Ordinary Differential Equation using Runge-Kutta Method | RK4 method for ODE Solution in C
›
In numerical analysis, the Runge–Kutta methods are an important family of implicit and explicit iterative methods for the approximation of...
Friday, May 24, 2013
Gauss Jordan Method Implementation with C Source Code
›
In linear algebra, Gaussian Jordan method is an algorithm for solving systems of linear equations. It is usually understood as a sequence o...
2 comments :
Saturday, May 18, 2013
Newton-Raphson Method in C with source codes
›
Newton-Raphson method is a method for finding successively better roots (zeros) of a real valued function x: f(x) = 0. The algorithm can...
›
View web version