asked 164k views
1 vote
Construct a 3×3 matrix aij=3j-2i​ Hellpppp ASAP

asked
User Amadan
by
8.8k points

1 Answer

4 votes


a_(ij)=3j-2i is the formula for (i, j )-th entry (row i, column j ) of the matrix. So the matrix would be


\begin{bmatrix}3*1-2*1&3*2-2*1&3*3-2*1\\3*1-2*2&3*2-2*2&3*3-2*2\\3*1-2*3&3*2-2*3&3*3-2*3\end{bmatrix} = \begin{bmatrix}1&4&7\\-1&2&5\\-3&0&3\end{bmatrix}

answered
User AnaPana
by
8.2k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.