Complex, negative real sym
Mostrar comentarios más antiguos
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'?
Respuestas (1)
Walter Roberson
el 24 de Ag. de 2015
syms z
assume(imag(z) < 0)
complex is the default.
Categorías
Más información sobre Symbolic Math Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!