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
Walter Roberson 2015 年 8 月 24 日

0 投票

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

カテゴリ

ヘルプ センター および File ExchangeSymbolic 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