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'?
답변 (1개)
Walter Roberson
2015년 8월 24일
syms z
assume(imag(z) < 0)
complex is the default.
카테고리
도움말 센터 및 File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!