Home > Matrix & Vector > Matrix Structure > Square Matrix checker example

3. is Square Matrix example ( Enter your problem )
  1. Definition & Examples
  2. Example-2

2. Example-2





1. is Square Matrix ?
`[[1,0,2],[0,3,0],[0,5,0]]`


Solution:
A matrix, in which number of rows and number of columns are equal, is called a square matrix.

`A` = 
`1``0``2`
`0``3``0`
`0``5``0`


The number of rows(3) and number of columns(3) are equal, So `A` is a square matrix
2. is Square Matrix ?
`[[1,0,2],[0,3,0]]`


Solution:
A matrix, in which number of rows and number of columns are equal, is called a square matrix.

`A` = 
`1``0``2`
`0``3``0`


The number of rows(2) and number of columns(3) are not equal, So `A` is not a square matrix




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





Share this solution or page with your friends.
 
 
Copyright © 2026. All rights reserved. Terms, Privacy
 
 

.