matlab第一章
a=3
a =
3complex(3,4)
ans =
3.0000 + 4.0000i%Example 1.1
x=0.1;
a=0.5;
y=sqrt(abs(exp(-pi*x)-sin(x)
2017-09-22