필터 지우기
필터 지우기

Complex, negative real sym

조회 수: 1 (최근 30일)
Sidafa
Sidafa 2015년 8월 24일
답변: Walter Roberson 2015년 8월 24일
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일
syms z
assume(imag(z) < 0)
complex is the default.

카테고리

Help CenterFile Exchange에서 Assumptions에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by