16.8 + fix some formatting
All checks were successful
Build / Build-Docker-Image (push) Successful in 3m8s

This commit is contained in:
2025-04-23 16:20:39 -04:00
parent ac3c984f18
commit 3faf1ab200
4 changed files with 35 additions and 7 deletions

View File

@@ -124,7 +124,7 @@ Cross products have a set of useful properties too:
Simplify: <1, 1, 1>t + <1, 1, 2>s = <2, 2, 0>.
</li>
<li>
This can now be converted into an augmented matrix multiple of [t, s, 1]! <br>
This can now be converted into an augmented matrix multiple of `\[t, s, 1]`! <br>
<table>
<tr>
<td>1</td>
@@ -233,7 +233,7 @@ Cross products have a set of useful properties too:
</p>
<ul>
<li>
`l'(t) = [3, 4, 0]`
`l'(t) = \[3, 4, 0]`
</li>
<li>
`||l'(t)|| = sqrt(3^2 + 4^2 + 0^2) = 5`