Types: N/A
Examples: N/A
Constructions: N/A
Generalizations: 7.1 Entry-by-Entry Definition of Matrix

Properties: N/A
Sufficiencies: N/A
Questions: N/A

Matrix Anatomy

For m,nN, a rectangular matrix ARm×n is an array of real numbers organized into m rows and n columns. Because the row dimension m and the column dimension n are both natural numbers, matrices are categorized as three types:

  1. Tall and narrow if m>n. All tall and narrow matrices have more rows than columns.
A=[a11a1na21a2nan1annam1amn]
  1. Square if m=n (not necessarily nonsingular). All square matrices have the same number of rows as columns.
A=[a11a12a1na21a22a2nan1an2anm]
  1. Short and wide if m<n. All short and wide matrices have less rows than columns.
A=[a11a12a1ma1nam1am2ammamn]

Remark. The anatomy of matrices can be used to help identify what 00 Major Problems in Applied Linear Algebra the problem may be.