Skip to content

Improving Eigenvectors({{1,0,0}, {-2,1,0}, {0,1,1}}) #979

@tranleduy2000

Description

@tranleduy2000

Here is the input:

Eigenvectors({{1,0,0},
{-2,1,0},
{0,1,1}})

The current implement shows the following errror:

image

The Det of the input matrix is 1

Det[  {{1,0,0}, {-2,1,0}, {0,1,1}}  ] = 1

Expected result:

{{0,0,1},{0,0,0},{0,0,0}} 

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions