vault backup: 2023-10-03 08:10:20

This commit is contained in:
2023-10-03 08:10:20 +02:00
parent e1e2e3e015
commit 4dfd5c0931
61 changed files with 9102 additions and 13731 deletions

View File

@@ -0,0 +1,32 @@
$$
\begin{gathered}
f(x)=R(x,\sqrt{ax^{2}+bx+c}) \Rightarrow
\begin{cases}
c > 0 \rightarrow tx \pm \sqrt{c} \\
a > 0 \rightarrow t \pm \sqrt{a}x \\
\Delta > 0 \rightarrow t(x-x_{1})
\end{cases}
\newline
\\
\\
\begin{cases}
-2A=1 \\
-B = 2 \\
A+\lambda =0
\end{cases}
\\
\\
\begin{bmatrix}
-2 & 0 & 0 & 1 \\ 0 & -1 & 0 & 2 \\ 1 & 0 & 1 & 0 \\
\end{bmatrix}
\end{gathered}
$$