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.181.347 Times

Gauss Jordan Method software
Filter: All | Freeware | Demo
 

Gauss Jordan Method

< 1 2 3 4 5 
Added: September 09, 2013 | Visits: 495

secant method in nonlinear ode this will find the solution of U''=k*U*U' by using taylor series 3rd order and secant methodit gives an idea about the nonlinear ode method and also gives the idea of solving problem in matlab



Platforms: Matlab

License: Freeware Size: 10 KB Download (40): secant method in nonlinear ode Download

Added: August 06, 2013 | Visits: 395

Newton Raphson method for Transcendental equations This code evaluates the root of transcendental equation with the help of Newton Raphson method with enhanced features like vanishing of differential of a function, Infinite cycling for root due to a poor initial approximation or when a root exists but differential does not.Use of symbolic Toolbox...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Newton Raphson method for Transcendental equations Download

Added: July 22, 2013 | Visits: 596

Conjugate Gradient Method The conjugate gradient method aims to solve a system of linear equations, Ax=b, where A is symmetric, without calculation of the inverse of A. It only requires a very small amount of membory, hence is particularly suitable for large scale systems.It is faster than other approach such as Gaussian...


Platforms: Matlab

License: Freeware Size: 10 KB Download (50): Conjugate Gradient Method Download

Added: May 23, 2013 | Visits: 285

Newmark's Method for Linear Systems A problem from Dynamics of Structures - Anil K. Chopra is picked and code written to solve the problem.The problem is to get the dynamic response of a structure using Newmark's method. System is a linear system.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (38): Newmark's Method for Linear Systems Download

Semi variance method and scaled windowed variance method for fractal time series analysis Semi variance method and scaled windowed variance method for fractal time series analysis.Referernce: Evaluating scaled windowed variance methods for estimating the Hurst coefficient of time series Physica A: Statistical and Theoretical PhysicsVolume 241, Issues 3-4, 15 July 1997, Pages 606-626


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 102.4 KB Download (48): Semi variance method and scaled windowed variance method for fractal time series analysis Download

Added: May 28, 2013 | Visits: 363

Gauss Hypergeometric Function Computes the Gauss hypergeometric function 2F1(a,b;c;z) and its derivative for real z, z


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Gauss Hypergeometric Function Download

Added: August 19, 2013 | Visits: 432

Gray image thresholding using the Triangle Method The Triangle method is due to Zack (Zack GW, Rogers WE, Latt SA (1977), "Automatic measurement of sister chromatid exchange frequency", J. Histochem. Cytochem. 25 (7): 741d-deOCt53. A line is constructed between the maximum of the histogram at b on the gray level axis and the lowest (or highest...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Gray image thresholding using the Triangle Method Download

An extended method to find the value of pi using random numbers inside a sphere.. The MATLAB file contains a method to find the value of pi. This is just an extension of the general method of finding pi from within a circle. It uses 3D-matrices and some more stuffs, which can be very helpful for educational purposes. Also, do change the values in the file, to see for yourself,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): An extended method to find the value of pi using random numbers inside a sphere.. Download

Added: August 02, 2013 | Visits: 478

Jean Le Rand D'Alambert Reduction Method (update:22-06-07) In this Matlab application was perused Jean Le Rand D'Alambert's** Reduction Method for two degree of linear differential equations and several analytical examples are compared with matlab solution applications.**Jean d'Alembert was a a French mathematician who was a pioneer in the study of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 184.32 KB Download (40): Jean Le Rand D'Alambert Reduction Method (update:22-06-07) Download

Efficient Conjugate Gradient Method for Symmetric Banded Matrix This code uses conjugate gradient method to solve the linear systemAx= b, where A is symmetric and banded. A is first stored in acompactstorage mode, using the function "compactstorage", and thenconjugate gradient method is applied to the compactly stored matrix.Input: A, initial guess x, vector...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Efficient Conjugate Gradient Method for Symmetric Banded Matrix Download

Added: April 19, 2013 | Visits: 410

Total Least Squares Method We present a Matlab toolbox which can solve basic problems related to the Total Least Squares (TLS) method in the modeling. By illustrative examples we show how to use the TLS method for solution of:- linear regression model- nonlinear regression model- fitting data in 3D space- identification of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Total Least Squares Method Download

Added: August 02, 2013 | Visits: 395

Load Flow Gauss Siedel Power System Load Flow Analysis using Gauss Siedel for infinite number of iterationsIf you are downloading this file to submit an assignment or doing your homework than "Best of Worst Luck".


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (55): Load Flow Gauss Siedel Download

Added: March 24, 2013 | Visits: 393

Fit t copula fast using method of moments Fitting a t-copula using the method of moments described in Quantitative Risk Management by McNeil, Frey and Embrechts. The outputs from this function correspond to those of the statistics toolbox's copulafit('t',u) . For large datasets, tcopulafit is immeasurably faster than copulafit('t',u)....


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 71.68 KB Download (44): Fit t copula fast using method of moments Download

One Single Component Reliability Monte Carlo Chronological Method This simple code shows how the Monte Carlo Chronological method works. This example is intended to be for educational purpose, generating an artificial history data vectors of a single component modeled in a two state Markov chain model and exponentially distributed. You just need to enter the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): One Single Component Reliability Monte Carlo Chronological Method Download

Added: June 17, 2013 | Visits: 470

Newton's method done right Newton's method for solving a system of nonlinear equations, see http://en.wikipedia.org/wiki/Newton's_methodNewton(X,F,X0) solves nonlinear system F(x)=0 by Newton's method, using the given initial approximation X0. The derivative (Jacobian) is evaluated symbolically. The iterations are...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 1024 KB Download (39): Newton's method done right Download

Added: August 20, 2013 | Visits: 399

Composite Trapezoid method for numeric integration COMPOSITE trapezoid Method for numerical calculations & analysis exercises in Numeric Integration. f function is given in terms of a symbolic variable x and as an inline function. E.g., f=inline('x^2+2*x-2'). Also, if the function f is trigenometric function, the 4th argument can be entered as...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 1024 KB Download (39): Composite Trapezoid method for numeric integration Download

Added: April 08, 2013 | Visits: 411

Composite Simpsons method for numeric integration COMPOSITE SIMPSON's method for numerical calculations and analysis exercises of Numeric Integration. f function is given in terms of a symbolic variable x and as aninline function. E.g., inline('x^2+2*x-2'). Also, if the function f is trigonometric function, the 4th argument can be entered...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 1024 KB Download (46): Composite Simpsons method for numeric integration Download

Added: April 06, 2013 | Visits: 346

Composite Mid-point method for numeric integration COMPOSITE midpoint rule method. Some numerical calculations and analysis exercises of Numeric Integration for comparison analysis. f function is given in terms of a symbolic variable x and expressed as an inline function. E.g., f=inline('x^2+2*x-2'). Also, if the function f is trigonometric...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 1024 KB Download (40): Composite Mid-point method for numeric integration Download

Added: August 30, 2013 | Visits: 293

The polynomial regression method This code implements the 1D polynomial regression method. It uses the least square method for the finding of regression polynomial coefficents. Outputs of the script are polynomial regression coefficients, residuals, the sum of squared errors, the determination index and the graphical comparison...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): The polynomial regression method Download

Added: June 07, 2013 | Visits: 464

Wilson tita Time Integration Method Given assembeled mass, stiffness matrices and damping matrices, external load vector of n degree's of freedom, response of the system to the external load is calculated using Wilson tita step-by-step integration method. Time step, tita value can be changed accordingly to the problem.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Wilson tita Time Integration Method Download

< 1 2 3 4 5