Definitions Definition A matrix is a set of N real or complex numbers organized in m rows and n columns, with N = mn A = a11 a12 · · · a1n a21 a22 · · · a2n · · · · · · aij · · · am1 am2 · · · amn ≡ [aij] i = 1, . . . , m j = 1, . . . , n A matrix is always written as a boldface capital letter viene as in A. To indicate matrix dimensions we use the following symbols Am×n Am×n A ∈ Fm×n A ∈ Fm×n where F = R for real elements and F = C for complex elements. Transpose matrix Given a matrix Am×n we define a transpose matrix the matrix obtained exchanging rows and columns AT
n×m =
a11 a21 · · · am1 a12 a22 · · · am2 . . . . . . ... . . . a1n a2n · · · amn The following property holds (AT)T = A Square matrix A matrix is said to be square when m = n A square n × n matrix is upper triangular when aij = 0, ∀i > j An×n = a11 a12 · · · a1n a22 · · · a2n . . . . . . ... . . . · · · ann If a square matrix is upper triangular its transpose is lower triangular and viceversa AT
n×n =
a11 · · · a12 a22 · · · . . . . . . ... . . . a1n a2n · · · ann Symmetric matrix A real square matrix is said to be symmetric if A = AT, or A − AT = O In a real symmetric matrix there are at least n(n + 1) 2 independent elements.