| |
| | Worksheet 29 |
 | | By the alternating series test the # sum of the exact values of the terms A(k,10), k=0..20, should approximate Si(10) with an # error no more than the absolute value of the next term in the sequence, that is # abs(A(21,10)). |
 | | The exact value of the sum of the first 21 terms in the series is: -------------------------------------------------------------------------------- > convert([seq(A(k,10),k=0..20)],`+`);k:='k': 9733366047998806860644040501494565352596170 ------------------------------------------- 5869315987738947410279534073197070730772067 -------------------------------------------------------------------------------- > evalf(""); 1.658347594 -------------------------------------------------------------------------------- # This is in perfect agreement with the alternating series test. |
 | | It is not surprising that adding # up an alternating series with such large terms is not accurate, unless one does the # calculations to a great many places. |
| www.ugrad.math.ubc.ca /coursedoc/m210/worksh29.html (1836 words) |
|