Commit History

Update 79,81,83,85,87,89,91,93,95,97,99,101,103,105 with: st.write(β€œ### Formulations β€œ) | st.write(β€œβ€)
313732c
verified

TroglodyteDerivations commited on

Updated lines 18-23 with: class ConstantSpeedRhino(RhinoDisplacement): def __init__(self, speed): self.speed = speed def displacement(self, time): return self.speed * time
407e2da
verified

TroglodyteDerivations commited on