From c674a11f42cdf7ca05680e435abbd270ab51ae13 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 28 Aug 2016 20:48:28 -0400 Subject: [PATCH] Add the real matrix transpose operator. --- mjo-linear_algebra.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mjo-linear_algebra.tex b/mjo-linear_algebra.tex index 380c3bf..a1d8c06 100644 --- a/mjo-linear_algebra.tex +++ b/mjo-linear_algebra.tex @@ -27,6 +27,10 @@ % The adjoint of a linear operator. \newcommand*{\adjoint}[1]{ #1^{*} } +% The ``transpose'' of a linear operator; namely, the adjoint, but +% specialized to real matrices. +\newcommand*{\transpose}[1]{ #1^{T} } + % The ``span of'' operator. The name \span is already taken. \newcommand*{\spanof}[1]{ \operatorname{span}\of{{#1}} } -- 2.43.2