Unit 1 - Introduction to Matrices Flashcards
Matrix definition
It’s a rectangular grouping of numbers or symbols arranged in rows and columns.
To understand the meaning of a matrix, row and columns has to be described in advance.
m x n, whic is row which is column?
m = row
n = columns
labeling
the matrix is labeled with a capital letter: A
the elements are labeled with lowercase letters a i,j
Transposition definition
The mathematical permutation involves the exchange of two elements.
In matrix means to swap row and columns with each other.
Column vector
m x 1, a matrix with only one column.
Row vector
1 x n, a matrix with only one row.
Zero matrix
A matrix whose elements are all zero.
Main diagonal
Is the diagonal whose elements are formed with the same row and column index.
Diagonal matrix
D = (d i,j) is a matrix whose elements outside the main diagonal are zero.
Upper triangular matrix
The elements below the main diagonal are zero.
U i,j = 0 foralli>j
Lower triangular matrix
The elements above the main diagonal are zero.
L i,j = 0 foralli<j
Band matrix
Only have non-zero elements in the vicinity of the main diagonal.
Square matrix
A matrix that have the same number of rows and columns.
m x n, m=n, rows = columns
Addiction and subtraction of matrices can be done only when?
Only matrices of the same type m x n, which means matrix A and matrix B must have the same number of rows and columns.
Matrix Addition laws
Cumulative law: A+B = B+A
Associative law: A+(B+C) = (A+B)+C
The zero matrix is the neutral element: A+0 = 0+A =A
A-A = 0