This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
gibson:teaching:spring-2016:math445:exam1sample [2016/03/02 10:54] gibson |
gibson:teaching:spring-2016:math445:exam1sample [2016/03/02 12:38] (current) gibson |
||
---|---|---|---|
Line 13: | Line 13: | ||
\begin{equation*} | \begin{equation*} | ||
- | \sin(x) \doteq \sum_{n=0}^{10} -1^{2n+1} \frac{x^{2n+1}}{(2n+1)!} | + | \sin(x) \doteq \sum_{n=0}^{10} -1^n \frac{x^{2n+1}}{(2n+1)!} |
\end{equation*} | \end{equation*} | ||
+ | |||
+ | **Note: an earlier version of this problem had an error in the Taylor series of** $\sin x$. | ||
+ | |||
**Problem 5:** (straightforward) Write Matlab code that would solve the system of equations. | **Problem 5:** (straightforward) Write Matlab code that would solve the system of equations. |