Get Started with Matrix Algebra
Learn about matrices and how to perform different algebraic operations in R.
Becoming a competent data scientist requires a lot of dedication, hard work, and comfort with matrices.
The matrix is a tidy mathematical object with its own set of rules. Its algebra helps us understand matrix structure and its interactions with other matrices, vectors, and scalars.
This module will improve our ability to interact with matrices by teaching us to compute important matrix algebra operations.
About this module
Data is represented in computers as math objects, such as matrices and vectors. Data scientists ...