分享 http://blog.sciencenet.cn/u/ddzou

博文

卍与螺旋

已有 2361 次阅读 2017-5-13 07:21 |系统分类:观点评述

mathematica画的螺旋线:

P1 = PolarPlot[thta, {thta, 0, Pi/2}];
P2 = PolarPlot[thta + Pi/2, {thta, -Pi/2, 0}];
P3 = PolarPlot[thta + Pi, {thta, -Pi, -Pi/2}];
P4 = PolarPlot[thta + Pi 3/2, {thta, -Pi 3/2, -Pi}];
Show[P1, P2, P3, P4]


P1 = PolarPlot[thta, {thta, 0, Pi}];
P2 = PolarPlot[thta + Pi/2, {thta, -Pi/2, Pi/2}];
P3 = PolarPlot[thta + Pi, {thta, -Pi, 0}];
P4 = PolarPlot[thta + Pi 3/2, {thta, -Pi 3/2, -Pi/2}];
Show[P1, P2, P3, P4]


P1 = PolarPlot[thta, {thta, 0, Pi/2}];
P3 = PolarPlot[thta + Pi, {thta, -Pi, -Pi/2}];
P2 = PolarPlot[Pi/2, {thta, 0, Pi 2}];
Show[P1, P2, P3]



https://blog.sciencenet.cn/blog-206726-1054657.html

上一篇:Mathematica note
收藏 IP: 111.73.157.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-4-27 19:32

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部