brian bovril

889 Reputation

16 Badges

18 years, 302 days

MaplePrimes Activity


These are questions asked by brian bovril

proc.mwf := proc (a) if a <= 0 then 0 elif a <= evalf(e*sin((1/2)*B)) then (-1)*2.005689708*a elif a <= evalf(2*e*sin((1/2)*B)) then (-1)*2.005689708*a+5.369606170 else 0 end if end proc; f(1)

why doesn't this evaluate to a numerical value when u supply an a value for 'a'.

can someone modify it......

DMS_13.mw

this code executes fine in  M13. but in M15 theres a problem. doesn't like the local.

i wish maple had a compatability/update feature like mathematica...

 

solve_assume.mw

dear experts

the above solution violates my assumption phi should be between -1.57 and +1.57. why?

 

I want to write g as a function of sigma^2.

but

g := unapply(1/sqrt(1+3*q^2*sigma^2/Pi^2), sigma^2);

yields an error. how to do?

First 24 25 26 27 28 29 30 Last Page 26 of 34