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

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

1. Definition & Examples





1. is Null Matrix ?
`[[0,0,0],[0,0,0],[0,0,0]]`


Solution:
A matrix, in which all elements are zero, is called a null matrix or a zero matrix.

`A` = 
`0``0``0`
`0``0``0`
`0``0``0`


Here, all elements are zero, so it is a null matrix.


2. is Null Matrix ?
`[[1,0,0],[0,0,0],[0,0,0]]`


Solution:
A matrix, in which all elements are zero, is called a null matrix or a zero matrix.

`A` = 
`1``0``0`
`0``0``0`
`0``0``0`


Here, `a_(11)=1!=0`, so it is not a null 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
 
 

.