@HomerReid wrote: > output of eig() is formatted in a non-obvious way > > ``` > julia> eig([1.0 2.0; 2.0 1.0]) > (-1.0 0.0 > 0.0 3.0 ,-0.70710678118654746 0.70710678118654746 > 0.70710678118654746 0.70710678118654746 ) > ``` This is related to #25 and #29, but should be put down specifically because it's something people are likely to notice fast.