Digi Area Group - Math Tools for Professionals
   Maple and Mathematica packages - math tools for professionals

LdeApprox™  - analytical approximation methods for Mathematica™

> Features List & Examples
> License & Pricing
> Buy Online

 
 
 
 
Google

Description  |  Features List & Examples  |  Numeric Approx.  |  Symbolic Approx.  |  Function Approx.  |  References

  • RSP example of the DifferentialEquations`LdeApprox` package

    Copyright © 2004-2008 DigiArea Group All rights reserved.

    Description:

    This notebook illustrates DifferentialEquations`LdeApprox` package capability of doing polynomial approximation of a solution of an LDE with regular singular points. First of all we load LdeApprox package and define a BVP with regular singular point. Then we use ApproxSol procedure to find 3-rd degree polynomial approximation for the BVP solution on interval x = [0,1]. After that we find exact solution by Mathematica™ function DSolve. Finally we compare exact and approximate results using Mathematica™ function Plot .
     

  • This loads the package.

  • [Graphics:prod/LdeApproxMath/rsp/images/index_gr_1.gif]

    Example
     

  • Boundary value problem.

  • [Graphics:prod/LdeApproxMath/rsp/images/index_gr_2.gif]
    [Graphics:prod/LdeApproxMath/rsp/images/index_gr_3.gif]
  • Finding polynomial approximation for solution of the BVP.

  • [Graphics:prod/LdeApproxMath/rsp/images/index_gr_4.gif]
    [Graphics:prod/LdeApproxMath/rsp/images/index_gr_5.gif]
    [Graphics:prod/LdeApproxMath/rsp/images/index_gr_6.gif]
  • Unfortunately DSolve can not find exact solution of the BVP.

  • [Graphics:prod/LdeApproxMath/rsp/images/index_gr_7.gif]
    [Graphics:prod/LdeApproxMath/rsp/images/index_gr_8.gif]
  • Nevertheless the exact solution is as follows.

  • [Graphics:prod/LdeApproxMath/rsp/images/index_gr_9.gif]
    [Graphics:prod/LdeApproxMath/rsp/images/index_gr_10.gif]
  • Comparing exact and approximate results using Mathematica™ function Plot3D.

  • [Graphics:prod/LdeApproxMath/rsp/images/index_gr_11.gif]

    [Graphics:prod/LdeApproxMath/rsp/images/index_gr_12.gif]

    [Graphics:prod/LdeApproxMath/rsp/images/index_gr_13.gif]

    Note:
    The method applied in the package is a numerically - analytical one. It means that you can use symbolic expressions as boundary conditions, interval of approximation etc. However these kind of examples leads to huge output so its not for Web. This reason force us to introduce simple example with no parameters. You can try more complex examples in your computer.