Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 479 Bytes

File metadata and controls

9 lines (8 loc) · 479 Bytes

solve

  • Again need to do more research on this, should solve differential equations
  • In my case, it created a time variable (whattttttt 🤯) when it solved the DIFF but I got stuck at a step that uses sub because the SUB wouldn't correctly substitute values into a differential equation, even though it seems obvious (this was from the cars following each other example $(xb' = \frac{xa-xb}{2})$)
  • seems powerful when used correctly
  • to clarify, this is in dL