És la matriu identitat?. X21539


Statement
 

pdf   zip   main.py

The HTML version of the statement is not available.

Public test cases
  • Input

    1 0 0 0
    0 1 0 0
    0 0 1 0
    0 0 0 1
    

    Output

    True
    
  • Input

    1 0 0
    1 1 0
    0 0 1 
    

    Output

    False
    
  • Input

    1 0 0
    0 1 0
    0 0 0 
    

    Output

    False
    
  • Information
    Author
    Jaume Baixeries
    Language
    Catalan
    Official solutions
    Python
    User solutions
    Python