mwahlgreen

0 Reputation

One Badge

13 years, 115 days

MaplePrimes Activity


These are questions asked by mwahlgreen

 

Hello

I need some help on a problem which seems simple...

I'm doing as follows:

restart; with(LinearAlgebra); with(plots):

II[C] := proc (delta) options operator, arrow; 230/(84192.96489-230*cos(delta)+(-1)*4128.950345*sin(delta)) end proc

(sorry for the formatting)

plot(II[C](delta), delta = -Pi .. Pi)

(This works just fine and produces a nice plot, then I continue)

f1 := plot(II[C](delta), delta = -Pi .. Pi)

Page 1 of 1