From: Michael Orlitzky Date: Mon, 11 Jan 2016 23:09:38 +0000 (-0500) Subject: Add a note about the nonstandard name "Motzkin decomposition." X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=eeca2aaf291ef8cb215e277c09c4205be8a84298;p=sage.d.git Add a note about the nonstandard name "Motzkin decomposition." --- diff --git a/mjo/cone/cone.py b/mjo/cone/cone.py index 9358585..a70b016 100644 --- a/mjo/cone/cone.py +++ b/mjo/cone/cone.py @@ -74,6 +74,12 @@ def motzkin_decomposition(K): such that ``P`` is strictly convex, ``S`` is a subspace, and ``K`` is the direct sum of ``P`` and ``S``. + .. NOTE:: + + The name "Motzkin decomposition" is not standard. The result + is usually stated as the "decomposition theorem", or "cone + decomposition theorem." + OUTPUT: An ordered pair ``(P,S)`` of closed convex polyhedral cones where