plot - Maple graphing inaccuracy -


i not used using maple, question may basic. however, cannot find helpful on internet.

i using maple 13. need draw graph or find solution of following function:

    f(x)=arccos(cos((1/273)*(2*pi*10)*t)*cos(2*pi*t*(1/365))+cos(6*pi*(1/180))*sin((1/273)*(2*pi*t*10))*sin(2*pi*t*(1/365))) 

and using "plot" method in maple, tried draw graph, , can see, function periodic, expected graph so. however, graph not periodic @ all.

also, using "fsolve" method, tried find root of equations, find out disappointing result: "0.", trivial solution of all.

i figured out reason error might in function itself, or maybe it's floating point representation, since no computer code can handle irrational number exactly.

is there way handle numbers and/or sin, cos, arccos functions more accurate make outcome better?


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -