SOLUTION: how can we find the diagonal elements of square matrix?
Algebra
->
Matrices-and-determiminant
-> SOLUTION: how can we find the diagonal elements of square matrix?
Log On
Algebra: Matrices, determinant, Cramer rule
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Matrices-and-determiminant
Question 1028417
:
how can we find the diagonal elements of square matrix?
Answer by
fractalier(6550)
(
Show Source
):
You can
put this solution on YOUR website!
You start at the top left and move diagonally toward the bottom right, reading off the elements as you go. So for a matrix like
1 2 3
4 5 6
7 8 9
our diagonal elements are 1,5, and 9.