필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Find roots of this function!

조회 수: 1 (최근 30일)
Shashank
Shashank 2012년 10월 24일
마감: MATLAB Answer Bot 2021년 8월 20일
How would I find the roots to this particular function?
f(x) = mod((4 + x)/(4 - 3*x)) - exp(i*t)
where;
mod = modulus of the complex number
x = any complex number
exp = exponential function
i = iota
t = angle to be varied between 0 to 2pi
I need to find roots for this equation in terms of the angle (t) and plot that curve as t varies from 0 to 2pi.
Thanks.
  댓글 수: 2
Matt Fig
Matt Fig 2012년 10월 24일
The MOD function takes two inputs. As you have it, the function will fail. Please re-write it so that it will work....
Walter Roberson
Walter Roberson 2012년 10월 24일
abs(x) is the complex modulus of x.
What is iota? Is that the same as the imaginary unit?

답변 (0개)

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by