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!