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}