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

Polynomial software
Filter: All | Freeware | Demo
 

Polynomial

< 1 2 3 4 
Added: September 14, 2013 | Visits: 258

LegendreShiftPoly This program returns the coefficients of the shifted Legendre polynomial P_n, given n. The result is a row vector with powers of x decreasing from left to right (standard MATLAB notation). Like for other polynomials, LegendreShiftPoly(n) can be evaluated at x by typing...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): LegendreShiftPoly Download

Added: August 21, 2013 | Visits: 371

Symbolic polynomials A polynomial is a mathematical expression involving a sum of powers in one or more variables multiplied by coefficients. A general multivariate polynomial is captured with the syntaxp = sum( c_i * prod( x_j^p_ij ) ) + kwhere the summation is over i, the product over j, and c_i is the set of...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (43): Symbolic polynomials Download

Roots of Cluster Polynomial representation of n-ary patterns The definition of Cluster Polynomials was given in Tech. Report DEMO2011/1 available athttp://cag.dat.demokritos.gr/publications/TR2011-1.pdfThere are two versions.binroots that was used to produce the images of the last four figures in the report above and a more advanced version that can be...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 71.68 KB Download (45): Roots of Cluster Polynomial representation of n-ary patterns 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

GCD of Polynomials and Polynomials raised to some Power including Fractional Power 15th July, 2005 : Poly_POWER.m is now corrected !So, for most reasonable cases of Multiple Roots including Multiple Real Roots, this Programme should now work.For eg, Poly_POWER works successfully for :{ x^6 + (-12+18j)*x^5 + (-75-180j)*x^4 + (920+180j)*x^3 + (-1785+1800j)*x^2 + (-732-3582j )*x +...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 92.16 KB Download (43): GCD of Polynomials and Polynomials raised to some Power including Fractional Power Download

Added: September 13, 2013 | Visits: 336

BIPVAL POLYFIT can fit a polynomial of given ORDer to vectorial data, using as independent variable data index, rescaled between -1 and 1. Similarly, BIPFIT fits a bipolynomial of given orders (a matrix) to matrix data.POLYVAL can calculate the VALues of a POLYnomial on an equidistant abscissa x, scaled...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): BIPVAL Download

Added: May 20, 2013 | Visits: 143

LegendrePoly This program returns the coefficients of the Legendre polynomial P_n, given n. The result is a row vector with powers of x decreasing from left to right (standard MATLAB notation). Like for other polynomials, LegendrePoly(n) can be evaluated at x by typingpolyval(LegendrePoly(n),x).


Platforms: Matlab

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

Added: May 04, 2013 | Visits: 246

Legendre to Chebyshev conversion Given a Legendre polynomial expansion where the coefficients are stored in a column vector, this script computes the expansion in terms of Chebyshev polynomials. Useful for spectral methods.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Legendre to Chebyshev conversion Download

Added: April 28, 2013 | Visits: 200

Chebyshev to Legendre conversion Given a Chebyshev polynomial expansion where the coefficients are stored in a column vector, this script computes the expansion in terms of Legendre polynomials. Useful for spectral methods.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Chebyshev to Legendre conversion Download

Added: March 31, 2013 | Visits: 354

Lagrange polynomial interpolation Approx a point-defined function using Lagrange polinomial interpolation method


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Lagrange polynomial interpolation Download

Added: September 06, 2013 | Visits: 316

A Parabolic Lagrangian Interpolating Polynomial Function This function uses a non-linear interpolation (Lagrange) to estimate y given x, based on a set of observed x-y points. Coordinates will be sorted based on the x-value of the pair. The x-value provided by the user to calculate y will be estimated using two points left and two points right of the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): A Parabolic Lagrangian Interpolating Polynomial Function Download

Added: September 15, 2013 | Visits: 412

lmom.m This m-file calculates any number of l-moments for given data vector X. It uses probability weighted moments (can actually edit the file to give any number of pwm's) and the coefficients of the shifted Legendre polynomial to calculate the l-moments.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): lmom.m Download

Added: August 19, 2013 | Visits: 299

polyfit_roots POLYFIT_ROOTS Least-squares polynomial fit to data.[R,K] = POLYFIT_ROOTS(X, Y, N, TOL) finds the roots R and constant K so that the polynomial P(s) = K*(s-R(1))*(s-R(2))* ... *(s-R(N)) is the best least-squares fit to the data Y at points X.Argument TOL bounds the accuracy of the fit, and if...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 81.92 KB Download (47): polyfit_roots Download

Zernike Polynomial Coefficients for a given Wavefront using Matrix Inversion in Matlab Represent a wavefront as a sum of Zernike polynomials using a matrix inversion.This function attempts to solve the a_i's in equation, phi(rho,theta) = SUM(a_i * Z_i(rho,theta), i=1 to M),where the Z_i(rho,theta)'s are the Zernike polynomials from the zernfun.m file, phi is the wavefront to be...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Zernike Polynomial Coefficients for a given Wavefront using Matrix Inversion in Matlab Download

Added: April 04, 2013 | Visits: 329

Improved Algebra files Improved algorithms for finding the roots (direct method for first order quadratic, cubic and Quartic) are used for low order equations.Fadeev algorithm for finding the characteristic polynomial is implemented to ensure high accuracy.These files can be used as a replacement of original MATLAB...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 92.16 KB Download (39): Improved Algebra files Download

Added: April 14, 2013 | Visits: 154

polyfit2 Performs polynomial fits that pass through a specified point (x0,y0).The application is to give a least squares fit that is 'exact' at a desired data point, e.g. an equilibrium point in a nonlinear equation of motion implemented via polynomial approximation. Discussion of theory included in...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): polyfit2 Download

Added: July 28, 2013 | Visits: 333

Routh's array in symbolic way [M L] = routh_hurwitz(P,N)This function gives the Routh's array from a numerical or SYMBOLIC polynomial and includes two special cases: (1) the first element of the row is zero; (b) a row of zeros.P Numerical or symbolic array of coeficients. In the case of symbolic variables it is necesarry to...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Routh's array in symbolic way Download

Added: March 23, 2013 | Visits: 232

Jury's array in symbolic way [M, L] = jury(P,N)This function gives the Jury's array from a numerical or SYMBOLIC polynomial and includes the two special cases: (1) the first element of the second row of a block is zero; (b) a row of zeros (when there are roots on unit circle or reciprocal roots like (r,1/r). The symbolic...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Jury's array in symbolic way Download

Added: June 05, 2013 | Visits: 337

polyfit3 POLYFIT3(X,Y,N,NUL,W) finds the coefficients of a polynomial P(X) of degree N that fits the data, P(X(I))~=Y(I), in a least-squares sense. Any of the coefficients can be forced to be zero, and data can be weighted.NUL is a vector with coefficients forced to be zero in usual order.W is a vector...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): polyfit3 Download

Added: April 22, 2013 | Visits: 175

Galois Field Library This library contains two classes. The one for Field representation and the second for the representation of Element. It's generally. Not only for binary fields. Irreducible polynomial generation included. (still only few comments in Czech inside)


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Galois Field Library Download

< 1 2 3 4