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



2、方程:
x=abs(cos(t)) + cos(t);
y=sin(abs(t)) + sin(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。
阅读量:192
阅读量:49
阅读量:183
阅读量:127
阅读量:133