继续浏览精彩内容
慕课网APP
程序员的梦工厂
打开
继续
感谢您的支持,我会继续努力的
赞赏金额会直接到老师账户
将二维码发送给自己后长按识别
微信支付
支付宝支付

2018-11-11 光棍节

慕码人8056858
关注TA
已关注
手记 1293
粉丝 351
获赞 1326

In China, 11.11 is Single's Day.
I found this day very interesting, although 1111 looks like a solitude date on the calendar. It is not!

It has a prime factorization 1111=101*11,  and both 11 and 101 are primes. Therefore I think 1111 is a cute number and a Prime relationship day!

Some people may be like Composite Numbers, always have friends(factors). Others may like prime numbers, only solitude accompanies them.
However, I believe all the primes number can meet up with other primes one day, and make a Composite Number!
For those did not meet with other primes, I think maybe they are the precious Twin Prime.

data vday;do n=1 to 6283*16;
t=n/10000;
x=16*sin(t)*sin(t)*sin(t);
y=13*cos(t)-5*cos(2*t)-2*cos(3*t)-cos(4*t);
output;
end;
run;
goptions colors=(pink);

proc gplot data=vday ;
plot y*x;
run;

webp

image

The SAS Code is originated from Joe Wang .



作者:乌然娅措
链接:https://www.jianshu.com/p/91901c46d69e


打开App,阅读手记
0人推荐
发表评论
随时随地看视频慕课网APP