![]() |
British Mathematician Arthur Cayley was the first person to develop the algebraic aspect of the matrix. After that, Psychiat Heisenberg used matrices as a tool to explain his famous Quantum principle. The study of matrices originated while solving different types of simple and complex linear problems, which is cumbersome to solve without matrices. A rectangular array of mn numbers in the form of m horizontal lines called rows, and n vertical lines called columns is called a matrix of order m x n. This arrays is enclosed by [ ] or ( ) or || || . Each number of the m x n matrix is known as the element of the matrix. A matrix is generally denoted by capital alphabetical characters, and its element is denoted by small alphabetical characters with suffix ij, which indicates to row and column number, i.e. aij, is called elements of matrix A.
Some important terms related to matrix
Diagonal Elements of a MatrixAn element aij of a matrix A = [aij] is a diagonal elements of matrix if i = j, such as when rows and column suffixes are equal. Thus, a11 , a22 , a33, a44, … so on are diagonal elements of the matrix A = [aij].
The principal diagonal is also known as the leading diagonal. The diagonal of a square matrix running from the upper left entities to the lower right entities are principal diagonal of a matrix. Here, Principal Diagonal elements are non-zeroes.
It’s also called anti diagonal of a matrix. The diagonal of a square matrix running from the upper right entities to the lower-left entities is called the counter diagonal of a matrix. Here, Counter diagonal elements are non-zeroes. Note: Above, we considered examples in principal and counter diagonal. Elements of the matrix other than diagonal are considered as zeroes for better clarification. Sample problemsQuestion 1: Find out the diagonal element of the below matrix. Solution:
Question 2: Find trace of matrix A, given below. Solution:
Question 3: Find the inverse of diagonal matrix: Solution:
Question 4: Find value of a11 + a23 – a22 + a31 from given below matrix.
Solution:
Question 5: Find the product of diagonal element of below matrix: Solution:
Question 6: Find the determinant of the matrix given below: Solution:
Question 7: Find the sum of counter diagonal of matrix , common element of principle and counter diagonal: Solution:
|
Reffered: https://www.geeksforgeeks.org
Mathematics |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 9 |