Subscribe to our ▶️ YouTube channel 🔴 for the latest videos, updates, and tips.
We will learn how to find the position of an element in a matrix?
1. Consider the matrix
Here, the element 5 falls on row number 1 and column 1.
We say, 5 is the (1, 1)th element. Similarly,
(1, 2)th element = -6
(2, 1)th element = 1
(2, 2)th element = 7
(3, 1)th element = -3
(3, 3)th element = 0
2. Consider the matrix
Here, the element 0 falls on row number 1 and column 1.
We say, 0 is the (1, 1)th element. Similarly,
(1, 2)th element = 3
(1, 3)th element = 9
(2, 1)th element = -2
(2, 2)th element = 5
(2, 3)th element = 1
(3, 1)th element = 3
(3, 2)th element = 8
(3, 3)th element = 6
From Position of an Element in a Matrix to HOME PAGE
Didn't find what you were looking for? Or want to know more information about Math Only Math. Use this Google Search to find what you need.