Numerical examples of the AnalyticalApproximations`LdeApprox` package
Copyright © 2003-20011DigiArea, Inc.. All rights reserved.
This notebook illustrates AnalyticalApproximations`LdeApprox` package capability of doing numerical polynomial approximation of an LDE solution.
This loads the package.
In[94]:=
![]()
Example 1
Initial value problem.
In[95]:=
![]()
Out[95]=
![]()
Finding polynomial approximation for solution of the IVP.
In[96]:=
![]()
Out[96]=

Using Mathematica function DSolve tot find exact solution of the IVP.
In[97]:=
![]()
Out[97]=
![]()
Comparing exact and approximate results using Mathematica function Plot.
In[98]:=
![]()
Out[98]=

Example 2
Initial value problem.
In[99]:=
![]()
Out[99]=
![]()
Finding polynomial approximation for solution of the IVP.
In[100]:=
![]()
Out[100]=

Using Mathematica function DSolve tot find exact solution of the IVP.
In[101]:=
![]()
Out[101]=

Comparing exact and approximate results using Mathematica function Plot.
In[102]:=
![]()
Out[102]=

Example 3
Initial value problem.
In[103]:=
![]()
Out[103]=
![]()
Finding polynomial approximation for solution of the BVP.
In[104]:=
![]()
Out[104]=

Using Mathematica function DSolve tot find exact solution of the BVP.
In[105]:=
![]()
Out[105]=

Comparing exact and approximate results using Mathematica function Plot.
In[106]:=
![]()
Out[106]=

Example 4
Boundary value problem.
In[107]:=
![]()
Out[107]=
![]()
Finding polynomial approximation for solution of the BVP.
In[108]:=
![]()
![]()
Out[108]=

Using Mathematica function DSolve tot find exact solution of the BVP.
In[109]:=
![]()
![]()
Out[109]=
![]()
Comparing exact and approximate results using Mathematica function Plot.
In[110]:=
![]()
Out[110]=

Example 5
Initial value problem.
In[111]:=
![]()
Out[111]=
![]()
Finding polynomial approximation for solution of the IVP.
In[112]:=
![]()
Out[112]=

Exact solution of the IVP.
In[113]:=
![]()
Out[113]=

Comparing exact and approximate results using Mathematica function Plot.
In[114]:=
![]()
Out[114]=

Example 6
Initial value problem.
In[115]:=
![]()
Out[115]=
![]()
Finding polynomial approximation for solution of the IVP.
In[116]:=
![]()
Out[116]=

Exact solution of the IVP.
In[117]:=
![]()
Out[117]=
![]()
Comparing exact and approximate results using Mathematica function Plot.
In[118]:=
![]()
Out[118]=

