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

Finite Differences Method software
Filter: All | Freeware | Demo
 

Finite Differences Method

< 1 2 3 4 5 
Added: May 10, 2013 | Visits: 461

Method call when exit "with" statement This script provides a context manager that allows the user to specify a method on the passed-in object to be called when the 'with' statement is exited. This is a generalization of contextlib.closing.



Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Method call when exit "with" statement Download

Finite Difference Laplace Equation Solver using unequal square grid xy grids The attachment contains:1. Related matlab files.2. Picture files of possible outputs.3. A read me text file.4. A report containing detailed explanations about the basics and about coding algorithm used herein.Finite difference (central) method is applied and solution is obtained for the stream...





Platforms: Matlab


Added: September 10, 2013 | Visits: 650

golden section method algorithm Golden section method - searching for minimum of the function on given interval files:golden.m - main algorithm, computing minimum on intervalf.m - given function - file to modify by the user!


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): golden section method algorithm Download

Added: August 28, 2013 | Visits: 531

Circle Fit (Kasa method) 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.,...


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Circle Fit (Kasa method) Download

Added: March 26, 2013 | Visits: 823

NUMERICAL INTEGRATION WITH MONTE CARLO METHOD ON FPGA BOARD 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...


Platforms: Matlab

License: Freeware Size: 20.57 MB Download (50): NUMERICAL INTEGRATION WITH MONTE CARLO METHOD ON FPGA BOARD Download

Added: August 24, 2013 | Visits: 546

Quadratic programming by Wolf's method 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...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Quadratic programming by Wolf's method 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


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: June 22, 2013 | Visits: 531

IMPLEMENTATION OF GAUSS SEIDEL METHOD IN MATLAB IMPLEMENTATION OF GAUSS SEIDEL METHOD IN MATLAB used in the load flow problem


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (52): IMPLEMENTATION OF GAUSS SEIDEL METHOD IN MATLAB Download

Added: May 07, 2013 | Visits: 324

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 (41): Shooting method with GUI Download

Added: June 03, 2013 | Visits: 552

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

Added: April 27, 2013 | Visits: 340

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

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: 477

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 (39): 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 (48): 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: 404

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

< 1 2 3 4 5