HELP FOR: The CREP dataformat for unitforms
SYNOPSIS:
EXAMPLES:
> with(linalg);
> Q:=matrix(3,3,[2,1,0,1,2,-1,0,-1,2]);
> x:=vector(3);
> print(x);
> 1/2*innerprod(x,Q,x);
SEE ALSO: crep/datatypes