Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
polimi-cheatsheet
GitHub Repository: polimi-cheatsheet/GAL-cheatsheet
Path: blob/master/esercizi/2.riconoscere-quadrica.tex
185 views
1
\subsection{Riconoscere una quadrica}
2
3
$x^2 - 6xy - 4xz - 8y + 2z = 0$
4
5
\begin{tabularx}{\textwidth}{llX}
6
$
7
A = \left[
8
\arraycolsep=2.0pt\def\arraystretch{1.0}
9
\begin{array}{@{}ccc@{}}
10
1 & -3 & -2 \\
11
-3 & 0 & 0 \\
12
-2 & 0 & 0 \\
13
\end{array}
14
\right]
15
$ &
16
$
17
B = \left[
18
\arraycolsep=2.0pt\def\arraystretch{1.0}
19
\begin{array}{@{}cccc@{}}
20
1 & -3 & -2 & 0 \\
21
-3 & 0 & 0 & -4 \\
22
-2 & 0 & 0 & 1 \\
23
0 & -4 & 1 & 0
24
\end{array}
25
\right]
26
$ &
27
$\det A = 0$ \newline
28
$\det B = 121$ \newline
29
\end{tabularx}
30
31
$\det B > 0$ e $\det A = 0 \Rightarrow$ paraboloide iperbolico
32
33