PDA

查看完整版本 : [MATLAB数学相关] 【求助】求两条三角参数方程的交点


longcin
2019-03-12, 12:44
已知如下方程,请求其交点。要求有MATLAB程序过程。谢谢!
曲线1:
x1=31.2*cos(t)-0.8*cos(39*t)*cos(t)+0.8
y1=31.2*sin(t)-0.8*cos(39*t)*sin(t)
曲线2:
x2=32*cos(m)-0.8*cos(40*m)*cos(m)
y2=32*sin(m)-0.8*cos(40*m)*sin(m)
谢谢!!!!