This commit is contained in:
jverzani
2024-05-22 07:55:20 -04:00
parent f710cded15
commit 771bb06aa3
50 changed files with 120 additions and 426 deletions

View File

@@ -615,7 +615,7 @@ and
norm(collect(v))
```
Matrix multiplication is also deferred, but the size compatability of the matrices and vectors is considered immediately:
Matrix multiplication is also deferred, but the size compatibility of the matrices and vectors is considered immediately:
```{julia}