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'?

Antworten (1)

Walter Roberson
Walter Roberson am 24 Aug. 2015

0 Stimmen

syms z
assume(imag(z) < 0)
complex is the default.

Kategorien

Mehr zu Symbolic Math Toolbox finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 24 Aug. 2015

Beantwortet:

am 24 Aug. 2015

Community Treasure Hunt

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

Start Hunting!

Translated by