casperyc

957 Reputation

10 Badges

15 years, 241 days
University of Kent
Dr

Social Networks and Content at Maplesoft.com

MaplePrimes Activity


These are questions asked by casperyc

http://img20.imageshack.us/img20/3518/56351860db7.jpg in exercise the only input is f how can i simplify a[n] and b[n]? and can someone just write this procedure for me, please? thanks
Hi, i have some procedure like from 1 to 300 do ........... od; and it has 300 outputs can i make it dissapear? thanks
Hi, I have two question regarding graph. the function is f:=x^3-3*x*y+2*y^2-3*x+4*y+3: http://img526.imageshack.us/img526/9642/24888170bc8.jpg I usually work in Classic Worksheet. in exercise 6, it asks me to find the orientation.... i can use mouse to find a "suitable" angle to view the graph, however, what angle should i put in the command? plot3d(f, x=-2..2, y=-2..1,axes=boxed,orientation=[?????]); and anyone have some advice on exercise 7? stationary points are (0,-1) and (3/4,-7/16) thanks
Hi, how can i convert {x=a,y=b} to (a,b) using map? > f:=x^3-3*x*y+2*y^2-3*x+4*y+3: stpts:= solve({diff(f,x) = 0, diff(f,y) = 0},{x,y}); map2(eval,[x,y],[stpts])[]; [0, -1], [3/4, -7/16] i want (0,-1),(-7/16) instead thanks!
Hi, >mystpoint:=proc(f) > local A,B,Cstpts: > > uses Student[MultivariateCalculus]: > stpts:= solve({diff(f,x) = 0, diff(f,y) = 0},{x,y}): > Jacobian(
First 28 29 30 31 Page 30 of 31