Skip to main content
Engineering LibreTexts

Purpose of This Book

  • Page ID
    86690
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    The purpose of this book is to provide a comprehensive textbook for California's C-ID ENGR 220 Programming and Problem-Solving in MATLAB.
    Such a course should cover the following topics:

    Overview of computer systems and the MATLAB environment
    Variables, expressions, and order of operation
    Elementary functions
    Array definitions and operations
    Computational problem-solving methodology
    Pseudocode, flowcharts, and documentation
    Formatted input and output
    Data Files
    Plotting
    Selection programming structures
    Repetition programming structures
    MATLAB Functions and user-defined functions
    Recursion
    Data structures
    Sorting and searching
    Object-oriented programming
    Numerical Analysis Techniques (embedded within topics above):
    Solving systems of linear equations
    Vector analysis
    Data Interpolation
    Least-squares regression
    Numerical Differentiation and Integration
    Solving ordinary differential equations
    Series approximation and error
    Solving equations of one variable

    Since no single Open Educational Resource (OER) textbook covered all these topics, I assembled parts of other books and added my own materials. This book is intended to cover these topics and provide sufficient examples and exercises to be an effective learning tool.

    If you find errors or have suggestions for improvements, send them to me at CareySmith@vcccd.edu.

    • Was this article helpful?