OD – HW 1 Solution

If you haven’t already signed up; please submit your email to receive notifications and updates about the course.

[contact-form][contact-field label=”Name” type=”name” required=”1″ /][contact-field label=”Email” type=”email” required=”1″ /][/contact-form]

Solution to Homework 1

Problem 1 provides the solution for us. We are learning how to use iterative methods to estimate the state vector. In this case we will use the Newton-Raphson root-finding method to solve for the problem. An Excel sheet is provided that walks through the first three iterations as an illustration. C++ code is provided on GitHub that will solve for the final solution and show the number of iterations.

Homework Solution 1

Excel – Visual Iterative Solution

C++ Solution

 

Leave a Reply

Your email address will not be published. Required fields are marked *