Marc Haubenstock

Results 63 comments of Marc Haubenstock

@Andlon i think a real square matrix can have complex eigenvales in conjugate pairs

@sebcrozet hey. Any update on this?

As far as I can tell everything is working fine. I can have a look at the computation of the explicit complex eigenvectors.

@sebcrozet Im having trouble with the generics for a complex number. ``` /// Returns a tuple of vectors. The elements of the tuple are the complex eigenvalues, complex left eigenvectors...

Im careful with chaning the constraints. That whole system is a but opaque to me. But if its the only way then so be it.

@sebcrozet @metric-space Thanks a lot. I pushed an initial version that compiles. But I would want to write a test for it. Do you know of a "standard" matrix which...

I found this test matrix from https://textbooks.math.gatech.edu/ila/1553/complex-eigenvalues.html $$ \left(\begin{array}{cc} \frac{4}{5} & -\frac{3}{5} & 0.0\\ \frac{3}{5} & \frac{4}{5} & 0.0 \\ 1 & 2 & 2 \end{array}\right) $$ Ill park this...

@sebcrozet Feel free to review. I wrote an example/test for eigenvalues and (right) eigenvectors. I had to change the Cargo.toml to make it build.

@tuduku What dataset are you using?

Sure. Thats totally understandable For me at least I like to reimplement stuff from [learnOpenGL](https://learnopengl.com/) I think the advanced examples are very good.