dig=x*cos(t)+y*sin(t)-2.5e-6x y 是t的函数要计算dig^1.5我怎样可以保证dig永远为正数
dig=abs(x*cos(t)+y*sin(t)-2.5e-6)。
syms a b positive;c=a+sqrt(b)*i;real(c)imag(c)