日期:2019/6/25
環境
- Linux Mint 19.1 Cinnamon
- EPSON AL-C300DN
- 由內部網路連線至印表機
步驟
- 於官方網站下載驅動程式頁面搜尋印表機型號AL-C300DN,或是按後方的連結下載epalc300dn.ppd
EPSON 官方網站
VPython 教學文件目錄 安裝及測試 基本語法 等速度直線運動 自由落下 終端速度 水平抛射 使用For迴圈計算水平抛射資料 斜向抛射 圓周運動 簡諧運動 單擺 木塊彈簧系統分離 重力及簡諧 行星運動 相疊木塊 雙重簡諧運動 一維彈性碰撞 ...





t = Slider(0, T, 0.01*T)
B(x) = If(0 <= x <= 3*λ, A sin(k*x - ω*t + 180°))
num = 4 * 2 * 3
points = Sequence(Point({3*λ / num*i, 0, 0}), i, 1, num)
points_B = Sequence(Point({3*λ / num*i, B(3*λ / num*i), 0}), i, 1, num)
arrows_B = Sequence(Vector(points(i), points_B(i)), i, 1, num)




