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
O conhecimento adquirimos com os livros e os mestres.
A sabedoria aprendemos com o povo e os humildes.
Cora Coralina

Sobrecarga de Matriz Oposta, [;- \underline{\underline{A}} ;]

Python Listing: ../../Code/Matrix.py.
    def __neg__(A):
        ##Matrix neg: opposed Matrix, -A
        return A*(-1.0)
    
Messages:
0 secs.