Limitations Of The Sum() Function
#1
Posted 27 December 2004 - 02:45 PM
When i try to calculate sum(1/x^2, x, 1, oo) CP does nothing (returns the expression in symbolic form). I think it can only calculate sums with 200 steps, because if i write sum(1/x^2,x,500,700) it calculates. My disappointment is that i've been playing with a Voyage 200, and it calculates sum(1/x^2,x,1,oo), and also calculates sum(1/x^2,x,1,200) much faster than CP (strange, if CP processor is faster than TI). By the way the result of sum(1/x^2,x,1,oo) is 1.6...(don't remember the rest). It's a Dirichlet serie (sum 1/x^n, if n>1 the serie is convergent).
I also tried in the CP manager with no results.
Is it possible that the new OS has improvements in the CAS engine ?
I'll be waiting your comments
#2
Posted 27 December 2004 - 03:26 PM
do you know how does the v200 calculate the sum (1->inf) ? and what's the result when you sum (1/x,x,1,inf) ?
don't know about the new os...
#3
Posted 27 December 2004 - 03:54 PM
Is i said, 1/x^n is a Dirichlet serie, if n>1 the serie is convergent, if n<=1 the serie is divergent. I don't know how the v200 calculate the sum.
Thanks for your answer
fiberoptik
#4
Posted 27 December 2004 - 04:20 PM
#5
Posted 27 December 2004 - 05:00 PM
As for the serie, i suppose the calc answer is impossible or something like it...
#6
Posted 28 December 2004 - 07:42 PM
Regards
fiberoptik
#7
Posted 28 December 2004 - 10:52 PM
Unfortunately I don't know if this improvement was made for the upcoming OS 2.0 or after that. If it was done after then you'll have to wait until the release after 2.0.
#8
Posted 30 December 2004 - 02:39 PM
Best regards
fiberoptik
#9
Posted 31 December 2004 - 07:44 PM
Thanks SoftCalc, i'm very pleased to know that. Does that mean that it can calculate sums with more than 200 steps ?
In infinite sum is different than a sum with a large number of steps. I don't know if the 200 step limit has been changed or not. You can always doe more than 200 steps in a piecewise function.
What type of problem are you trying to solve that uses more than 200 steps? I think the assumption is the CAS returns a symbolic solution so more than 200 steps would normally create a symbolic expression that is way to big. Even if it is a numeric result it can become huge if there are any nested radicals. The only exceptions I can think of are cases where the result doesn't have any radicals or if you are in approx (floating point) mode. Maybe in this case it should solve more than 200 steps if the result will be purely numeric.
#10
Posted 03 January 2005 - 02:18 PM
I suppose that the TI calc use some kind of theoretical result to calculate sums to inf, maybe that's why it could return the result.
In fact i'm not trying to calculate nothing, i was only comparing some results of my Analysis class, and because CP couldn't calculate sums to inf, i tried to decrease the steps. Anyway, even if i don't need it, is good to know it is there.
I only tried sum(1/x^2,x,1,n) wich is a numerical result., when i put n=250 or 300, CP returns the symbolic form of sum(1/x^2,x,1,n).
Regards
fiberoptik
#11
Posted 03 January 2005 - 08:52 PM
n=251 no problem
n=256=2^8 no problem
n=257 returns the symbolic form
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users