Sort by

recency

|

8 Discussions

|

  • + 0 comments

    Soooo I tried to submit my answer on Python3 with print (1/3) print (1) print (-3) print (-1). I can't figure out how to do it the most doable way in Python3. To be fair, I did failed 10 times to see where it can work. T-T

  • + 0 comments

    ans is

    1/3
    1
    -3
    -1
    

    basically arrangment of value are imp. in this que

  • + 1 comment

    Ans:1/3 1 -3 -1

  • + 0 comments

    This is quite poor, coming from hackerrank. The output format should be specified clearly.

  • + 0 comments

    In case you're stuck, you might find some of these notes useful. Eigenvalues & Eigenvectors