Complex, negative real sym

3 次查看(过去 30 天)
Sidafa
Sidafa 2015-8-24
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
Walter Roberson 2015-8-24
syms z
assume(imag(z) < 0)
complex is the default.

类别

Help CenterFile Exchange 中查找有关 Assumptions 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by