Matrix Divide: Difference between revisions

Jump to navigation Jump to search
141 bytes added ,  08:45, 10 June 2020
no edit summary
(Created page with "{{Built-in|Matrix Divide|⌹}} is a dyadic function that performs matrix division between two arguments. It shares the glyph...")
 
No edit summary
Line 1: Line 1:
{{Built-in|Matrix Divide|⌹}} is a [[dyadic function]] that performs [[wikipedia:matrix division|matrix division]] between two [[argument|arguments]]. It shares the [[glyph]] <source lang=apl inline>⌹</source> with the monadic function [[Matrix Inverse]].
{{Built-in|Matrix Divide|⌹}} is a [[dyadic function]] that performs [[wikipedia:matrix division|matrix division]] or between two [[argument]]s of rank 2 or less. Some dialects automatically apply it to rank-2 [[subarray]]s of higher-rank arguments. It shares the [[glyph]] ''Quad Divide'' <source lang=apl inline>⌹</source> (often called ''Domino'') with the monadic function [[Matrix Inverse]].


== Examples ==
== Examples ==

Navigation menu