This commit is contained in:
jverzani 2025-05-29 07:49:08 -04:00
parent 4d4e2342d6
commit 6065782e07
2 changed files with 2 additions and 2 deletions

View File

@ -1482,7 +1482,7 @@ a = find_zero(y', 1)
numericq(a)
```
Numerically find the value of $a$ that minimizes the length of the line seqment $PQ$.
Numerically find the value of $a$ that minimizes the length of the line segment $PQ$.
```{julia}

View File

@ -68,7 +68,7 @@ For more control, the command line and `IJulia` provide access to the function i
] status
```
External packages are *typically* installed from GitHub and if they are regisered, installation is as easy as calling `add`:
External packages are *typically* installed from GitHub and if they are registered, installation is as easy as calling `add`:
```{julia}