SmtC: Show me the Code
Ole Peter Smith
Instituto de Matemática e Estatística
Universidade Federal de Goiás
http://www.olesmith.com.br

Matrices
Even a stopped clock is right once a day.
English proverb
< Oposta | Subtração | Notáveis >

Sobrecarga de Subtração de Matrices

Python Listing: ../../Code/Matrix.py.
    def __sub__(A,B):
        ## Matrix sub: per element
        return A-B
            
    def __isub__(A,B):
        return A-B

< Oposta | Subtração | Notáveis >
Messages:
0 secs.