Software Listing: Method
- golden section method algorithm
- License: Freeware
- Price: 0.00

Golden section method - searching for minimum of the function on given interval files: golden.m - main algorithm, computing minimum on interval f.m - given function - file to modify by the user!.
- Publisher: Katarzyna Zarnowiec
- Date: 10-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Circle Fit (Kasa method)
- License: Freeware
- Price: 0.00

This is the fastest (though not most accurate) method of fitting a circlle to data points on a plane (given by their xy-coordinates). It returns the circle center (a,b) and radius R. It was proposed by I. Kasa in article "A curve fitting procedure and its error analysis", IEEE Trans. Inst. Meas., Vol. 25, pages 8-14, (1976). Another version of this circle fit has been posted by Izhak Bucher (file 5557)..
- Publisher: Nikolai Chernov
- Date: 05-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- NUMERICAL INTEGRATION WITH MONTE CARLO METHOD ON FPGA BOARD
- License: Freeware
- Price: 0.00

Numerical integration with Monte Carlo method (on FPGA chip). Requirements: - Matlab/Simulink - Diamond IDE (3L) - FPGA Xilinx VIrtex II (SMT8036E) http://www.sundance.com/web/files/static.asp?pagename=uni_offer_1) - Visual Studio (Optional) - Xilinx System Generator (Recommended) - Xilinx ISE (Recommended).
- Publisher: Francesco Pizzo
- Date: 22-01-2013
- Size: 21064 KB
- Platform: Matlab, Scripts
- Quadratic programming by Wolf's method
- License: Freeware
- Price: 0.00

This script is capable of solving a convex quadratic programming problem by Wolf's method. For the convergence of the algorithm it is necessary that either Hessian of the objective function be positive definite or positive semidefinite Hessian with linear term zero. For theory of Wolf method and QPP one may see "Numerical Optimization with Applications, Chandra S., Jayadeva, Mehra A., Alpha Science Internatinal Ltd, 2009.".
- Publisher: Bapi Chatterjee
- Date: 11-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Finite Differences Beam Propagation Method in 3-D
- License: Freeware
- Price: 0.00

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 the propagated pulse. FDBPM3D_free_space_volume.m - It displays the laser beam as it would look in free space after a 1500 um propagation..
- Publisher: Edgar Guevara Codina
- Date: 24-04-2013
- Size: 92 KB
- Platform: Matlab, Scripts
- Mackey-Glass Time Series Forecasting using Method 2 Single Stage Fuzzy Forecaster
- License: Freeware
- Price: 0.00

Mackey-Glass Time Series Forecasting using Wang-Mendel Method.
- Publisher: Satvir Singh
- Date: 21-03-2013
- Size: 143 KB
- Platform: Matlab, Scripts
- Solution of 2nd order differential equation by rayleigh ritz method
- License: Shareware

This programs gives solution of 2nd order differential equation with variable coefficients by Rayleigh Ritz method using linear interpolation.
- Publisher: Aditya Vaidya
- Date: 21-01-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Controller Design and obtaining the Controller Function by rootlocuse method
- License: Freeware
- Price: 0.00

Designing a Controller and obtaining the Controller Function by rootlocuse method.
- Publisher: Ahmad Kolahi
- Date: 12-01-2013
- Size: 20 KB
- Platform: Matlab, Scripts
This programs explains the formulation of Ybus by singular transformation method of an IEEE 14 bus system.
- Publisher: Maniraj
- Date: 26-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- IMPLEMENTATION OF GAUSS SEIDEL METHOD IN MATLAB
- License: Shareware

IMPLEMENTATION OF GAUSS SEIDEL METHOD IN MATLAB used in the load flow problem.
- Publisher: mohamed hamedo
- Date: 26-05-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Peirce's method
- License: Shareware

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..
- Publisher: Marc
- Date: 02-04-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Shooting method with GUI
- License: Shareware

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 fun.m file with the description of equation and start the shooting method. All parameters are inserted in GUI too. Thus, you can solve the boundary value problem of 2nd order without any programming. The GUI is started by command "shootingGUI"..
- Publisher: Martin V
- Date: 17-04-2013
- Size: 20 KB
- Platform: Matlab, Scripts
- Linear equation system 'Ax=r' by Gauss elimination method
- License: Shareware

This Matlab program Solve N-equation with Gauss elimination method and check results with Matlab Function..
- Publisher: Sobhan Rostami
- Date: 03-02-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- 1st order ODE's numerical solution with EULER method
- License: Shareware

%%%%%%%%%%%%%%%%%% 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.
- Publisher: Sulaymon Eshkabilov
- Date: 25-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- newton-corrector method for ordinary differential equation
- License: Shareware

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..
- Publisher: YOUNG-CHUNG HSUE
- Date: 20-06-2013
- Size: 51 KB
- Platform: Matlab, Scripts
- Method to find prime numbers
- License: Shareware

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..
- Publisher: Gabriel Kasser
- Date: 14-03-2013
- Size: 51 KB
- Platform: Matlab, Scripts
- Finding the Fractal Dimension using Box Counting method.
- License: Shareware

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..
- Publisher: Anoop
- Date: 22-04-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- 1st oder ODE solver EULER backward method based
- License: Shareware

%%%%%%%%%%%%%%%%% 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.
- Publisher: Sulaymon Eshkabilov
- Date: 04-04-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Defect Correction Method
- License: Shareware

Implementation of Defect Correction Method for iteratively solving a linear equation system. A Preconditioning strategy can be used to accelerate convergence..
- Publisher: Allan Peter Engsig-Karup
- Date: 14-04-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Fixed Point Method
- License: Shareware

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)| <= L^k/(1-L)*|x1-xo| Choice for inicial aproximation x0: x0 = middle point of [a,b] = (a+b)/2.
- Publisher: T. R
- Date: 15-05-2013
- Size: 10 KB
- Platform: Matlab, Scripts






