We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbfbb60 commit 31f0414Copy full SHA for 31f0414
docs/src/matrix_introduction.md
@@ -1,7 +1,7 @@
1
# Introduction
2
3
-AbstractAlgebra provides matrix spaces (mxn matrices) and matrix algebras
4
-(nxn matrices) over a ring. Whilst both types of matrix provide
+AbstractAlgebra provides matrix spaces ($m\times n$ matrices) and matrix algebras
+($n\times n$ matrices) over a ring. Whilst both types of matrix provide
5
matrix multiplication for matrices whose dimensions are compatible for
6
multiplication, only the latter kind of matrices form rings in the system.
7
@@ -16,4 +16,3 @@ field.
16
17
Most of this generic functionality is provided for arbitrary matrix types
18
that satisfy the AbstractAlgebra matrix interface.
19
-
0 commit comments