Operator
|
Keyboard Shortcut
|
/
|
|
x and y
|
Description
|
Two scalars
|
Returns x divided by y.
|
Two arrays of the same length
A scalar and an array
|
Returns the division of x and y performed element-wise.
|
x is an m x n matrix and y is a square n x n matrix whose determinant is not zero.
|
Returns the matrix product of x and the inverse of y.
|
y=0 or det(y)=0
|
Returns an error message indicating a singularity.
|
Position of the Cursor
|
Outcome
|