mirror of
https://github.com/vale981/TUD_MATH_BA
synced 2025-03-04 17:21:38 -05:00
math operators fixed
two very used already, undefined, because the preview definition wasnt used by us.
This commit is contained in:
parent
cf4f982845
commit
621e1836f3
1 changed files with 3 additions and 1 deletions
|
@ -73,6 +73,8 @@
|
|||
\newcommand{\R}{\mathbb{R}} % real set R
|
||||
\newcommand{\Rn}{\mathbb{R}^n} % real set R^n
|
||||
\newcommand{\Rd}{\mathbb{R}^d} % real set R^n for MINT
|
||||
\undef{\H}
|
||||
\undef{\C}
|
||||
\newcommand{\C}{\mathbb{C}} % complex set C
|
||||
\newcommand{\H}{\mathbb{H}} % quaternion
|
||||
\newcommand{\F}{\mathbb{F}} % general field for the others above!
|
||||
|
@ -271,7 +273,7 @@
|
|||
|
||||
%%%%%% XYZ
|
||||
\DeclareMathOperator{\ZR}{ZR} % Zeilenraum
|
||||
\DeclareMathOperator{\Z}{Z} % ?
|
||||
%\DeclareMathOperator{\Z}{Z} % ?
|
||||
|
||||
|
||||
% WHITESPACE COMMANDS
|
||||
|
|
Loading…
Add table
Reference in a new issue