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

Vogel Method software
Filter: All | Freeware | Demo
 

Vogel Method

< 1 2 3 4 5 > 
Added: May 03, 2013 | Visits: 404

Generalized Newton Raphson Method Two methods are provided -1) an automatic updation method which can be effectively used outside of a loop since it writes out a newton-raphson computation file from the parameters received.2) a manual file generation method; effective when the resulting file has to be called repeatedly in a loop.



Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Generalized Newton Raphson Method Download

Added: April 19, 2013 | Visits: 411

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: March 24, 2013 | Visits: 394

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

Added: March 29, 2013 | Visits: 158

Perfectly Matched Layer(PML) in FDTD method. In FDTD method we are truncated the problem space.But in truncating we face the problem of reflection in its boundary.The absorbing boundary condition(ABC)but its quite difficult to make 2D ABC and make use in FDTD method. This problem is solved by PML.Suppose a wave propagating outward,it will...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Perfectly Matched Layer(PML) in FDTD method. Download

Added: June 13, 2013 | Visits: 438

3D_PML FOR FDTD METHOD(DIPOLE) FDTD is Finite Difference Time Domain method,but due to truncated it it will cause the reflectional on its boundary that will cause unnecessary noise to our simulation domain. So minimizing this unwanted signal we use PML(Perfectly Matched Layer)which can absorb this unwanted signal and so there...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): 3D_PML FOR FDTD METHOD(DIPOLE) Download

The Radial Basis Function (RBF) using pseudo-inverse method for Simulink The Radial Basis Function (RBF) using pseudo-inverse method for Simulink.The Radial Basis Function (RBF) with fixed centers selected at random andpseudo-inverse method for Simulink.Marcelo Augusto Costa FernandesDCA - CT - UFRNmfernandes@dca.ufrn.br


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 81.92 KB Download (44): The Radial Basis Function (RBF) using pseudo-inverse method for Simulink 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

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: 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: August 19, 2013 | Visits: 433

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

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: August 22, 2013 | Visits: 382

EULER method based 1st order ODE solving % [t, y]=EULER_forward_ODE(f, t0, y0, tend, Niter)% Euler forward 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): EULER method based 1st order ODE solving Download

Added: July 29, 2013 | Visits: 299

Multiple Source 2D wave propagation using FDTD method FDTD(Finite Difference Time Domain) is the most easiest method of EM Solver.In this code i just demonstrate that how can we launch multiple sources in a single time,and how they can combine effect with in single time domain. The Sources are taken as 20GHz Sine wave and number of signal are...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Multiple Source 2D wave propagation using FDTD method Download

Added: May 19, 2013 | Visits: 400

Mullers method for polynmial root finding MdoDsller's method uses three points, It constructs a parabola through these three points, and takes the intersection of the x-axis with the parabola to be the next approximation. The order of convergence of MdoDsller's method is approximately 1.84. This method could be advantageous if looking...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Mullers method for polynmial root finding Download

Added: August 21, 2013 | Visits: 371

Split Bregman method for Total Variation Denoising Implement the split Bregman method for total variation denoisingThese files implement the split Bregman method for total variation denoising. It solves the optmisation problem:u = arg min_u 1/2||u-g||_2^2 + mu*TV(u)where g is the noisy image, mu is the regularisation parameter and u is the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 153.6 KB Download (43): Split Bregman method for Total Variation Denoising Download

Added: September 06, 2013 | Visits: 336

Raible's Method Raible's Method Rev.02This script is used to compute the Raible table for any characteristics polynomial of f(Z) of any order (which saves alot of computing efforts.), accordingly the stability of discrete systems can be easily deduced, also helpful for testing and analysis of different discrete...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Raible's Method Download

Added: May 13, 2013 | Visits: 157

METAMATERIAL 1D SIMULATION USING FDTD METHOD Metamaterial 1D simulation using FDTD method and its frequency response are presented on this codeMetamaterial is a double negative material where the effective permeability and permittivity are negative. So if we hit any Gaussian wave on the surface of DNG material then some part is reflected...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): METAMATERIAL 1D SIMULATION USING FDTD METHOD Download

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

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

< 1 2 3 4 5 >