Post Reply 
Other problems with Software Version (6030)
07-02-2014, 05:43 PM (This post was last modified: 07-08-2014 04:33 PM by slawek39.)
Post: #5
RE: Other problems with Software Version (6030)
solve({0.84 = (0.3606*cos(45)+0.3824*cos(x)+0.3912*cos(y)),0 = (0.3606*sin(45)+0.3824*sin(x)+0.3912*sin(y))},{x,y},{0..12,-100..0})

and

fsolve({0.84 = (0.3606*cos(45)+0.3824*cos(x)+0.3912*cos(y)),0 = (0.3606*sin(45)+0.3824*sin(x)+0.3912*sin(y))},{x,y},{0..12,-100..0})


restart the calculator and emulator in degree mode.

But this works properly:
fsolve([0.84 = (0.3606*cos(45)+0.3824*cos(x)+0.3912*cos(y)),0 = (0.3606*sin(45)+0.3824*sin(x)+0.3912*sin(y))],[x=6,y=-50])
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Other problems with Software Version (6030) - slawek39 - 07-02-2014 05:43 PM



User(s) browsing this thread: 1 Guest(s)