Post Reply 
Solve() command with trigonometric equations
03-27-2020, 03:46 AM (This post was last modified: 03-29-2020 11:09 AM by teerasak.)
Post: #1
Solve() command with trigonometric equations
I tried solve command to solve the following system of equation:

3*sin(x) + 4*cos(y) = 6
4*sin(y) + 3*cos(x) = 1

Code:
solve({3*sin(x)+4*cos(y)=6, 4*sin(y)+3*cos(x)=1},{x,y})

Calculation is in radian, and found no solution.

[Image: 5-CAA14-B7-19-D8-43-A5-823-F-7465-DBFE6627.jpg]

When using TI Nspire Cas, I have got answer with the warning "More solutions may exist. Try specifying appropriate lower and upper bounds and/or a guess. "

[Image: E23-D1031-4-B23-48-DB-A552-41-CD54-E09-F60.png]

Any setting required to let calculator to get the right solution?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Solve() command with trigonometric equations - teerasak - 03-27-2020 03:46 AM



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