Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
polimi-cheatsheet
GitHub Repository: polimi-cheatsheet/GAL-cheatsheet
Path: blob/master/esercizi/1.retta-per-2-punti.tex
185 views
1
\subsection{Retta $r$ per $A(1, 2, 2)$ e $B(3, 1, 0)$}
2
$\vec{d} = (1-3, 2-1, 2-0) = (-2, 1, 2)$
3
\begin{tabular}{@{}ll@{}}
4
$\begin{cases}
5
x = 1 - 2t \\[-0.3em]
6
y = 2 + 1t \\[-0.3em]
7
z = 2 + 2t \\
8
\end{cases}$
9
&
10
\begin{tabular}{l}
11
$t = y-2$ \\
12
$\begin{cases}
13
x + 2y - 5 = 0 \\[-0.3em]
14
z - 2y +2 = 0 \\
15
\end{cases}$ \\
16
\end{tabular}
17
\end{tabular}
18
19