Commit History

Updated line 88 with: st.latex(r'a = \frac{1}{2}\frac{1}{8}t^2')
abb107c
Running
verified

TroglodyteDerivations commited on

Updated lines 59-60 with: ax.annotate('Accelerating rhino = 400 m', (self.meeting_time, disp_acc[-1]), textcoords="offset points", xytext=(-60, -20), ha='center')
0a3e0b8
verified

TroglodyteDerivations commited on

Updated lines 59-62 with: ax.annotate('Accelerating rhino = 400 m', (self.meeting_time, disp_acc[-1]), textcoords="offset points", xytext=(-60, 10), ha='center') ax.annotate('Constant speed Rhino = 1200 m', (self.meeting_time, disp_const[-1]), textcoords="offset points", xytext=(-80, -20), ha='center')
3a7dbcd
verified

TroglodyteDerivations commited on

Updated lines 59-62 with: ax.annotate('Accelerating rhino = 400 m', (self.meeting_time, disp_acc[-1]), textcoords="offset points", xytext=(-50, 10), ha='center') ax.annotate('Constant speed Rhino = 1200 m', (self.meeting_time, disp_const[-1]), textcoords="offset points", xytext=(-70, -20), ha='center')
c2332df
verified

TroglodyteDerivations commited on

Updated lines 60-62 with: ax.annotate('Accelerating rhino = 400 m', (self.meeting_time, disp_acc[-1]), textcoords="offset points", xytext=(-20, 10), ha='center') ax.annotate('Constant speed Rhino = 1200 m', (self.meeting_time, disp_const[-1]), textcoords="offset points", xytext=(-40, -20), ha='center')
edabe67
verified

TroglodyteDerivations commited on

Updated lines 59-62 with: ax.annotate('Accelerating rhino = 400 m', (self.meeting_time, disp_acc[-1]), textcoords="offset points", xytext=(-30, 10), ha='center') ax.annotate('Constant speed Rhino = 1200 m', (self.meeting_time, disp_const[-1]), textcoords="offset points", xytext=(-50, -20), ha='center')
c369daf
verified

TroglodyteDerivations commited on

Updated lines 71-73 with: acceleration = 1/8 # "Acceleration of the first rhino (m/s^2)" speed = 15 # "Speed of the second rhino (m/s)" distance = 1600 # "Initial distance between the rhinos (m)"
2a56e07
verified

TroglodyteDerivations commited on

Updated lines 80-104 with: variable name modifications
9988893
verified

TroglodyteDerivations commited on

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