+0  
 
0
474
0
avatar

Algorithms are a great way to visualise a mathematical method without worrying about the algebra. We'd highly recommend writing algorithms (and pseudocode) to help you with your study for the exam. The purpose of this assignment is to provide you an opportunity to try writing your own algorithm on a previous method learned in this class.

 

1) Write an algorithm that solves a second order non-homogenous ODE (with boundary conditions) using the method of undeterimined coefficients. (Note, this algorithm should include between 4 and 16 steps).

 

2) From your algorithm in question 1), write a pseudocode that describes how to solve the method of undertermined coefficients.

 
 May 11, 2018

3 Online Users

avatar