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

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

1. Definition & Examples





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


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

`A` = 
`1``2`
`4``5`
`7``8`


The number of columns(2) is less than the number of rows(3), So `A` is a vertical matrix


2. is Vertical Matrix ?
`[[1,2,3],[4,5,6],[7,8,9]]`


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``5``6`
`7``8``9`


The number of columns(3) 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
 
 

.