This document provides an introduction to solving linear algebraic systems numerically using MATLAB. It begins with an overview of linear algebraic systems and numerical solutions. It then defines key terms related to vectors, matrices, matrix operations, determinants, norms, eigenvalues, conditioning, and errors. The document outlines the scope of studying numerical solutions to linear systems in MATLAB. It provides background on the history of linear algebra and matrix theory, as well as the history of MATLAB. It then describes various methodologies for solving systems in MATLAB, including factorization methods, iterative methods, and solving matrix eigenvalue problems. It also discusses evaluating errors and accuracy. Finally, it provides examples of applications of linear algebraic systems in economics, Markov chains, and electrical networks.