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

Solving Polynomial Division software
Filter: All | Freeware | Demo
 

Solving Polynomial Division

< 1 2 3 4 5 > 
Added: June 11, 2013 | Visits: 342

Faddeev-Leverrier Algorithm The code implements the so called Faddeev-Leverrier algorithm to compute the coefficients of the characteristic polynomial of a given matrix and to get the inverse of the matrix without extra cost.



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Faddeev-Leverrier Algorithm Download

Computer Applications in Mechanics of Materials Using MATLAB This junior/senior level text presents basic and intermediate programming techniques that are commonly employed when solving engineering problems.For a full book description and ordering information, please refer to http://www.mathworks.com/support/books/book1476.jsp.





Platforms: Matlab

License: Freeware Size: 153.6 KB Download (46): Computer Applications in Mechanics of Materials Using MATLAB Download

Added: August 06, 2013 | Visits: 488

Analytical Target Cascading Example Analytical Target Cascading (ATC) is a method for solving large-scale distributed optimization problems. It can be applied to multidisciplinary design optimization (MDO) problems. A very simple example problem was chosen so that the ATC solution process could be illustrated without requiring much...


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Analytical Target Cascading Example Download

Added: April 26, 2013 | Visits: 562

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: March 28, 2013 | Visits: 595

Single tank linearization Single tank system nonlinear model was develop & finding the operating point of it using script file of the matlab with solving of ode for it and ploting the response


Platforms: Matlab

License: Freeware Size: 10 KB Download (48): Single tank linearization Download

Added: April 25, 2013 | Visits: 418

Routh Hurwitz array Given the coefficients of the characteristic polynomial the Routh-Hurwitz array is created and printed. Additionally, this method shows some results from the array relating to the stability of the system.


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Routh Hurwitz array Download

Added: June 24, 2013 | Visits: 336

Routh Hurwitz Criteria using user defined Function RA=ROUTH(R,EPSILON) returns the symbolic Routh array RA for polynomial. The following special cases are considered:1) If the first element of a row becomes zero OR2) If one encounters a row full of zeros.>>syms ep>>a=routh([1 1 2 2 3 5],ep)The above given case is for encountering a zero in the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Routh Hurwitz Criteria using user defined Function Download

Added: March 22, 2013 | Visits: 798

Templates for the Solution of Linear Systems This book is written for computational scientists who would like to incorporate state-of-the-art computational methods for solving large sparse systems of linear equations.For a full book description and ordering information, please visithttp://www.mathworks.com/support/books/boo...=-1&language=-1


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (45): Templates for the Solution of Linear Systems Download

Analytical Target Cascading Example With Coupling Variables Analytical Target Cascading (ATC) is a method for solving large-scale distributed optimization problems. It can be applied to multidisciplinary design optimization (MDO) problems. A very simple example problem was chosen so that the ATC solution process could be illustrated without requiring much...


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Analytical Target Cascading Example With Coupling Variables Download

Added: April 03, 2013 | Visits: 407

Integer Partitions via Universal Lexicons DIRECTORIES:- SMALLPART/smallpart.mclusterindex.m- PARTITIONS/partition.mcluster.mBLLSG.mBoth are based on the Cluster Polynomial Representation of binary words of arbitrary length. The theory of Universal Lexicons is covered in the following Technical Report (submitted in J. App. Comp....


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Integer Partitions via Universal Lexicons 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 25, 2013 | Visits: 360

Tutorial on solving DDEs with DDE23 This tutorial shows how to use the MATLAB solver DDE23 to solve delay differential equations (DDEs) with constant delays. The solver is available in MATLAB 6.5 and later.The tutorial briefly discusses the differences between solving ODEsand DDEs, and describes the techniques used in DDE23. The...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 266.24 KB Download (39): Tutorial on solving DDEs with DDE23 Download

Added: May 27, 2013 | Visits: 335

Gauss-Laguerre One function produces the Laguerre polynomial and the other integrates


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Gauss-Laguerre Download

Added: September 02, 2013 | Visits: 348

Tutorial on solving BVPs with BVP4C This tutorial shows how to formulate, solve, and plot the solutions of boundary value problems (BVPs) for ordinary differential equations.The tutorial introduces the function BVP4C (available in MATLAB 6.0 and later), briefly describes the numerical method used, and illustrates solving BVPs with...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 194.56 KB Download (43): Tutorial on solving BVPs with BVP4C Download

Added: August 21, 2013 | Visits: 370

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

Added: September 08, 2013 | Visits: 276

Lagrange Interpolator Polynomial The two inputs X and Y are vectors defining a set of N points. The function uses Lagrange's method to find the N-1th order polynomial that passes through all these points, and returns in P the N coefficients defining that polynomial. Then, polyval(P,X) = Y.R returns the x co-ordinates of the N-1...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (39): Lagrange Interpolator Polynomial 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: August 06, 2013 | Visits: 306

Industrial Mathematics The central thrust of the book is to demonstrate the power of interweaving analytics with computing methods during problem solving.For a full book description and ordering information, please refer to http://www.mathworks.com/support/books/book1602.jsp.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (39): Industrial Mathematics Download

Added: May 07, 2013 | Visits: 239

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: March 22, 2013 | Visits: 319

Extrimely fast general n-dimensional interpolators This interpolation package re-implements Matlab's built in methods ppval (1-d case polynomial evaluator) and ppual (multidimensional polynomial evaluator) which are used by Matlab to evaluate polynomial in their so called "pp-form". Matlab's built in versions are extrimely slow even though...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (39): Extrimely fast general n-dimensional interpolators Download

< 1 2 3 4 5 >