Skip to content

Milestones

List view

  • Using all that has been build so far, use the final exam inputs to produce the expected output.

    No due date
  • Implement the following components - Runge Kutta Solver From what I remember, for this solver you'd would be given - The function to use for `dy/dx`, - The argument - `y` - `h` - lower bounds as `lpoint` - upper bounds as `upoint` Then just crunch the values over and over starting from `lpoint` until `upoint`. Doesn't seem too difficult...[ref](https://github.com/etkeys/cs417-in-python/blob/main/cpp/xtraCredit/main.cpp).

    No due date
  • Implement the following components - Bisection Solver - Euler Solver

    No due date
  • Implement the following components - Newton Solver - Power Solver

    No due date
    0/2 issues closed