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

Vogel Approximation Method software
Filter: All | Freeware | Demo
 

Vogel Approximation Method

< 1 2 3 4 5 > 
Added: April 28, 2013 | Visits: 338

Bisection Method For a given function as a string, lower and upper bounds, number of iterations and tolerance Bisection Method is computed.



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Bisection Method Download

Added: July 20, 2013 | Visits: 271

Moving Least Square(MLS2D) Least Square method is common curve fitting approch. But for special some function, the tradiational Least Square method is hard to get enough accurancy dueo to gobal approximation. Moving Least Square(MLS) can fit any differentiable function through local approximation.Here I share MLS2D...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Moving Least Square(MLS2D) Download

Added: August 06, 2013 | Visits: 403

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: May 10, 2013 | Visits: 536

PlugnPay - API Payment Method API Payment Method For SSL Enabled Servers. Used with all builds of osCommerce v2.2


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (49): PlugnPay - API Payment Method Download

Added: May 10, 2013 | Visits: 460

Ubercart Payment Method Adjustments 5.x- The fees and discounts will be displayed to the customer during the checkout process with small print underneath the payment method.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x - Drupal...


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

License: Freeware Download (49): Ubercart Payment Method Adjustments 5.x- Download

Added: September 10, 2013 | Visits: 655

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 (49): golden section method algorithm Download

Added: August 28, 2013 | Visits: 533

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: May 16, 2013 | Visits: 673

temperature analysis using finite difference method Study of heat transfer and temperature of a 1x1 metal plateheat is dissipated through the left right and bottom sides and emp at infinity is t n(n-1) points in consideration,Temperature at top end is 500*sin(((i-1)*pi)/(n-1)A*Temp=U where A is coefficient matrix and u is constant matrixfinite...


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): temperature analysis using finite difference method Download

Added: August 01, 2013 | Visits: 604

Fourier series with sigma approximation Program FFTSIGMA plots Fourier series representations with sigma approximation. The figures show effects of the number of series terms and use of Lanczos sigma factors to smooth Gibbs oscillations. The Fourier series of a periodic function with period px has the approximate form: f(x) = sum(...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Fourier series with sigma approximation Download

Added: September 09, 2013 | Visits: 361

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: May 14, 2013 | Visits: 488

Monte Carlo method for estimating plane figure area To calculate an area S(A) of a figure A, bounded by a Jordan curve (which in our case is constructed by a cubic splineapproximation) the Monte Carlo method is applied


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Monte Carlo method for estimating plane figure area Download

Added: April 01, 2013 | Visits: 724

jQuery Carousel Output Method for Gallery API This module provide jQuery Carousel output method for Gallery API.More description coming soon...


Platforms: PHP

License: Freeware Size: 20.48 KB Download (48): jQuery Carousel Output Method for Gallery API Download

Released: December 05, 2012  |  Added: December 05, 2012 | Visits: 454

Banjon - Multilingual Input Method Banjon is a context sensitive input method (transliterator) for natural Languages. It is designed to analyze the pattern and context of input character sequences and generate output characters based on a predefined map script.


Platforms: Windows, Mac, Linux

License: Freeware Size: 542.53 KB Download (48): Banjon - Multilingual Input Method Download

Added: May 09, 2013 | Visits: 444

Approximating the Inverse Normal Applying the inverse transform method to the normal distribution entails evaluation of the inverse normal. This is the Beasley-Springer-Moro algorithm for approximating the inverse normal.Input: u, a sacalar or matrix with elements between 0 and 1Output: x, an approximation for the inverse normal...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Approximating the Inverse Normal Download

Added: April 19, 2013 | Visits: 412

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 (48): Total Least Squares Method Download

Added: August 30, 2013 | Visits: 296

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: April 18, 2013 | Visits: 247

Moving Least Square(MLS1D) Least Square method is common curve fitting approch. But for special some function, the tradiational Least Square method is hard to get enough accurancy dueo to gobal approximation. Moving Least Square(MLS) can fit any differentiable function through local approximation.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Moving Least Square(MLS1D) Download

Added: April 27, 2013 | Visits: 343

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 (47): 1st order ODE's numerical solution with EULER method Download

Added: May 17, 2013 | Visits: 659

Finite Differences Beam Propagation Method in 3-D 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...


Platforms: Matlab

License: Freeware Size: 92.16 KB Download (47): Finite Differences Beam Propagation Method in 3-D Download

BayesPI: a new biophysical model for studying protein-DNA interaction To further understand the implementation of hyperparameters re-estimation technique in Bayesian hierarchical model, we added two more prior assumptions over the weight in BayesPI, namely Laplace prior and Cauchy prior, by using the evidence approximation method. In addition, we divided...


Platforms: Matlab


< 1 2 3 4 5 >