Math = Symbol + Logic

# y=sin x (python 程式碼)

import numpy as np
import matplotlib.pyplot as plt
N=10
x = np.linspace(0,20,101)
for i in range(1,N+1,1):
    plt.plot(x,np.sin(x+i*0.5)*(11-i))

plt.show()


Posted by Mr.Sigma
以電子郵件傳送這篇文章BlogThis!分享至 X分享至 Facebook分享到 Pinterest
較新的文章 較舊的文章 首頁

熱門文章

精選文章

#極坐標 (漂亮的玫瑰線)

全部文章

  • ►  2021 (4)
    • ►  04 (1)
    • ►  03 (1)
    • ►  02 (1)
    • ►  01 (1)
  • ▼  2020 (12)
    • ►  12 (1)
    • ►  11 (1)
    • ►  10 (1)
    • ►  09 (1)
    • ►  08 (1)
    • ►  07 (1)
    • ►  06 (1)
    • ►  05 (1)
    • ►  04 (1)
    • ►  03 (1)
    • ▼  02 (1)
      • # y=sin x (python 程式碼)
    • ►  01 (1)
  • ►  2019 (12)
    • ►  12 (1)
    • ►  11 (1)
    • ►  10 (1)
    • ►  09 (1)
    • ►  08 (1)
    • ►  07 (1)
    • ►  06 (1)
    • ►  05 (1)
    • ►  04 (1)
    • ►  03 (1)
    • ►  02 (1)
    • ►  01 (1)
  • ►  2018 (12)
    • ►  12 (1)
    • ►  11 (1)
    • ►  10 (1)
    • ►  09 (1)
    • ►  08 (1)
    • ►  07 (1)
    • ►  06 (1)
    • ►  05 (1)
    • ►  04 (1)
    • ►  03 (1)
    • ►  02 (1)
    • ►  01 (1)
  • ►  2017 (12)
    • ►  12 (1)
    • ►  11 (1)
    • ►  10 (1)
    • ►  09 (1)
    • ►  08 (1)
    • ►  07 (1)
    • ►  06 (1)
    • ►  05 (1)
    • ►  04 (1)
    • ►  03 (1)
    • ►  02 (1)
    • ►  01 (1)

訪 問 次 數

簡單主題. 技術提供:Blogger.