add ana24

This commit is contained in:
2020-01-24 12:48:45 +01:00
parent 53c4f98c92
commit ffcf192753
4 changed files with 345 additions and 0 deletions
Binary file not shown.
+12
View File
@@ -0,0 +1,12 @@
\documentclass{../../../lecture}
\begin{document}
\begin{align*}
\left[\begin{matrix}1 & 1 & -1 & -0.5\\0 & -2 & 6 & 6\\0 & 0 & -6 & -15\\0 & 0 & 0 & 10\end{matrix}\right]
\left[\begin{matrix}1 & 0 & 0 & 0\\0 & 0.333333333333333 & 2.22044604925031 \cdot 10^{-16} & 4.44089209850063 \cdot 10^{-16}\\0 & 0 & 0.200000000000001 & 3.33066907387547 \cdot 10^{-15}\\0 & 0 & 1.33226762955019 \cdot 10^{-15} & 0.0357142857142889\end{matrix}\right]
.\end{align*}
sympy integrate((-1+6*x+6*x^2)*(-0.5 +6*x + -15*x^2 + 10*x^3), (x, 0, 1)) sympy
\end{document}