Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 469 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 469 Bytes

Applied Linear Algebra – Vectors, Matrices, and Least Squares

A set of (Linear Algebra)[https://web.stanford.edu/~boyd/vmls/] exercises written in Javascript (Typescript) and in Reason.

Getting started

Setup

git clone https://github.com/Palmaswell/math.git
cd math
yarn

Typescript development

yarn dev:type

Reasons development

yarn dev:reason

### Run test suite for Typescript and Reason in watch mode
```sh
yarn test