HP Prime for All

English  Русский 

Syntax

.^(Mtrx,Intg(n))

Description

Calculates the power of each element of the matrix.

Example

[[1,2],[3,4]] .^ 3 returns [[1,8],[27,64]]

.^ — Discussion