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 :
Thursday, May 23, 2013
Modeling & Simulation of Chemical Reaction | Continuous System Simulation | C++ Implementation
›
Chemical reactions exhibit dynamic equilibrium, which means that a combination reaction is also accomplished by the reverse process of deco...
38 comments :
Tuesday, May 21, 2013
Preventing Windows 8 from Automatically Launching Browser on Network Connection | Solutions
›
With the newer version of Microsoft's Windows Operating System- Windows 8, its users are experiencing newer and more advanced features...
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