参数化绝对值方程枚举
1、对单位圆的参数方程加以改造:x=abs(cos(t));y=sin(abs(t))。


3、方程:x=abs(cos(t)) + sin(t);y=sin(abs(t)) + cos(t)。

4、方程:x=abs(cos(t)) + 2 * sin(t);y=sin(abs(t)) + 2 * cos(t)。

5、方程:x=2 * abs(cos(t)) + sin(t);y=sin(abs(t)) + 2 * cos(t)。

6、方程:x=2 * abs(cos(t)) + 3 * sin(t);y=4 * sin(abs(t)) + 5 * cos(t)。

声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
阅读量:71
阅读量:72
阅读量:71
阅读量:55
阅读量:60