15. is Symmetric Matrix example ( Enter your problem )
  1. Definition & Examples
  2. Example-2
Other related methods
  1. is Row Matrix
  2. is Column Matrix
  3. is Square Matrix
  4. is Horizontal Matrix
  5. is Vertical Matrix
  6. is Diagonal Matrix
  7. is Identity Matrix
  8. is Scalar Matrix
  9. is Null Matrix
  10. is Lower Triangle Matrix
  11. is Upper Triangle Matrix
  12. is Orthogonal Matrix
  13. is Singular Matrix
  14. is Nonsingular Matrix
  15. is Symmetric Matrix
  16. is Skew Symmetric Matrix
  17. is Nilpotent Matrix
  18. is Involutary Matrix
  19. is Idempotent Matrix
  20. is Periodic Matrix
  21. is Positive Definite Matrix
  22. is Negative Definite Matrix
  23. is Derogatory Matrix
  24. is Diagonally Dominant Matrix
  25. is Strictly Diagonally Dominant Matrix
  26. Auto detect the matrix type

14. is Nonsingular Matrix
(Previous method)
2. Example-2
(Next example)

1. Definition & Examples





1. is Symmetric Matrix ?
`[[1,2,3],[2,5,6],[3,6,9]]`


Solution:
A square matrix `A=[a_(ij)]` is said to be a symmetric if `A = A^T` i.e. `a_(ij) = a_(ji)` for all i,j.


`A` = 
`1``2``3`
`2``5``6`
`3``6``9`


`A^T` = 
`1``2``3`
`2``5``6`
`3``6``9`
T
 = 
`1``2``3`
`2``5``6`
`3``6``9`



Here, `A` and `A^T` are equal, so `A` is a symmetric matrix


2. is Symmetric Matrix ?
`[[1,3,3],[2,5,6],[3,6,9]]`


Solution:
A square matrix `A=[a_(ij)]` is said to be a symmetric if `A = A^T` i.e. `a_(ij) = a_(ji)` for all i,j.


`A` = 
`1``3``3`
`2``5``6`
`3``6``9`


`A^T` = 
`1``3``3`
`2``5``6`
`3``6``9`
T
 = 
`1``2``3`
`3``5``6`
`3``6``9`



Here, `A` and `A^T` are not equal, so `A` is not a symmetric matrix




This material is intended as a summary. Use your textbook for detail explanation.
Any bug, improvement, feedback then Submit Here



14. is Nonsingular Matrix
(Previous method)
2. Example-2
(Next example)





Share this solution or page with your friends.


 
Copyright © 2023. All rights reserved. Terms, Privacy
 
 

.