Oct 15, 2015

HW#12

Question 1: Some practice exercises dealing with symbolic equations and subs()

Question  2: Pendulum
I didn't do anything special for this question. The solution is a very simple 3 line program.
I just created a symbolic equation and then solved for 'L' in the equation.


Question 3: Chemical processes
We had done this question before using matrices and linear algebra. This method is much faster, but the answers are not as accurate as using linear algebra. There is nothing special with this program either.