85.6k views
3 votes
Find the matrix A= 2
3
4

User Lahiru
by
7.4k points

1 Answer

3 votes

Answer:

It looks like you've provided a column vector, not a matrix. A matrix would have multiple columns or rows. If you intended to create a 3x1 matrix, it would look like:

\[ A = \begin{bmatrix} 2 \\ 3 \\ 4 \end{bmatrix} \]

User DrEnter
by
8.2k points