Difference between revisions of "Types of Matrices"

From alpha
Jump to navigation Jump to search
(Created page with "Matrices ")
 
Line 1: Line 1:
Matrices
Here we will be learning the different types of Matrices.
 
== Column Matrix ==
A column matrix is a matrix having a single column is called a column matrix.
 
Example:
 
<math>A =\begin{bmatrix} -1 \\ 2 \\5 \end{bmatrix}</math>
 
Here <math>A</math> is a column matrix of order <math>4 \ X \ 1</math>
 
In general, A = [aij] m × 1 is a column matrix of order m × 1
 
<math>A =\begin{bmatrix} a_{ij} \end{bmatrix}_{m \times 1}</math>is a column matrix of order <math>m \ X \ 1</math>
 
== Square matrix ==
A  Square matrix is a matrix having equal number of rows and columns
 
Example:
 
<math>B =\begin{bmatrix} 1 & 2 & 3 \\ 4 & 5 & 6\\7 & 8 & 9 \end{bmatrix}</math>
 
Here <math>B</math> is a square matrix of order <math>3</math>

Revision as of 17:30, 13 December 2023

Here we will be learning the different types of Matrices.

Column Matrix

A column matrix is a matrix having a single column is called a column matrix.

Example:

Here is a column matrix of order

In general, A = [aij] m × 1 is a column matrix of order m × 1

is a column matrix of order

Square matrix

A Square matrix is a matrix having equal number of rows and columns

Example:

Here is a square matrix of order