From a51d0e2c4f0d5d769ca907439dd699ad3982f031 Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Thu, 2 Jul 2015 10:47:28 +0200 Subject: [PATCH] fixed the expression for expected eigenvalues in Step-36 --- examples/step-36/doc/results.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/step-36/doc/results.dox b/examples/step-36/doc/results.dox index 729152affc..0644023a6b 100644 --- a/examples/step-36/doc/results.dox +++ b/examples/step-36/doc/results.dox @@ -12,7 +12,7 @@ set Potential = 0 @endcode Here, the potential is zero inside the domain, and we know that the -eigenvalues are given by $\lambda_{(mn)}=\frac{\pi}{4}(m^2+n^2)$ where +eigenvalues are given by $\lambda_{(mn)}=\frac{\pi^2}{4}(m^2+n^2)$ where $m,n\in{\mathbb N^+}$. Eigenfunctions are sines and cosines with $m$ and $n$ periods in $x$ and $y$ directions. This matches the output our program generates: -- 2.39.5