Skip to content

Python code for exercises/projects from "Coding The Matrix: Linear Algebra through Computer Science Applications"

Notifications You must be signed in to change notification settings

jks85/Coding_The_Matrix

Repository files navigation

Description of Repo Files:

Status: Solutions are in progress. Chapters 1-4 are completed and Chapter 5 is in progress.

This repo contains my solutions to the coding problems from the textbook Coding the Matrix: Linear Algebra through Computer Science Applications. Each of directory in the repo corresponds to a chapter. Directories include of solutions to assignments and in some cases, supporting modules. See the "File Information" text file in each directory for details.

Note that this repo does not include solutions to the written math problems. Feel free to contact me if you have questions about those. My email is on my Github page :).

The six files in the main repo are used in various chapters. These files were provided in the textbook and consist of predefined modules, procedures, or classes. Some assignments included editing these files (e.g. writing unfinished or new procedres). See the chapter directories for assignment details.

List of Chapters:

  1. The Function (completed)
  2. The Field (completed)
  3. The Vector (completed)
  4. The Vector Space (completed)
  5. The Matrix (completed)
  6. The Basis (in progress)
  7. Dimension (not started)
  8. Gaussian Elimination (not started)
  9. The Inner Product (not started)
  10. Orthogonalization (not started)
  11. Special Bases (not started)
  12. Singular Value Decomposition (not started)
  13. The Eigenvector (not started)
  14. The Linear Program (not started)

About

Python code for exercises/projects from "Coding The Matrix: Linear Algebra through Computer Science Applications"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages