Complex, negative real sym
显示 更早的评论
I was wondering if there was a way to create a sym object z, and assume negative real part.
I guess I can create define
z = x + iy
but is there a way of using 'assumptions'?
回答(1 个)
Walter Roberson
2015-8-24
syms z
assume(imag(z) < 0)
complex is the default.
类别
在 帮助中心 和 File Exchange 中查找有关 Symbolic Math Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!