Indicates the power. In expression A^B, if B is complex, the phase of A is evaluated from -
π
to
π
.
Syntax
|
Description
|
y = x^3;
|
x cubed.
|
Examples
This example shows the usage of the "^" operator.
x=1:3;
y=2:4;
?z=x^y;
result:
1
8
81
See Also
List of commands
,
*
,
/
,
+
,
-
,
^