Skip to content

Commit 02ef1f1

Browse files
committed
doc(Channel): use standard inline math for transposition
1 parent c566f05 commit 02ef1f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TNLean/Channel/Basic.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ namespace Matrix
8686

8787
variable (n : Type*)
8888

89-
/-- Matrix transposition as a complex-linear map on \(M_n(\mathbb C)\). -/
89+
/-- Matrix transposition as a complex-linear map on $M_n(\mathbb C)$. -/
9090
def transposeLinearMapComplex : Matrix n n ℂ →ₗ[ℂ] Matrix n n ℂ :=
9191
(Matrix.transposeLinearEquiv n n ℂ ℂ).toLinearMap
9292

0 commit comments

Comments
 (0)