[npl] / trunk / NationalProblemLibrary / Rochester / setSeries9Taylor / S11.10.TaylorPolynomials.PTP02.pg Repository:
ViewVC logotype

Diff of /trunk/NationalProblemLibrary/Rochester/setSeries9Taylor/S11.10.TaylorPolynomials.PTP02.pg

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 2955 Revision 2956
53 53
54$taylorcos = "1-x^2/2+x^4/24" ; 54$taylorcos = "1-x^2/2+x^4/24" ;
55$taylorsin = "x - x^3/6 + x^5/120"; 55$taylorsin = "x - x^3/6 + x^5/120";
56$taylore = "1 + x + x^2/2 + x^3/6 + x^4/24 + x^5/120"; 56$taylore = "1 + x + x^2/2 + x^3/6 + x^4/24 + x^5/120";
57 57
58ANS(fun_cmp($taylorcos)); 58ANS(fun_cmp($taylorcos, limits=>[5,6]));
59ANS(fun_cmp($taylorsin)); 59ANS(fun_cmp($taylorsin, limits=>[5,6]));
60ANS(fun_cmp($taylore)); 60ANS(fun_cmp($taylore, limits=>[5,6]));
61 61
62ENDDOCUMENT(); 62ENDDOCUMENT();

Legend:
Removed from v.2955  
changed lines
  Added in v.2956

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9