This commit is contained in:
Miloslav Ciz 2023-04-02 20:57:34 +02:00
parent 138510fee5
commit 018a44958c
5 changed files with 112 additions and 4 deletions

View file

@ -21,7 +21,7 @@ We may kind of see vectors as matrices that have either only one column, so call
|5 7.3 -2|
```
is really a 3x1 matrix that as a column vector (1x3 matrix) would look as
is really a 1x3 matrix that as a column vector (3x1 matrix) would look as
```
|5 |