Limited The discounts maybe time limited. Don't miss it out! Promo Info Discount Coupon CodeSave 5% OFF with coupon code, It ONLY works on our site. Get It Now
Note: Once at the shopping cart, please fill the number into the quantity blank to purchase this Product. (1 is default
Click "Get It Now" Button above or below to activate this coupon code or deal. It's only valid on SoftCns.com If The Coupon Code Not Available Please bookmark this page first, and then clear the cookies of your browser. Lastly, restart your browser again or try to use another web browser, If you don't get it clearly, please visit Coupon Using Guide or send us expired.
Reviews
Average user rating:
Your Rating:
Product Details
LdeApprox package provides some procedures for finding polynomial approximation of solutions of a linear differential equation (LDE). The main procedure ApproxSol allows one to find polynomial approximation for solutions of an LDE with polynomial coefficients on a given interval. The main algorithm applied is so called a-method (see LdeApprox[references] ) which has the following special properties. The method is numerically analytical one. It means that LDE coefficients, boundary or initial conditions and parameters of ApproxSol procedure (except degree of approximation polynomial) can be either symbolical or numerical expressions (see symbolic examples ). The method gives the polynomial approximation which is very close to the uniform one. It means that the result is such a polynomial that minimizes the maximum value of the absolute error between the solution and a polynomial of the given degree over the interval under consideration (see numerical examples ). The method is fast saturated . It means that the required precision can be reached very fast by increasing the degree of approximation polynomial. The method can be applied to solve either initial value problems (IVP) or boundary value problems (BVP) (see BVP examples ). To receive normalized results of the solution of a homogeneous BVP one can use the package procedure Normalize . The method can be applied to solve IVP or BVP even if the LDE has non-polynomial coefficients . To do this one can use the package procedure ToRatCoeffs (which gives rational approximation of the LDE coefficients) and then apply ApproxSol procedure to the result. The method can be applied to solve IVP or BVP with regular singular points (RSP) (see RSP examples ). Before using routines of the LDEapprox package, you must load the package with one of the commands with(LDEapprox) , with(LDEapprox,[]), with(LDEapprox,) or LDEapprox[] . See with for details.