X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo-linear_algebra.tex;h=d493b9cce5bd047eeb940a972128a6cf7198d261;hb=7dfe6fdee9d819258393544917c871f6b85a3eb8;hp=267ef67ae96af8482d502fbd9751b7471122d878;hpb=fe30cc3cf8f9a88785d2899d00a727931377bb5d;p=mjotex.git diff --git a/mjo-linear_algebra.tex b/mjo-linear_algebra.tex index 267ef67..d493b9c 100644 --- a/mjo-linear_algebra.tex +++ b/mjo-linear_algebra.tex @@ -18,7 +18,7 @@ \usepackage{trimclip} \fi -\input{mjo-common} +\input{mjo-common} % for \of, at least % Absolute value (modulus) of a scalar. \newcommand*{\abs}[1]{\left\lvert{#1}\right\rvert} @@ -71,6 +71,19 @@ % The orthogonal projection of its second argument onto the first. \newcommand*{\proj}[2] { \operatorname{proj}\of{#1, #2} } +% The set of all eigenvalues of its argument, which should be either a +% matrix or a linear operator. The sigma notation was chosen instead +% of lambda so that lambda can be reserved to denote the ordered tuple +% (largest to smallest) of eigenvalues. +\newcommand*{\spectrum}[1]{\sigma\of{{#1}}} +\ifdefined\newglossaryentry + \newglossaryentry{spectrum}{ + name={\ensuremath{\spectrum{L}}}, + description={the set of all eigenvalues of $L$}, + sort=s + } +\fi + % The ``Automorphism group of'' operator. \newcommand*{\Aut}[1]{ \operatorname{Aut}\of{{#1}} }