Skip to main content
Contents
Dark Mode Prev Up Next
\(
\newcommand{\lt}{<}
\newcommand{\gt}{>}
\newcommand{\amp}{&}
\definecolor{fillinmathshade}{gray}{0.9}
\newcommand{\fillinmath}[1]{\mathchoice{\colorbox{fillinmathshade}{$\displaystyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\textstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptscriptstyle\phantom{\,#1\,}$}}}
\)
Chapter 2 Linear systems, array operations, plots
The goal of this class is to learn basic ways in which vectors and matrices are used: solving the systems of linear equations; performing computations with many numbers at once; and graphing functions.
The following parts of
MATLAB Onramp minicourse are directly related to this chapter:
Array Calculations
Plotting Data