| 兩個圓錐相交的情形 |
| 用類比方式畫出相交的部份 |
| 將那幾個追尋線包絡起來的樣子 |
| 用maple畫的情形 |
| 裡面可以相切一個圓 |
| > restart;
> y:=cos(t);z:=sin(t); y := cos(t) z := sin(t) > a:=2; a := 2 > p1:=plot3d([x,y,z],x=-y..y,t=Pi/2-a..Pi/2+a): > p2:=plot3d([-y,x,z],x=-y..y,t=Pi/2-a..Pi/2+a): > p3:=plot3d([1,theta,rho],theta=0..2*Pi,rho=0..a,coords=spherical,color=red): > with(plots); > display(p1,p2,p3,scaling=constrained); |