Wolff

25 Reputation

2 Badges

11 years, 121 days

MaplePrimes Activity


These are questions asked by Wolff

Here is a simple example to explain my problem:

I would like to have a break after the first graph and with return

the loop shoul continue to the next and so on.

Thank you for your help!

 

Test:=proc()

    plot(x^j,x=-2..2):

end proc:

for j from 1 to 3 do

   Test()

end do;

What do I have to change to get this animation?

L:=[seq([i,i^2], i=1..4)]:

plots:-animate(plot, [ L[m], m=1..k,

                                style=point, view=[0..4,0..16]

                              ],

                                k=1..4

                     );

Thank you for your help.

How to solve this equation

cos(x)^2+2*x*cos(x)-2*sin(x)+4=0

with

solve(%,x) and evalf(%) ?

I get no solution. Is there any option to force Maple to solve this equation by solve and evalf?


Student[Calculus1]:-NewtonsMetnod(%,x=2) solves the problem.
If I use Series for sin(x) and cos(x) Maple can solve it too.

Thank you

 

Page 1 of 1