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

Algeworksheets Polynomials software
Filter: All | Freeware | Demo
 

Algeworksheets Polynomials

< 1 2 3 > 
Released: August 08, 2012  |  Added: August 08, 2012 | Visits: 580

Maxima Maxima is a system for the manipulation of symbolic and numerical expressions, including differentiation, integration, Taylor series, Laplace transforms, ordinary differential equations, systems of linear equations, polynomials, and sets, lists, vectors, matrices, and tensors. Maxima yields high...



Platforms: Windows

License: Freeware Size: 31.9 MB Download (426): Maxima Download

Added: July 03, 2013 | Visits: 433

MathGL++ MathGL++ is a class library for fast C++ maths for use in OpenGL C++ projects. Easy to use and similar to the OpenGL API. Matricies, Vectors, Quaternions, Linear polynomials with eigen systems are all going to be included.





Platforms: *nix

License: Freeware Size: 409.6 KB Download (48): MathGL++ Download

Released: November 23, 2012  |  Added: November 23, 2012 | Visits: 238

pypol A Python module to easy manage monomials and polynomials.


Platforms: Windows, Mac, Linux

License: Freeware Size: 26.08 KB Download (47): pypol Download

Released: June 22, 2012  |  Added: June 22, 2012 | Visits: 388

Rabin Hash Function Provides efficient, effective implementations of 32- and 64-bit hash functions based on Rabin fingerprints / irreducible polynomials, in Java. Also provides integration with java.security.MessageDigest API.


Platforms: Windows, Mac, Solaris, Linux

License: Freeware Size: 66.81 KB Download (49): Rabin Hash Function Download

Motion Planning for a Robot Arm by Using Genetic Algorithm This code proposes genetic algorithm (GA) to optimize the point-to-point trajectory planning for a 3-link (redundant) robotarm. The objective function for the proposed GA is to minimizing traveling time and space, while not exceeding a maximumpre-defined torque, without collision with any...


Platforms: Matlab

License: Freeware Size: 1.33 MB Download (44): Motion Planning for a Robot Arm by Using Genetic Algorithm Download

Added: April 26, 2013 | Visits: 563

Hyperbolic Polynomial Toolbox (HPT) Determinantal matrix representations of hyperbolic polynomials are a current topic of interest and research among those working with LMI's (Linear Matrix Inequalities) and SDP (semi-definite programming). This toolbox was used to demonstrate some of the theorems presented in the author's Ph.D....


Platforms: Matlab

License: Freeware Size: 409.6 KB Download (39): Hyperbolic Polynomial Toolbox (HPT) Download

Added: June 20, 2013 | Visits: 486

Zernike decomposition This code was written to deal with "Zernike polynomials" code graciously donated by Paul Fricker via file exchange.Here you will find a practical example of a function decomposition byZernike basis.The function is F below, feel free to modifyUnlike Paul's example found in 'zernfun2.m' here the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Zernike decomposition Download

Added: September 07, 2013 | Visits: 421

pmap - Parameter Space Stability Mapping Suite Given a continuous-time system with parameters, can we find the range (or intervals) of the parameters where the system is stable?When the system model is written with the Laplacian transform, the question is equivalent to finding all the roots of a parameterized polynomial where the real parts...


Platforms: Matlab

License: Freeware Size: 1.44 MB Download (40): pmap - Parameter Space Stability Mapping Suite Download

Added: September 09, 2013 | Visits: 351

Legendre polynomial fitting Finds the weighting coefficients of the linear combination of a set of Legendre polynomials up to order N.Three methods are available (actually just for fun): 'inv' (default) inverts the normal equation matrix directly, while 'chol' and 'qr' find the solution via Cholesky and QR decomposition,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Legendre polynomial fitting Download

Polynomial coefficient vector derived from sub-polynomial factors For given p(x) = PROD[i=1,m]{SUM[j=2,n+2]{(A(i,j)*x^(j-2))^A(i,1)}} we shall get p(x) = SUM[s=1,N+1]{p(s)^(N+1-s)} For example If p(x) = (x-4)^5 * (3x^6-7x^3+5x+2)^2 * (x^3+8)^3 * x^2 or A = [ 5 -4 1 0 0 0 0 0 2 2 5 0 -7 0 0 3 3 8 0 0 1 0 0 0 1 0 0 1 0 0 0 0 ] then from p = polyget(A) we get p =...


Platforms: Matlab


Added: July 30, 2013 | Visits: 497

Euclid's algorithm This function do the Euclid's algorithm. As a matter of fact, for two given polynomials n, m (which are the polynomials of the symbolicvariable "s") it gives two other polynomials x, y such that nx+my=1.


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Euclid's algorithm Download

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

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

Added: July 31, 2013 | Visits: 300

Padefit This program finds numerator and denominator polynomials such that their division equals as many terms as possible of the user inputted function.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Padefit 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: 244

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 (38): 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: August 22, 2013 | Visits: 290

Matlab Num Instante This document is designed to perimiter in a few hours a minimal knowledge of the main features of Matlab. All the basic topics are covered in Matlab:- Generation of vectors and matrices- Handling of arrays and indices- Functions and polynomials- Data Files- Liner algebra in Matlab- Programming-...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 245.76 KB Download (44): Matlab Num Instante Download

Added: May 07, 2013 | Visits: 240

Polynomial Trendlines Plots data points and first through sixth degree polynomials. Displays polynomial coefficients and r-squared values in command window. Allows user to choose range. Also allows user to remove trendlines that don't appear to fit.


Platforms: Matlab

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

Added: July 05, 2013 | Visits: 247

ZernikeCalc This function either displays Zernike polynomials over a circular, hexagonal, elliptical, rectangular or annular shaped pupil, or fits surface data to these pupil shapes. See Mahajan, V.N., G.-m. Dai, "Orthonormal polynomials in wavefront analysis: analytical solution," J. Opt. Soc. Am. A, Vol....


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (40): ZernikeCalc Download

< 1 2 3 >