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

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

2. Example-2





1. is Vertical Matrix ?
`[[1],[4],[7]]`


Solution:
A matrix, in which number of columns is less than the number of rows, is called a vertical matrix.

`A` = 
`1`
`4`
`7`


The number of columns(1) is less than the number of rows(3), So `A` is a vertical matrix
2. is Vertical Matrix ?
`[[1,2,3,4],[4,5,6,7],[7,8,9,0]]`


Solution:
A matrix, in which number of columns is less than the number of rows, is called a vertical matrix.

`A` = 
`1``2``3``4`
`4``5``6``7`
`7``8``9``0`


The number of columns(4) is not less than the number of rows(3), So `A` is not a vertical 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
 
 

.