Addressing #16
Compare changes
+ 75
− 67
@@ -47,7 +47,7 @@ of vector space). We can express the previous equation in terms of its component
@@ -57,7 +57,7 @@ the rules of matrix multiplication:
@@ -67,14 +67,18 @@ the rules of matrix multiplication:
@@ -106,8 +110,10 @@ $$
@@ -115,17 +121,20 @@ $$
@@ -135,14 +144,14 @@ $$
@@ -157,10 +166,10 @@ $$
\begin{pmatrix} A_{11} & A_{12} & A_{13} & \ldots \\ A_{21} & A_{22} & A_{23} & \ldots\\A_{31} & A_{32} & A_{33} & \ldots \\\vdots & \vdots & \vdots & \end{pmatrix} \begin{pmatrix} \psi_{k,1}\\\psi_{k,2}\\\psi_{k,3} \\\vdots\end{pmatrix}= \lambda_{\psi_k}\begin{pmatrix} \psi_{k,1}\\\psi_{k,2}\\\psi_{k,3} \\\vdots\end{pmatrix} \, , \quad k=1,\ldots,n \, .
@@ -171,13 +180,15 @@ $$
@@ -187,69 +198,66 @@ $$