Mathematica commands

Command Result
MatrixExp[A] matrix exponential (do not use Exp[A] !!!)
A[[1,1]] element (1,1) of matrix A
f[t_ /; 0 <= t < 1] = F1(t)
f[t_ /; 1 <= t < 2] = F2(t)
...
define piece-wise function