fias

5 Reputation

One Badge

12 years, 24 days

MaplePrimes Activity


These are replies submitted by fias

Thanks for your reply.

Meanwhile, I have also found another workaround using for loop

for k from 0 to 3 do
Y[k+1] := -10*Y[k];
end do;

But I'm just wondering, is "rsolve" performance better as compared to the "for" loop?

 

 

Thanks for your reply.

Meanwhile, I have also found another workaround using for loop

for k from 0 to 3 do
Y[k+1] := -10*Y[k];
end do;

But I'm just wondering, is "rsolve" performance better as compared to the "for" loop?

 

 

Page 1 of 1