求三角函数方程组的符号解,想求出x和o的符号解,能成功执行,但是不显示结果。
이전 댓글 표시
syms x o;
syms a3 a1 r a;
f1=sin(a3)/r-sin(pi-(o-a)+a3)/x;
f2=sin(a1)/r-sin(pi-(o+a1))/x;
[x,o]=solve(f1,f2,x,o);
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Calculus에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!