Solve¶ Symbolic equation solver. $ wo 'Solve[x^2 == 4, x]' {{x -> -2}, {x -> 2}} $ wo 'Solve[{x + y == 3, x - y == 1}, {x, y}]' {{x -> 2, y -> 1}}