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

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

1. Definition & Examples





1. is Column Matrix ?
`[[1],[2],[5]]`


Solution:
A matrix, in which there is only 1 column and any number of rows, is called a column matrix.

`A` = 
`1`
`2`
`5`


There is only 1 column, So `A` is a column matrix


2. is Column Matrix ?
`[[1,2,3],[4,5,6]]`


Solution:
A matrix, in which there is only 1 column and any number of rows, is called a column matrix.

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


There are 3 columns, So `A` is not a column 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
 
 

.