/ula-ds

Repository for Understanding Linear Algebra (Data Science edition)

Primary LanguageJavaScript

Understanding Linear Algebra

This is the source code for the open-source linear algebra text Understanding Linear Algebra. The text is written in PreTeXt and distributed under a Creative Commons BY 4.0 license. Both html and pdf versions are availabe at the text home page.

Getting started

  1. Clone this repository.
  2. Copy Makefile.paths.original to Makefile.paths and edit Makefile.paths as instructed within that file.
  3. Use make html to create the html version or make latex to make a pdflatex file.

Please note

The Makefiles were shamelessly stolen from Matt Boelkins' Active Calculus repository. Thanks to Matt and others for their work setting up the development environment. Any errors here are, of course, my own.