What is a Zero Matrix? Definition and Examples
What is a zero matrix? A zero matrix, also called null matrix, is a matrix where all elements of the matrix are equal to 0.
$$
O = [O_{m × n}] = \begin{bmatrix}
0 & 0 & 0 & . . . & 0\\
0 & 0 & 0 & . . . & 0\\
0 & 0 & 0 & . . . & 0\\
. & . & . & & .\\
. & . & . & & .\\
. & . & . & & .\\
0 & 0 & 0 & . . . & 0\\
\end{bmatrix}
$$
Here are a Few More Examples of Zero Matrices
$$
O = [O_{2 × 2}] = \begin{bmatrix}
0 & 0\\
0 & 0\\
\end{bmatrix}
$$
$$
O = [O_{3 × 3}] = \begin{bmatrix}
0 & 0 & 0\\
0 & 0 & 0\\
0 & 0 & 0\\
\end{bmatrix}
$$
$$
O = [O_{3 × 2}] = \begin{bmatrix}
0 & 0\\
0 & 0\\
0 & 0\\
\end{bmatrix}
$$
Enjoy this page? Please pay it forward. Here's how...
Would you prefer to share this page with others by linking to it?
- Click on the HTML link code below.
- Copy and paste it, adding a note of your own, into your blog, a Web page, forums, a blog comment, your Facebook account, or anywhere that someone would find this page valuable.