Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.211.966 Times

Gauss Jordan Method software
Filter: All | Freeware | Demo
 

Gauss Jordan Method

< 1 2 3 4 5 > 
Added: May 17, 2013 | Visits: 658

Finite Differences Beam Propagation Method in 3-D This set of simulations make use of the Alternating Direction Implicit method for solving the parabolic wave equation that arises in FD BPM.The zip file includes the following programs:FDBPM3D_free_space.m - Animation and video of the 3D propagation.FDBPM3D_free_space_slice.m - It shows slices of...



Platforms: Matlab

License: Freeware Size: 92.16 KB Download (47): Finite Differences Beam Propagation Method in 3-D Download

Mackey-Glass Time Series Forecasting using Method 2 Single Stage Fuzzy Forecaster Mackey-Glass Time Series Forecasting using Wang-Mendel Method





Platforms: Matlab


Solution of 2nd order differential equation by rayleigh ritz method This programs gives solution of 2nd order differential equation with variable coefficients by Rayleigh Ritz method using linear interpolation


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Solution of 2nd order differential equation by rayleigh ritz method Download

Controller Design and obtaining the Controller Function by rootlocuse method Designing a Controller and obtaining the Controller Function by rootlocuse method


Platforms: Matlab


Added: July 12, 2013 | Visits: 534

Gauss numerical integration Gauss numerical integration of univariate funcitons by 7-point Gaussian quadrature. Very accuracy and fast.


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Gauss numerical integration Download

Formulation of Ybus by singular transformation method of an IEEE 14 bus system This programs explains the formulation of Ybus by singular transformation method of an IEEE 14 bus system


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Formulation of Ybus by singular transformation method of an IEEE 14 bus system Download

Added: May 07, 2013 | Visits: 325

Peirce's method One of several approaches to outlier rejection, Peirce's method is more general than Chauvenet's method.As constructed this works on univariate data only.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Peirce's method Download

Added: August 18, 2013 | Visits: 366

Shooting method with GUI The code implements the shooting method by means of the Runge-Kutta method of 4th order and the interval bisection method. There is the graphical interface too. When the differential equation is inserted in terms of the standard mathematical notation (no in MATLAB code), the programme create the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (45): Shooting method with GUI Download

Added: April 27, 2013 | Visits: 342

1st order ODE's numerical solution with EULER method %%%%%%%%%%%%%%%%%% EULER_modified_ODE.m %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Euler modified approximation method to solve IVP ODEs% f defines the function f(t,y)% t0 defines initial value of t% y0 defines initial value of y


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): 1st order ODE's numerical solution with EULER method Download

Added: May 14, 2013 | Visits: 486

Monte Carlo method for estimating plane figure area To calculate an area S(A) of a figure A, bounded by a Jordan curve (which in our case is constructed by a cubic splineapproximation) the Monte Carlo method is applied


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Monte Carlo method for estimating plane figure area Download

newton-corrector method for ordinary differential equation Thee purpose,1. Speed up the convergence of correcting for each points (By newton method).2. To find the first few points by this method instead of R.K. method.3. To apply for higher order polynomial fitting.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 51.2 KB Download (39): newton-corrector method for ordinary differential equation Download

Added: August 29, 2013 | Visits: 478

Method to find prime numbers This is a very simple method to find prime numbers. I use a mathematical function to find non prime numbers. Thus I have compared its efficiency with a code found on Matlab Central, Written by John D'Errico.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 51.2 KB Download (43): Method to find prime numbers Download

Added: May 01, 2013 | Visits: 465

Finding the Fractal Dimension using Box Counting method. Its based on the traditional box-counting method for finding the fractal dimension of an image. The code is just for beginners for getting an idea of how the box-counting is done.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (52): Finding the Fractal Dimension using Box Counting method. Download

Added: September 09, 2013 | Visits: 360

1st oder ODE solver EULER backward method based %%%%%%%%%%%%%%%%% EULER_backward_ODE.m %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Euler modified approximation method to solve IVP ODEs% f defines the function f(t,y)% t0 defines initial value of t% y0 defines initial value of y


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): 1st oder ODE solver EULER backward method based Download

Added: August 21, 2013 | Visits: 405

Defect Correction Method Implementation of Defect Correction Method for iteratively solving a linear equation system. A Preconditioning strategy can be used to accelerate convergence.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (38): Defect Correction Method Download

Added: June 15, 2013 | Visits: 232

Fixed Point Method The Fixed Point Method is applied to a given function.Convergence conditions are as followed: f(xa)=0 (=) xa=g(xa) => xa[n+1]=g(xn), n=0,1,..Error majoration: |e(xk)|


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Fixed Point Method Download

Added: April 04, 2013 | Visits: 433

Newton's Method for Divided Differences Newton's Method for Divided Differences.The following formula is solved:Pn(x) = f(x0) + f[x0,x1](x-x0) + f[x0,x1,x2](x-x0)(x-x1) + ... + f[x0,x1,..,xn](x-x0)(x-x1)..(x-x[n-1])Where:f[x0,x1] = (f(x1-f(x0))/(x1-x0)f[x0,x1,..,xn] = (f[x1,..,xn]-f[x0,..,x_[n-1]])/(xn-x0)


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Newton's Method for Divided Differences Download

Added: April 05, 2013 | Visits: 429

Gauss Laguerre Quadrature Generates points and weights for Gauss Laguerre Quadrature, to a tolerance, tested for N < 300Finds zeros and improves via recursion


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Gauss Laguerre Quadrature Download

Beam Propagation Method for advancing gaussian beam in a profiled medium Basic GUI for Beam Propagation Method for advancing gaussian beam in a profiled medium.It can be used to demonstarate the concept of beam propagation.Any comment will be welcomed.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Beam Propagation Method for advancing gaussian beam in a profiled medium Download

Added: June 30, 2013 | Visits: 583

UC Free Order Payment Method The UC Free Order Payment Method module works in conjunction with the payment checkout pane using the order total preview to present a "Free order" payment method to customers when their order total drops to $0.00 or less. By default, this method will be hidden with javascript and displayed only...


Platforms: PHP

License: Freeware Size: 10 KB Download (40): UC Free Order Payment Method Download

< 1 2 3 4 5 >