早教吧 育儿知识 作业答案 考试题库 百科 知识分享

如何用matlab求解类似反三角函数的方程组:x+y=5;arctan(y/x)+7=5x;

题目详情
如何用matlab求解类似反三角函数的方程组:x+y=5;arctan(y/x)+7=5x;
▼优质解答
答案和解析
>> syms x y
>> [x,y]=solve('x+y=5','atan(y/x)+7=5*x')
x =
1.6244535398379722718155227031674
y =
3.3755464601620277281844772968326