Azzera filtri
Azzera filtri

Complex, negative real sym

1 visualizzazione (ultimi 30 giorni)
Sidafa
Sidafa il 24 Ago 2015
Risposto: Walter Roberson il 24 Ago 2015
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'?

Risposte (1)

Walter Roberson
Walter Roberson il 24 Ago 2015
syms z
assume(imag(z) < 0)
complex is the default.

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by