Generic definitions

Turn off annoying warnings messages

Off[General :: spell1] ; Off[General :: spell] ;

Load in necessary packages

<<LinearAlgebra`MatrixManipulation` ;

Nice view of matrices and vectors

Nice[m_] := m//MatrixForm // TraditionalForm

Generate generic vector with subscripts

GenericVector[v_] := {Subscript[v, x], Subscript[v, y], Subscript[v, z]}


Created by Mathematica  (September 7, 2003)