Macaulay2 » Documentation
Packages » Macaulay2Doc » matrices » Matrix » inverse(Matrix) » InverseMethod
next | previous | forward | backward | up | index | toc

InverseMethod -- compute reciprocals

Description

InverseMethod -- a key used under which is stored a method for computing multiplicative inverses.

Internal routines for computing powers call upon that method when the exponent is negative.
i1 : 
             code QQ.InverseMethod

o1 = ../../../../Macaulay2/m2/rationals.m2:45:19-45:27: --source code:
     QQ.InverseMethod = x -> 1/x

For the programmer

The object InverseMethod is a symbol.


The source of this document is in Macaulay2Doc/functions/inverse-doc.m2:43:0.