当前位置: > matlab中求解带字母的方程组...
题目
matlab中求解带字母的方程组
>> syms A a B b R x y L k c d
>> p=y-k*x-c;
>> q=(A-a)*(x-a)+(B-b)*(y-b)-R^2;
>> m=L/2/sqrt((A-x)^2+(B-y)^2)-sin(atan(abs((a-A)/(B-b)-k)/(1+(a-A)/(B-b)*k)));
>> n=(A-x+d/sqrt(1+k^2))^2+(B-y+d*k/sqrt(1+k^2))^2-L^2;
>> f=sqrt((A-x)^2+(B-y)^2)-d;
>> [A,B,x,y]=solve(p,q,m,n,f)
感觉matlab在运算,但几个小时都算不出来

提问时间:2021-03-02

答案
Warning:Explicit solution could not be found.
> In solve at 81
In Untitled at 8
A =
[ empty sym ]
B =
[]
x =
[]
y =
[]
举一反三
我想写一篇关于奥巴马的演讲的文章,写哪一篇好呢?为什么好
奥巴马演讲不用看稿子.为什么中国领导演讲要看?
想找英语初三上学期的首字母填空练习……
英语翻译
1,人们染上烟瘾,最终因吸烟使自己丧命.
版权所有 CopyRight © 2012-2019 超级试练试题库 All Rights Reserved.