Pavel Kriz

42 Reputation

4 Badges

18 years, 256 days

MaplePrimes Activity


These are questions asked by Pavel Kriz

I would like to know how does Maple evaluate a geometric functions with evalf.

e.g.

evalf(sin(Pi/12));

                          0.2588190451

What method is used? I think about Taylor approximation, is it good idea? If not, I need to compare it with Taylor approximation.

Hello,

does anybody have any idea how to simplify

> t:=5^(-n)*2^n;

to 

> s:=(2/5)^n;

Pavel

Hallo,

I would like to parse function name of parameters (type is function) in my procedure.
I expact for the one parameter this fun::Or(name, function(name). This is exactly the same type like the second parameter in procedure rsolve

For example:
The value of the parameter fun is y(n) and I would like to parse function name y and function variable 

I would like to know how to convert solution from rsolve 

rsolve({y(n+2)-2*y(n+1)+4*y(n), y(0)=C1, y(1)=C2}, y(n));

(1/6*I)*(C1*sqrt(3)-(3*I)*C1-C2*sqrt(3))*(1+I*sqrt(3))^n+(1/6*I)*(-C1*sqrt(3)-(3*I)*C1+C2*sqrt(3))*(1-I*sqrt(3))^n

to this form with sin and cos

Hallo, I would like to run my worksheet document (.mw) on MapleNet server. Unfortunately, I have always got this error message "Maple Worksheet - Error, Failed to load the worksheet /maplenet/kriz/taylor.mw". I found MapleNet Demo on our server (http://melian.ics.muni.cz:8080/maplenet/worksheet/) but with the same error result. Maybe there is some problem on our server, but me and our administrator don't have any idea to correct it. Thank you for help. Regards Pavel Kriz kriz@math.muni.cz Masaryk University Czech Republic
Page 1 of 1