Files
matlab-learning/lab6/exercise6_9.m

7 lines
37 B
Mathematica

i=2;
a=2i;
b=2*i;
c=2*sqrt(-1);
a
b
c