#Areas
#Area of a Parallelogram
#Area of a Triangle
#Area of a Triangle of 3 points
#Volumes
#Exercises
Find the area of the parallelogram with edges
- Find the area of the parallelogram with edges $\mathbf{v} = \begin{bmatrix} 3 \ 2 \end{bmatrix}$ and $\mathbf{w} = \begin{bmatrix} 1 \ 4 \end{bmatrix}$.
- A box has edges from $\begin{bmatrix} 0 \ 0 \ 0 \end{bmatrix}$ to $\begin{bmatrix} 3 \ 1 \ 1 \end{bmatrix}$ and $\begin{bmatrix} 1 \ 3 \ 1 \end{bmatrix}$ and $\begin{bmatrix} 1 \ 1 \ 3 \end{bmatrix}$. Find its volume.
- The corners of a triangle are $\begin{bmatrix} 2 \ 1 \end{bmatrix}$, $\begin{bmatrix} 3 \ 4 \end{bmatrix}$, and $\begin{bmatrix} 0 \ 5 \end{bmatrix}$. What is the area?