]> gitweb.michael.orlitzky.com - mjotex.git/commitdiff
mjo-cone.tex: add the strictly positive orthant, \Rnplusplus.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 20 Jan 2023 23:30:02 +0000 (18:30 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 20 Jan 2023 23:30:02 +0000 (18:30 -0500)
examples.tex
mjo-cone.tex

index f23b9e9af8911ad29eea5580ef80c0c45156ec47..e70e0e1e0c63ad2d12ef667ebde7e69d9a6a0ad7 100644 (file)
 
   \begin{section}{Cone}
     The dual cone of $K$ is $\dual{K}$. Some familiar symmetric cones
-    are $\Rnplus$, $\Lnplus$, $\Snplus$, and $\Hnplus$.  If cones
-    $K_{1}$ and $K_{2}$ are given, we can define $\posops{K_{1}}$,
-    $\posops[K_{2}]{K_{1}}$, $\Sof{K_{1}}$, $\Zof{K_{1}}$,
-    $\LL{K_{1}}$, and $\lyapunovrank{K_{1}}$. We can also define $x
-    \gecone_{K} y$, $x \gtcone_{K} y$, $x \lecone_{K} y$, and $x
-    \ltcone_{K} y$ with respect to a cone $K$.
+    are $\Rnplus$, $\Rnplusplus$, $\Lnplus$, $\Snplus$, and $\Hnplus$.
+    If cones $K_{1}$ and $K_{2}$ are given, we can define
+    $\posops{K_{1}}$, $\posops[K_{2}]{K_{1}}$, $\Sof{K_{1}}$,
+    $\Zof{K_{1}}$, $\LL{K_{1}}$, and $\lyapunovrank{K_{1}}$. We can
+    also define $x \gecone_{K} y$, $x \gtcone_{K} y$, $x \lecone_{K}
+    y$, and $x \ltcone_{K} y$ with respect to a cone $K$.
   \end{section}
 
   \begin{section}{Convex}
index 78e87415f587dddb5832215cf91aad5079d04fd3..00a1309dd3fa2a924875da25d613d2fae7dd922a 100644 (file)
 % Common cones.
 %
 
-% The nonnegative orthant in the given number of dimensions.
+% The nonnegative and strictly positive orthants in the given number
+% of dimensions.
 \newcommand*{\Rnplus}[1][n]{ \Rn[#1]_{+} }
+\newcommand*{\Rnplusplus}[1][n]{ \Rn[#1]_{++} }
 
 % The Lorentz ``ice-cream'' cone in the given number of dimensions.
 \newcommand*{\Lnplus}[1][n]{ \mathcal{L}^{{#1}}_{+} }