x=3, t=2 [this assigns values and
x*t [multiply and ]
x+t [add and ]
x/t [divide by ]
x (-1.5) [raises to the power ]
2*((x+t) 3) [computes ]
pi [ area of disc of unit radius]
j [ complex number]
exp (3); [creates ]
A=[5,7; 9,-2], B=[1,2,3;4,5,6] builds the matrices
inv(A) [computes the inverse matrix of ]
det(A) [computes the determinant of ]
trace(A) [computes the trace of ]