笛卡尔方程
r=5+3.3*sin(t*180)+t
theta=t*360*10
z=t*10 真
tmd专业 谢谢 :victory: :)能在讲清楚一些吗,我想知道啊,拜托!!! :) :L :L :L 我怎么不会利用方程自己画曲线啊!!!
厉害呀
从哪里搞到的,佩服呀,应该比较有用的,谢谢楼主 好像看不懂是怎么回事。呵呵。我是初学的。 51 长命锁曲线
笛卡尔方程:
a=1*t*359.5
b=q2*t*360
c=q3*t*360
rr1=w1
rr2=w2
rr3=w3
x=rr1*cos(a)+rr2*cos(b)+rr3*cos(c)
y=rr1*sin(a)+rr2*sin(b)+rr3*sin(c) 52 簪形线
球坐标
方程:
rho=200*t
theta=900*t
phi=t*90*10 53.螺旋上升曲线
r=t^10
theta=t^3*360*6*3+t^3*360*3*3
z=t^3*(t+1) 54.蘑菇曲线
rho=t^3+t*(t+1)
theta=t*360
phi=t^2*360*20*20 55. 8字曲线
a=1
b=1
x=3*b*cos(t*360)+a*cos(3*t*360)
Y=b*sin(t*360)+a*sin(3*t*360) 56.梅花曲线
theta=t*360
r=100+50*cos(5*theta)
z=2*cos(5*theta) 57.桃形曲线
rho=t^3+t*(t+1)
theta=t*360
phi=t^2*360*10*10 58.名稱:碟形弹簧
建立環境:pro/e
圓柱坐
r = 5
theta = t*3600
z =(sin(3.5*theta-90))+24 59.环形二次曲线
笛卡儿方程:
x=50*cos(t*360)
y=50*sin(t*360)
z=10*cos(t*360*8)