foufa
Oct3-09, 07:57 AM
I'm facing a problem with maple, that's it:
I defined a certain function f(x)
And the i've done the following s:=proc(n) sum(f(k),k=1..n) end;
By calling s(1) i've waited for a result as s(1)=f(1) but unfortuntly i've got "0."
I wish it's clear
Thanks to help me
I defined a certain function f(x)
And the i've done the following s:=proc(n) sum(f(k),k=1..n) end;
By calling s(1) i've waited for a result as s(1)=f(1) but unfortuntly i've got "0."
I wish it's clear
Thanks to help me