Skip to content

output of eig() is formatted in a non-obvious way #135

@StefanKarpinski

Description

@StefanKarpinski

@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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions