diff --git a/week12_full_materials/lecture12.pdf b/week12_full_materials/lecture12.pdf index a4102f0..989f9a4 100644 Binary files a/week12_full_materials/lecture12.pdf and b/week12_full_materials/lecture12.pdf differ diff --git a/week12_full_materials/lecture12.tex b/week12_full_materials/lecture12.tex index 14e7e08..42a91f3 100644 --- a/week12_full_materials/lecture12.tex +++ b/week12_full_materials/lecture12.tex @@ -3642,10 +3642,10 @@ \subsection*{答案提示} \textbf{2.} $\|T^n V - T^n V'\| \leq \gamma\|T^{n-1}V - T^{n-1}V'\| \leq \cdots \leq \gamma^n\|V-V'\|$。 -\textbf{3.} $0.99^k < 0.0001$,$k > \frac{\ln 10^6}{\ln(1/0.99)} = \frac{13.8}{0.01} = 1380$次。 +\textbf{3.} $100 \cdot 0.99^k < 0.01$,即$0.99^k < 10^{-4}$,$k > \frac{\ln 10^4}{\ln(1/0.99)} \approx 916.42$,因此至少需要$917$次。 \textbf{4.} $\frac{1}{\sqrt{1-0.95^2}} = \frac{1}{\sqrt{0.0975}} = 3.2$。误差上界$\leq 3.2$。 \textbf{5.} $\frac{2}{0.01^2}(0.01 + 0.99 \times 0.01 \times 100) = 20000 \times 1.01 \approx 20200$。 -\end{document} \ No newline at end of file +\end{document}