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

Gaussian Elimination Algorithm software
Filter: All | Freeware | Demo
 

Gaussian Elimination Algorithm

< 1 2 3 4 5 
Added: August 03, 2013 | Visits: 509

Rainflow Counting Algorithm The rainflow algorithm code has been prepared according to the ASTM standard (Standard practices for cycle counting in fatigue analysis) and optimized considering the calculation time.



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (50): Rainflow Counting Algorithm Download

Added: June 03, 2013 | Visits: 558

Linear equation system 'Ax=r' by Gauss elimination method This Matlab program Solve N-equation with Gauss elimination method and check results with Matlab Function.





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (52): Linear equation system 'Ax=r' by Gauss elimination method Download

Expectation-Maximization algorithm for bi-variate Normal Inverse Gaussian distribution EM estimation of parameters of bi variate NIG distribution.The test file:1. Simulate biNIG sample with use of randraw.m (http://www.mathworks.com/matlabcentral/fileexchange/7309)or invgrnd.m (http://www.mathworks.com/matlabcentral/fileexchange/10934) .2. Calls EMBIVNIG.m (values of starting...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Expectation-Maximization algorithm for bi-variate Normal Inverse Gaussian distribution Download

Added: September 07, 2013 | Visits: 314

Valiaho's algorithm Implementation of Valiaho's algorithm to determine the handicap based on paperH. Valiaho. Determining the handicap of a sufficient matrix. Linear Algebra and Its Applications, 253:279-298, 1997.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Valiaho's algorithm Download

Added: July 31, 2013 | Visits: 225

CAIM discretization algorithm This is the implementation of CAIM algorithm. Only one function is offered. Any corrections or improvements, please let me know. CORRECTED....****


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): CAIM discretization algorithm Download

Added: June 04, 2013 | Visits: 289

Dp algorithm a kind of usefull clustering algorithm that is better than kmeans and ward hierarchical clustering algorithms in some data sets


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 163.84 KB Download (49): Dp algorithm Download

Added: September 14, 2013 | Visits: 392

Gram schmidth Algorithm(modified) This is a very user friendly Gram Schmidth Algorithm implemented in MATLAB.I have already submited a file of the same algo,bt this one is bit more flexible than previous.Hope u will find it useful.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Gram schmidth Algorithm(modified) Download

Simple Zero Phase Distortion Multiplier-less Gaussian Low-Pass & High-Pass Filter of a Linear Chirp Simple Zero Phase Distortion Multiplier-less Gaussian Low-Pass & High-Pass Digital Filter of a Linear Chirp.


Platforms: Matlab


Added: June 03, 2013 | Visits: 314

Integer order 1D Gaussian function Computes the Gaussian function in 1D:exp(-log(2)*(2*(x-x0)./FWHM).^(2*floor(abs(order))));Where:x = Co-ordinatex0 = Centre of functionFWHM = Full Width Half Max of the functionorder = Gaussian orderNormal Gaussian is of order 1.Note that FWHM = (1/e Half Width)/sqrt(2*log(2))log is the natural log.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Integer order 1D Gaussian function Download

Added: August 27, 2013 | Visits: 193

EM Algorithm: i.i.d. Mixture Distribution This function infers the unobserved regimes and provides estimates for the parameters of a Gaussian mixture with two states using the EM algorithm.Exact references to the relevant equations from Hamilton (1994), Chapter 22 can be found in the procedure.Any Tx1 data vector can be fed into the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (42): EM Algorithm: i.i.d. Mixture Distribution Download

Added: September 09, 2013 | Visits: 469

Gaussian realization of a random variable GAUSSian REALIZation of a random variable with standard deviation sigma and correlation length lambda


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Gaussian realization of a random variable Download

Added: August 20, 2013 | Visits: 312

Gaussian fit Fits Gaussian curve into pointsThe function fits Guassian probability density function into a set of points. Standard deviation and mean are returned.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Gaussian fit Download

Added: June 05, 2013 | Visits: 330

Matrix Permanent using Ryser Algorithm Matrix permanent calculated using the fast Ryser Algorithm.Uses the Ryser Formula to calculate the permanent of a matrix. It is O((n^2)(2^n)) which is much faster than the naive algorithm O(n!n). The determinate of a matrix is defined as the analog of determinant where the signs ofeach term in...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Matrix Permanent using Ryser Algorithm Download

Multilayer Perceptron Neural Network Model and Backpropagation Algorithm for Simulink Multilayer Perceptron Neural Network Model and Backpropagation Algorithm for Simulink.Multilayer Perceptron Neural Network Model and Backpropagation Algorithm for Simulink.Marcelo Augusto Costa FernandesDCA - CT - UFRNmfernandes@dca.ufrn.br


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 194.56 KB Download (49): Multilayer Perceptron Neural Network Model and Backpropagation Algorithm for Simulink Download

Added: July 24, 2013 | Visits: 375

Line Drawing by Bresenham Algorithm This code implements Bresenham Line Algorithm with slight modification of error term in respect of computation efficiency that it does not require any division process. Hence it is more efficient. Also it has been generalized to draw lines of any slope. Point input order is thus insignificant. I...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Line Drawing by Bresenham Algorithm 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: March 23, 2013 | Visits: 299

Integer order radial-2D Gaussian function Calculates a rotated 2D gaussian (cylindrical)y = gauss2D_R(X, Y, FWHM_x, FWHM_y, theta, order);X = Matrix of x indicesY = Matrix of y indicesFWHM_x = FWHM in x dimensionFWHM_y = FWHM in y dimensiontheta = Rotation angle in degress (+ve = anticlockwise)order = Gaussian orderSet:X = ones(Ny, 1) *...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Integer order radial-2D Gaussian function Download

Minimum Spanning Tree or Kruskal's algorithm is used to find the branches of a ''tree'' having the minimum weight in a system of branches. The application of this algorithm is wide. One example is in finding the shortest (and cheapest) path of interconnecting several towns with an electric network.The GUI was built using...


Platforms: Matlab


Added: August 23, 2013 | Visits: 451

2D Multivariate Gaussian this function plots the 2D multivariate gaussian when the mean and covariance are provided. It does not use for loops. ex: plot mean=[10;11],cov=[6 0;0 6] 2D multivariate gaussian function >> mvg([10;11],[6 0;0 6])


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): 2D Multivariate Gaussian Download

Added: June 24, 2013 | Visits: 407

2D fast marching algorithm Compute the distance map to a set of points using the fast marching algorithm.Solves the 2-D eikonal PDE.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (56): 2D fast marching algorithm Download

< 1 2 3 4 5