Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/planes.typ
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ This just means you have to pick the number $d$ to match:
Compute the equation of the plane parallel to $x + 2 y + 3 z = 100$
which passes through the point $(1, 4, 9)$.
]
#solution[
#soln[
Planes are parallel when they have normal vectors in the same direction,
so we use the normal vector $vec(1,2,3)$ for both.
Hence the answer should take the form $ x + 2 y + 3 z = d $ for some $d$.
Expand Down
Loading