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일

0 개 추천

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

카테고리

도움말 센터File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

태그

질문:

2015년 8월 24일

답변:

2015년 8월 24일

Community Treasure Hunt

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

Start Hunting!

Translated by