62.1k views
0 votes
T= [4 2]

[5 0]

[11 -1]

[8 3]


What is the address of element 11?

User Nnm
by
6.7k points

2 Answers

4 votes


\bf T= \begin{bmatrix} 4&2\\5&0\\\underset{row~3,col~1}{11}&-1\\8&3 \end{bmatrix}\impliedby \textit{11 is at 3,1}

User Peyman Majidi
by
8.6k points
5 votes

Answer:


a_(13)

Explanation:

The address of an element is the row and column number of the element in the matrix.

If the matrix is
\left[\begin{array}{ccc}4&2\\5&0\\11&-1\\8&3\end{array}\right]

Then element 11 is row 3 and column 1. Its address is the column followed by the row. 11 is
a_(13).

User Antonino
by
8.5k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories