What does the MATLAB expression `A \ b` compute when A is a square matrix?
-
A
Element-wise division of A by b
-
B
The solution x to the linear system A*x = b
-
C
The left quotient b divided by A element-wise
-
D
The inverse of A multiplied by b (always fails)