Description
In this course, you will :
- An understanding of introductory matrix algebra
- Working knowledge of coding matrix algebra operations in R
- Ability to implement simple matrix algebra algorithm in Rcpp
- Hands on experience of using RcppArmadillo and RcppEigen in R
Syllabus :
- Assignment Operator
- Addition of Matrices
- Scalar Multiplication of Matrices
- Multiplication of Matrices
- ransposition of Matrices
- Determinant of a Matrix
- Inverse of a Matrix
- System of Linear Equations
- LU Matrix Factorization
- Cholesky Factorization
- QR Matrix Factorization
- Eigendecomposition