Beware: makes a meal of complex numbers, and is not a symbolic manipulation package.
x-3 [this assigns value ]
t-2 [this assigns value ]
x*t [multiply and ]
x+t [add and ]
x/t [divide by ]
x(-1.5) [raises to the power ]
2*((x+t)3) [computes ]
a-c(5,9,7,-2) [creates vector ]
A-array(a, dim=c(2,2)) [fills up a matrix, column by column, from vector a]
b-c(1,4,2,5,3,6) [creates vector ]
B-array(b, dim=c(2,3)) [fills up a matrix, column by column, from vector b]
t(B) [forms the transpose of the matrix ]