Differential Equations in C++

Goal

Write software to solve first and second order differential equations:

  • Equations are ordinary, linear and homogeneous, with constant coefficients, and subject to an initial condition
  • Quantity of interest is a function of time y(t), and all derivatives are with respect to t

Takeaways from learning to code in HTML and CSS

  • Aggregation
  • Polymorphism and virtual member functions
  • Static and dynamic binding
  • Pure virtual member functions
  • First-order and second-order linear homogenous differential equations with constant coefficients and an initial condition.

Disclaimer

  • Due to the Univeristy of Pittsburgh's academic integrity policy, I am unable to publicly provide detailed information on my design process, and final design of this project. If you are in need of any more clarification you can contact me here.