dotPow
x .^ y
dotPow(x, y)
Calculates the power of x to y element wise.
Try it yourself:
$1 | a = [1, 2, 3; 4, 5, 6]
| |
$2 | a .^ 2
|
See also:
All functionsCalculates the power of x to y element wise.
Try it yourself:
$1 | a = [1, 2, 3; 4, 5, 6]
| |
$2 | a .^ 2
|