Showing posts with label
labs
.
Show all posts
Showing posts with label
labs
.
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, June 12, 2013
Determinant Calculation of N
th
Order Square Matrix| Cramer's Rule Implementation in C
›
Determinant calculation of a square matrix is widely used in solving many applied Mathematics problems. Some of them are while solving a se...
2 comments :
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
C Source Codes for Implementing Linked List
›
The linked list can be implemented using the pointer structure in C so that we can add an element delete an element search for an elem...
10 comments :
›
View web version