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

@@ -178,7 +178,7 @@ Instead of the comprehension, broadcasting can be used
surface(X.(thetas, phis'), Y.(thetas, phis'), Z.(thetas, phis'))
```
If the parameterization is presented as a function, broadcasting can be used to succintly plot
If the parameterization is presented as a function, broadcasting can be used to succinctly plot
```{julia}