Method: Num4MechaEquLib.pendulumMotion
- Defined in:
- lib/num4mechaequ.rb
.pendulumMotion(m, l, t, h0, v0) ⇒ hash[]
振り子運動
166 167 168 |
# File 'lib/num4mechaequ.rb', line 166 def pendulumMotion(m, l, t, h0, v0) return SHM(m, l, t, h0, v0) end |