From 7550b6a2e37298217b5cd4890299a64fb5cf1762 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 28 Mar 2019 10:12:51 -0400 Subject: [PATCH] mjo-linear_algebra.tex: use \transpose in the definition of \colvec. --- mjo-linear_algebra.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mjo-linear_algebra.tex b/mjo-linear_algebra.tex index aa0b05e..5c3f715 100644 --- a/mjo-linear_algebra.tex +++ b/mjo-linear_algebra.tex @@ -66,7 +66,7 @@ \newcommand*{\matricize}[1]{ \operatorname{mat}\of{{#1}} } % An inline column vector, with parentheses and a transpose operator. -\newcommand*{\colvec}[1]{ \left({#1}\right)^{T} } +\newcommand*{\colvec}[1]{ \transpose{\left({#1}\right)} } % Bounded linear operators on some space. The required argument is the % domain of those operators, and the optional argument is the -- 2.43.2