mirror of
https://github.com/vale981/TUD_MATH_BA
synced 2025-03-05 09:31:39 -05:00
added shorter command for the differential d latter (\d)
This commit is contained in:
parent
e27aee5b06
commit
cd86fb23c3
1 changed files with 113 additions and 105 deletions
|
@ -75,8 +75,8 @@
|
|||
\newcommand{\Q}{\mathbb{Q}} % rational number symbol
|
||||
\newcommand{\R}{\mathbb{R}} % real set R
|
||||
\newcommand{\Rn}{\mathbb{R}^n}
|
||||
\newcommand{\Rnn}{\mathbb{R}^{n \times n}} % real set R^nxn
|
||||
\newcommand{\Rd}{\mathbb{R}^d} % real set R^n for MINT
|
||||
\newcommand{\Rnn}{\mathbb{R}^{n \times n}} % real set R^nxn
|
||||
\undef{\H}
|
||||
\undef{\C}
|
||||
\newcommand{\C}{\mathbb{C}} % complex set C
|
||||
|
@ -87,7 +87,8 @@
|
|||
\newcommand{\F}{\mathbb{F}} % general field for the others above!
|
||||
|
||||
\newcommand{\powerset}{\mathcal{P}} % Powerset
|
||||
\newcommand{\pows}{\mathcal{P}} % shoter one
|
||||
\newcommand{\pows}{\mathcal{P}}
|
||||
% shoter one
|
||||
%%%%%%%%%%% p-adics %%%%%%%%%%%
|
||||
|
||||
\newcommand{\pZ}{\mathbb{Z}_p}
|
||||
|
@ -97,6 +98,7 @@
|
|||
%%%%%%%%%%% Old commands, need to check, which ones are in use, if not delete!
|
||||
|
||||
\newcommand{\diff}{\,\mathrm{d}} % differential d
|
||||
\newcommand{\d}{\,\mathrm{d}} % shorter command for differential d
|
||||
\newcommand{\s}{\,\,} % space after the function in the intergral
|
||||
\newcommand{\cont}{\mathcal{C}} % Contour C
|
||||
\newcommand{\fuk}{f(z) \s\diff z} % f(z) dz
|
||||
|
@ -107,19 +109,19 @@
|
|||
\newcommand{\cover}{\mathcal{U}} % cover for a set
|
||||
\newcommand{\setsys}{\mathcal{M}} % set system M
|
||||
\newcommand{\setnys}{\mathcal{N}} % set system N
|
||||
\newcommand{\zetafunk}{f(\zeta)\s\diff \zeta} %f(zeta) d zeta
|
||||
\newcommand{\zetafunk}{f(\zeta)\s\diff \zeta} % f(zeta) d zeta
|
||||
\newcommand{\ztfunk}{f(\zeta)} % f(zeta)
|
||||
\newcommand{\bocirc}{S_r(z)}
|
||||
\newcommand{\prop}{\,|\,}
|
||||
\newcommand*{\QEDA}{\hfill\ensuremath{\blacksquare}} %tombstone
|
||||
\newcommand*{\QEDA}{\hfill\ensuremath{\blacksquare}} % tombstone
|
||||
\newcommand{\emptybra}{\{\varnothing\}} % empty set with set-bracket
|
||||
\newcommand{\realpos}{\real_{>0}}
|
||||
\newcommand{\realposr}{\real_{\geq0}}
|
||||
\newcommand{\naturpos}{\natur_{>0}}
|
||||
\newcommand{\Imag}{\operatorname{Im}} % Imaginary symbol
|
||||
\newcommand{\Realz}{\operatorname{Re}} % Real symbol
|
||||
\newcommand{\foralln}{\forall n} %all n
|
||||
\newcommand{\forallnset}{\forall n \in \natur} %all n € |N
|
||||
\newcommand{\foralln}{\forall n} % all n
|
||||
\newcommand{\forallnset}{\forall n \in \natur} % all n € |N
|
||||
\newcommand{\forallnz}{\forall n \geq _0} % all n >= n_0
|
||||
\newcommand{\conjz}{\overline{z}} % conjugated z
|
||||
\newcommand{\tildz}{\tilde{z}} % different z
|
||||
|
@ -223,6 +225,7 @@
|
|||
|
||||
%%%%%%%%%%% Stochastic %%%%%%%%%%%%%%%%%%
|
||||
|
||||
% distributions
|
||||
\DeclareMathOperator{\Bin}{Bin} % Binomial-distribution
|
||||
\DeclareMathOperator{\Ber}{Bernoulli} % Bernoulli-distibution
|
||||
\DeclareMathOperator{\Multi}{Multi} % Multinomial-distribution
|
||||
|
@ -230,14 +233,19 @@
|
|||
\DeclareMathOperator{\Pois}{Poisson} % Poisson-distribution
|
||||
\DeclareMathOperator{\Gleich}{U} % Gleich-distribution
|
||||
|
||||
% Math Operators
|
||||
% Other stuff for stochastic
|
||||
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Math Operators %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
%%%%%% A
|
||||
\DeclareMathOperator{\Aff}{Aff} % Affine
|
||||
\DeclareMathOperator{\Aut}{Aut} % Automorphism
|
||||
\DeclareMathOperator{\Abb}{Abb} % Abbildung
|
||||
|
||||
%%%%%% B
|
||||
\DeclareMathOperator{\Bil}{Bil}
|
||||
\DeclareMathOperator{\Bil}{Bil} % Bilinear form
|
||||
|
||||
%%%%%% C
|
||||
\DeclareMathOperator{\cl}{cl} % Closure
|
||||
|
@ -282,7 +290,7 @@
|
|||
\DeclareMathOperator{\Ker}{Ker} % kernel of a morphisms
|
||||
|
||||
%%%%%% LMN
|
||||
\DeclareMathOperator{\LC}{LC} % Leitkoeffizient
|
||||
\DeclareMathOperator{\LC}{LC} % Leitkoeffizient polynome
|
||||
|
||||
\DeclareMathOperator{\Mat}{Mat} % Matrix
|
||||
\DeclareMathOperator{\MinPol}{MinPol} % Minimal Polynomial
|
||||
|
|
Loading…
Add table
Reference in a new issue