Appendix B Matrices and Matrix Algebra
The interested readers may find a complete treatment in several Italian [33, 40] or English textbooks; a classical one is [15], while for linear algebra my preference goes to the book of Strang [45]. His video lessons are available at MIT OpenCourseWare [50].
B.1 Definitions
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 as in A. To indicate matrix dimensions we use the following symbols Am×n Am×n A ∈ Fm×n A ∈ Fm×n where the field F is F = R when the matrix has real elements and F = C when the matrix has complex elements. Given a matrix Am×n we define a transpose matrix the matrix obtained exchang- ing rows and columns AT
n×m =
a11 a21 · · · am1 a12 a22 · · · am2 . . . . . . ... . . . a1n a2n · · · amn 181