====== Differences ====== 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:lab4 [2016/02/08 11:40] gibson |
gibson:teaching:spring-2016:math445:lab4 [2016/02/11 08:40] (current) gibson |
||
---|---|---|---|
Line 102: | Line 102: | ||
**Problem 4:** Solve the following systems of equations numerically with Matlab. | **Problem 4:** Solve the following systems of equations numerically with Matlab. | ||
- | (a) | + | **(a)** |
- | <latex> | + | <latex> \quad |
+ | \begin{align*} | ||
+ | 2x -y &= 8 \\ | ||
+ | 6x-5y &= 32 \\ | ||
+ | \end{align*} | ||
+ | </latex> | ||
+ | |||
+ | |||
+ | **(b)** | ||
+ | <latex> \quad | ||
\begin{align*} | \begin{align*} | ||
y + z &= 6 \\ | y + z &= 6 \\ | ||
3x-y+z &= -7 \\ | 3x-y+z &= -7 \\ | ||
- | x+y-3z = -13 | + | x+y-3z &= -13 |
+ | \end{align*} | ||
+ | </latex> | ||
+ | |||
+ | **%%(c)%%** | ||
+ | <latex> \quad | ||
+ | \begin{align*} | ||
+ | 2x + y - 3z &= 0 \\ | ||
+ | 6x +3y -8z &= 0 \\ | ||
+ | 2x -y + 5z &= -4 | ||
\end{align*} | \end{align*} | ||
</latex> | </latex> |