필터 지우기
필터 지우기

complex number root solving

조회 수: 12 (최근 30일)
harley
harley 2014년 3월 10일
답변: Salman Khalaf 2020년 11월 1일
trying to use matlab to solve some complex numbers, as a basic example how does one command matlab to find all the roots of;
z^2 - i = 0

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2014년 3월 10일
편집: Azzi Abdelmalek 2014년 3월 10일
sols=roots([ 1 0 -i])
%or
sols=double(solve('z^2-i'))

추가 답변 (1개)

Salman Khalaf
Salman Khalaf 2020년 11월 1일
sols=roots([ 1 0 -i])

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by