Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
polimi-cheatsheet
GitHub Repository: polimi-cheatsheet/GAL-cheatsheet
Path: blob/master/teoria/1.rette.tex
185 views
1
\section{Rette}
2
\begin{tabular}{cc}
3
$\begin{cases}
4
x = x_0 + at \\[-0.3em]
5
y = y_0 + bt \\[-0.3em]
6
z = z_0 + ct \\
7
\end{cases}$ &
8
$\begin{cases}
9
a_1x + b_1y + c_1z + d_1 = 0 \\[-0.3em]
10
a_2x + b_2y + c_2z + d_2 = 0 \\
11
\end{cases}$ \\
12
Forma parametrica & Forma cartesiana \\
13
\end{tabular}
14
15
In 3 dimensioni una retta è individuata dall'intersezione di 2 piani non paralleli. Nella forma parametrica
16
$(a, b, c)$ sono i parametri direttori della retta e ne indicano la direzione.
17
18