| Author |
Comment/Response |
Faruk
|
11/30/05 11:11am
Hey! I have to show a couple of functions in Mathematica. The whole group has to compare Functions in Mathematica and Maple. Can you tell me how I can "translate" the following Statements from Maple to show it in Mathematica:
f:= x^2 + 3 * exp(3*sin(x))
subs(x=1,f);
evalf(subs(x=5,f), 4);
df := diff(f,x);
df1:=evalf(subs(x=5,df),4);
d2f:= diff(f,x,x);
evalf(subs(x=5,d2f),4);
plot(f(x),x=0..1);
Thank you
URL: , |
|