Skip to content

Commit 31f0414

Browse files
authored
Use math mode in two places in the manual (#1903)
1 parent dbfbb60 commit 31f0414

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/src/matrix_introduction.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Introduction
22

3-
AbstractAlgebra provides matrix spaces (mxn matrices) and matrix algebras
4-
(nxn matrices) over a ring. Whilst both types of matrix provide
3+
AbstractAlgebra provides matrix spaces ($m\times n$ matrices) and matrix algebras
4+
($n\times n$ matrices) over a ring. Whilst both types of matrix provide
55
matrix multiplication for matrices whose dimensions are compatible for
66
multiplication, only the latter kind of matrices form rings in the system.
77

@@ -16,4 +16,3 @@ field.
1616

1717
Most of this generic functionality is provided for arbitrary matrix types
1818
that satisfy the AbstractAlgebra matrix interface.
19-

0 commit comments

Comments
 (0)