Matrix Inverse: Difference between revisions

Jump to navigation Jump to search
108 bytes added ,  14:45, 14 July 2020
m
Text replacement - "http://help.dyalog.com" to "https://help.dyalog.com"
No edit summary
m (Text replacement - "http://help.dyalog.com" to "https://help.dyalog.com")
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Built-in|Matrix Inverse|⌹}} is a [[monadic function]] that returns the [[wikipedia:matrix inverse|inverse]] of the [[simple]] numeric array of [[rank]] 2 or lower. It shares the [[glyph]] ''Quad Divide'' <source lang=apl inline>⌹</source> (often called ''Domino'') with the dyadic function [[Matrix Divide]].
{{Built-in|Matrix Inverse|⌹}} is a [[monadic]] [[primitive function]] that returns the [[wikipedia:matrix inverse|inverse]] of a [[simple]] [[numeric]] array of [[rank]] 2 or lower. Some dialects automatically apply it to rank-2 [[subarray]]s of higher-rank [[argument]]s. It shares the [[glyph]] ''Quad Divide'' <source lang=apl inline>⌹</source> (often called ''Domino'') with the dyadic function [[Matrix Divide]].


== Examples ==
== Examples ==
Line 62: Line 62:
=== Documentation ===
=== Documentation ===


* [http://help.dyalog.com/latest/#Language/Primitive%20Functions/Matrix%20Inverse.htm Dyalog]
* [https://help.dyalog.com/latest/#Language/Primitive%20Functions/Matrix%20Inverse.htm Dyalog]
* [http://microapl.com/apl_help/ch_020_020_270.htm APLX]
* [http://microapl.com/apl_help/ch_020_020_270.htm APLX]
* [http://wiki.nars2000.org/index.php/Matrix_Inverse/Divide NARS2000]
* [http://wiki.nars2000.org/index.php/Matrix_Inverse/Divide NARS2000]

Navigation menu