Kaslak

28 Reputation

2 Badges

16 years, 163 days

MaplePrimes Activity


These are questions asked by Kaslak

Hi all

I need to Solve an expression of this kind:

N=sum(  z / (1-e) ,j=1..infinity)

where N and c are given numerical constants;

I need to obtain a function z(x) to plot another function F( z(x) , x ) in function of x

solve( N=sum(  z / (1-e) ,j=1..infinity), z)

that gives me "warning:solutions may have been lost"

if i try to evaluate the sum, it freezes my computer just for the first 25 terms...

Page 1 of 1