Matrices and Vectors
Matrices and Vectors
Matrices and Vectors
Kelompok 4 :
1. Mujahidah (5213419009)
2. Susi Arfiana (5213419014)
3. Bagus Ungguh Setiadi (5213419017)
4. Dian Setya Andri S. (5213419026)
5. Muria Arya Dinata (5213419041)
6. Diani Lestari (5213419042)
7. Falihil Izza Z. (5213419047)
8. Moh. Dafi Najuda (5213419054)
BASICS OF MATRICES AND VECTORS
SOME DEFINITIONS AND TERMS
A. Matrices
1. Matrices A form 2 x 2
2. Matrices A form n x n
A. Transposition
1. Transpose of the 2 x 2 matrix
Vector
Matrix Scalar
We can write,
Definition
EXAMPLE
DEFINITION
Example
DEFINITION
Example
RULES FOR MATRIX ADDITION AND SCALAR MULTIPLICATION
Rule of Matrix
Since matrix multiplication is a multiplication of rows into columns, we can write the
defining formula more compactly as :
where is the jth row vector of A and is the kth column vector of B, so that :
PARALLEL PROCESSING OF PRODUCTS ON THE COMPUTER
Facilitated for computing C = AB , which is used by standard algorithms (such
as in Lapack).
In this method, A is used as given, B is taken in terms of its column vectors, and
the product is computed columnwise. Thus,