Division

Keystroke: [/]

x
y

Keystroke: [Ctrl] [/]

x ÷ y

Return x divided by y. If y = 0, this operation returns an error message indicating the singularity. If either x, y, or both, are vectors, division is performed element-wise. If y is a square matrix, then the result is x · y-1, that is, x times the inverse of y. Notes on the inverse operator apply.

Operands:

Notes: