WIP: Plots

This commit is contained in:
jverzani
2025-06-27 19:21:20 -04:00
parent 4f60e9a414
commit c4bd214ecd
5 changed files with 28 additions and 61 deletions

View File

@@ -601,14 +601,7 @@ det(N)
det(collect(N))
```
Similarly, with `norm`:
```{julia}
norm(v)
```
and
Similarly, with `norm`, which returns a generator unless collected:
```{julia}