Skip to content

Commit 007b67e

Browse files
Improved relation formatting.
1 parent 15fdee1 commit 007b67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Math-Tests-Matrix/PMQRTest.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ PMQRTest >> testMoorePenroseInverseOfRandomMatrixIsAnInverse [
6565
"
6666
Proofs for the properties below can be found in literature:
6767
If A has real entries, then so does A+
68-
If A is invertible, its pseudoinverse is its inverse. That is, A+=A**−1
68+
If A is invertible, its pseudoinverse is its inverse. That is, A+ = A**−1
6969
"
7070

7171
| a |

0 commit comments

Comments
 (0)