Skip to content

Instantly share code, notes, and snippets.

View christianp's full-sized avatar

Christian Lawson-Perfect christianp

View GitHub Profile
@christianp
christianp / testcom.exam
Created August 16, 2011 11:12 — forked from BillFoster/gist:1143713
Complex numbers and display/simplification
{
name: testcom
questions: [
{
name: Complex Test
statement: """Express the following in the form $a+bi$ where $a$ and $b$ are real. """
variables: {
a4: "s4*random(1..9)"
b4: "s1*random(1..9)"