Quantcast
Channel: Why does MATLAB have left division/solve? - Programming Language Design and Implementation Stack Exchange
Viewing all articles
Browse latest Browse all 4

Why does MATLAB have left division/solve?

$
0
0

In MATLAB (and Octave), the \ (or mldivide) and \. operators are provided with the exact same functionality as / (or mrdivide) and /., except their arguments are commuted.

I'm looking for any background to this unusual design.


Viewing all articles
Browse latest Browse all 4

Trending Articles