LdeApprox[Normalize] - gives normalized form of an expression over given interval Calling Sequence: Normalize(expr, x = a..b) Parameters: expr - any expression x = a..b - interval of the normalization (a, b can be symbolic or numeric) Description:
Examples: This loads the package. This is a simple homogeneous BVP.
Using ApproxSol procedure to find polynomial approximation of solutions of the BVP. As corresponding eigen value variable is not specified then it is determined automatically. Warning, No eigenvalue variable specified. Trying to determine ... Warning, lambda - is the eigenvalue variable.
Normalizing the result to compare it with the exact solution.
The exact solution is as fillows:
This is the normalized exact solution.
Now one can compare the results. For
delta[lambda]=1-subs(apr1[1],lambda);
For
delta[lambda]=4-subs(apr1[2],lambda);
See Also: |



![[Maple Plot]](Maple/LdeApprox/help/images/Normalize21.gif)
![[Maple Plot]](Maple/LdeApprox/help/images/Normalize24.gif)