Could someone come up with R code to plot an ellipse from the eigenvalues and the eigenvectors of the following matrix
$\begin{equation*} \mathbf{A} = \left( \begin{array} {cc} 2.2 & 0.4\\ 0.4 & 2.8 \end{array} \right) \end{equation*}$
Thanks
|
Could someone come up with R code to plot an ellipse from the eigenvalues and the eigenvectors of the following matrix $\begin{equation*} \mathbf{A} = \left( \begin{array} {cc} 2.2 & 0.4\\ 0.4 & 2.8 \end{array} \right) \end{equation*}$ Thanks |
|||||||||||
|
Questions on Mathematics Stack Exchange are expected to relate to math within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
You might want to play with something like
|
||||
|
|