Spring 2017

An introduction to the language of mathematics and proof techniques through a study of the basic algebraic systems of mathematics: the integers, the integers modulo n, the rational numbers, the real numbers, the complex numbers and polynomials. [Offered: F,W,S]

Prereqs: 4U Calculus and Vectors or 4U Mathematics of Data Management; Honours Mathematics or Mathematics/ELAS or Software Engineering students only. require(katex/dist/katex.min.css);

$a^2 + b^2 = c^2$

$$a^2 + b^2 = c^2$$

Here’s a chart

The chart is rendered inside our MDX document.

$$ L = \frac{1}{2} \rho v^2 S C_L $$

The following is a code block with JavaScript language syntax highlighting.

import React from 'react';

Supports multiple languages.

The following is a code block with diff. Lines with + highlighted in green shade indicating an addition. Lines with - highlighted in red shade indicating a deletion.

- const data = ['1','2'];
+ const data = [1,2];

Live Editing example