dennis995

5 Reputation

2 Badges

14 years, 80 days

MaplePrimes Activity


These are questions asked by dennis995

So i need to plot 4*x-x*y^2 = 5 and (1/3)*x^3+y^2 = 1 between x = -10 .. 10, y = -10 .. 10.

I tried:

> f := 4*x-x*y^2 = 5;

> g := (1/3)*x^3+y^2 = 1;

   > plot({f, g}, x = -10 .. 10, y = -10 .. 10)

What did i do wrong?

 

Thanks

Ive tried this for hours and can't get it to work. Any help would be greatly appreciated. I need to 

find a 10 significant figure approximation to the 10th derivative of

evaluated at x = -2.

Ive tried using this maple command:

evalf(subs(x=-2,diff((sin((x^2...

Page 1 of 1