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

Polynomial Equations software
Filter: All | Freeware | Demo
 

Polynomial Equations

< 1 2 3 4 5 > 
Added: June 01, 2013 | Visits: 333

Generalized Laguerre polynomial LaguerreGen calculates the generalized Laguerre polynomial L{n, alpha}This function computes the generalized Laguerre polynomial L{n,alpha}.If no alpha is supplied, alpha is set to zero and this function calculates the "normal" Laguerre polynomial.Input: - n = nonnegative integer as degree level... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Generalized Laguerre polynomial Download

Added: June 20, 2013 | Visits: 407

Simscape Language Equations, Pretty Print This file contains MATLAB code that can parse Simscape language files, extract the equations, and displays them in a format that is easy to read. The equations are converted to LaTeX format and then displayed in a MATLAB figure window.Please read the README.txt file to get started. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Simscape Language Equations, Pretty Print Download

Added: April 27, 2013 | Visits: 364

Fredholm integral equations We present here a program Fie that solves numerically Fredholm integral equations of the second kind on an interval [a,b] to a specified, modest accuracy. Test programs are also included for the various cases. The program TestAll, with no input parameters, can be used to illustrate the various... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (43): Fredholm integral equations Download

Added: August 31, 2013 | Visits: 437

Polynomial division by convolution -- up to finite terms Polynomial division by convolution.Calculate inverse Z-transform -- (Polynomial division) - Up to K terms, q(z) = b(z)/a(z),where b(z)=b(0)+...+b(k)/z^k +...+b(n)/z^n. a(z)=a(0)+...+a(k)/z^k +...+a(m)/z^m. q(z)=q(0)+...+q(k)/z^k +...+q(K)/z^K + ......If coefficients of b(x) and a(x) are all... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Polynomial division by convolution -- up to finite terms Download

Added: May 12, 2013 | Visits: 330

Polynomial Square Root It returns a vector POL, if it exists, such that conv(POL,POL) = P. P is a vector whose elements are the coefficients of a polynomial in descending powers Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Polynomial Square Root Download

Added: May 14, 2013 | Visits: 627

Best polynomial approximation in uniform norm For a given real-valued function of one real variable on an interval, the code calculates the best approximation in the uniform (max) norm by a polynomial of a given degree. Approximating in a uniform norm is much computationally harder compared to the standard least squares fit, but gives eye... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Best polynomial approximation in uniform norm Download

Added: August 17, 2013 | Visits: 401

Lagrange polynomial % Polynomial Interpolation Problem: Lagrange Form% x and y are vectors with the same dimensions% Given n points: (x_k,y_k) k = 1,2,...n% this function finds a polynomial P(x) of degree less% than n such that P(x_k) = y_k% --% Remarks:% The resulting polynomial is displayed in symbolic notation%... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 51.2 KB Download (45): Lagrange polynomial Download

Added: August 17, 2013 | Visits: 497

ANNI - solver of a set of non-linear equations Let us suppose a set of non-linear equations in the formF(m) = d(m,d are vectors, F is a vector function of vector argument). ANNI tries to construct suitable numerical approximation for inverse projection of d to m, i.e. to find numerical form ofG(d) = m.Such mapping may not exist in general,... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 276.48 KB Download (49): ANNI - solver of a set of non-linear equations Download

Added: July 07, 2013 | Visits: 411

Custom solution for 3 non-linear simultaneous equations This customised function solves one type of non-linear systemof 3 simultaneous equations in 3 unknowns: k, L and r0 in 3 equations with 4 knowns: zeta, eeta, d and angle.function matrixresults = symsolvenonlineq(n,degrees,dinput)% EXAMPLE USAGE: m=symsolvenonlineq(3,45,20)% nb: takes around 738s... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Custom solution for 3 non-linear simultaneous equations Download

Added: May 05, 2013 | Visits: 462

Solves a custom set of linear simultaneous equations Fully documented script file but this essentially solves the simultaneous equations Yvonne presented in a previous thread and does so for two 1 x 4 vectors. I then built four graphs and displayed them all on one plot. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (38): Solves a custom set of linear simultaneous equations Download

Added: August 30, 2013 | Visits: 297

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: July 29, 2013 | Visits: 307

Polynomial Factorization POLYFACT Polynomial FactorizationQ = POLYFACT(A) returns the factorization of polynomial A. Input variable A must be a vector with integer coefficients in descending order. e.g. [3 7 2] represents 3*x^2+7x+2 Output Q is a cell array with each index being a polynomial factor, with integer... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Polynomial Factorization Download

Hermite cubic interpolating polynomial with specified derivatives PP = PCHIPD(X,Y,D) provides the piecewise cubic polynomial which interpolates values Y and derivatives D at the sites X. This is meant to augment the built-in Matlab function PCHIP, which does not allow the user to specify derivatives.X must be a vector.If Y and D are vectors, then Y(i) and D(i)... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Hermite cubic interpolating polynomial with specified derivatives Download

Added: March 28, 2013 | Visits: 298

NROOTS: complex polynomial root finder NROOTS attempts to find all the roots of a real/complex polynomial. It uses a two-step algorithm: a first-approximation to a root is found via the companion matrix method (as per the built-in function ROOTS) and then this approximation is refined (polished) via a Newton-Raphson iteration scheme.... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): NROOTS: complex polynomial root finder Download

Polynomiography of Newton method for one parameter cubic polynomial This code permits us to generate the polynomiographyof the Newton's method for the one parameter cubic polynomial p(z)= z^3+(c-1)*z-c, where c is the parameter spaceWe first check that 0 is a free critical point of Newton method for the polynomial p(z) Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Polynomiography of Newton method for one parameter cubic polynomial Download

Added: June 05, 2013 | Visits: 484

2D polynomial fitting with SVD Use coeffs = fit2dPolySVD(x, y, z, order) to fit a polynomial of x and y so that it provides a best fit to the data z.Uses SVD which is robust even if the data is degenerate. Will always produce a least-squares best fit to the data even if the data is overspecified or underspecified.x, y, z are... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): 2D polynomial fitting with SVD Download

Added: April 23, 2013 | Visits: 576

Polynomial functions analysis with Symbolic Math and GUIDE Based on Symbolic Math functions and GUIDE flexibility, this software help to solve easily polynomial functions analysis.User just enter polynomial functions like f(x)/g(x) with f(x) = ax^n + bx^(n-1) + ... C and g(x)= a1x^n + b1x^(n-1) + ... D ; n in N.The version published is in French , but I... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Polynomial functions analysis with Symbolic Math and GUIDE Download

Released: January 08, 2003  |  Added: October 23, 2006 | Visits: 2.753

DeadLine The program solves algebraic equations. It displays the graphic of the function and a list of the real roots of the equation. It also includes the option to evaluate a function and its derivative. The application has a simple wizard-driven interface.The context sensitive help will guide you step... Platforms: Windows

License: Freeware Size: 661 KB Download (709): DeadLine Download

Released: July 09, 2004  |  Added: October 02, 2006 | Visits: 3.740

Abacus Math Writer MathWriter is a stand-alone program that allows for the production of, Mathematical, Scientific and Engineering equations and formulae.Schoolteachers and Lecturers will find MathWriter useful for producing notes, reports and test papers. The program is designed so that an expression may be... Platforms: Windows, Windows CE

License: Shareware Cost: $49.00 USD Size: 1.58 MB Download (675): Abacus Math Writer Download

Released: January 25, 2008  |  Added: February 09, 2008 | Visits: 1.494

KonstSolver KonstSolver is a high-performance vector and matrix library for .NET (C#, C++, and VB), thread based, 100% managed code. A parallel LU algorithm for solving dense systems of linear equations of the form Ax = b provides amazing speedup on multicore and multiprocessor computers. KonstSolver allows... Platforms: Windows

License: Shareware Cost: $100.00 USD Size: 400.92 KB Download (114): KonstSolver Download

< 1 2 3 4 5 >