Exponentiation

Keystroke: [^]

y^x

Returns y raised to the x power.

If y is a scalar and x is a vector, the result is a vector of the same size as x, whose ith entry is y raised to the power xi.

If y is a square matrix, the result depends on x.

Operands:

Notes:

QuickSheet

Related Topics