rules:
-Matrices and Vectors are both in bold
-Matrices are capital letters, vectors are not
Now i figured i would use the \newcommand command to create these.
Code: Select all
\newcommand{\bm}{}
\newcommand{\bv}{}
bm and bm being "begin matrix" and "begin vector".
Is it possible to put my rules into these commands ?
I havent been able to figure out how to do so.
Thanks!