Multiply the complex number 1+8i with its complex conjugate

조회 수: 8 (최근 30일)
Mani Praneeth
Mani Praneeth 2019년 10월 25일
편집: Nicolas B. 2019년 10월 25일
  1. Enter the value of ‘s’ as complex number
  2. Perform conjugate of ‘s’ and store in the variable ‘t’
  3. Multiply ‘s’ and ‘t’. Store the result of multiplication in the new variable ‘u’
script:
s=1+8i;
t=;
u=;
  댓글 수: 1
Adam
Adam 2019년 10월 25일
What is your question? If you don't know what a complex conjugate is I'd suggest reading up (either in notes you presumably have if this is for a course or online where there are any number of resources). If you know what it is then defining it is Matlab is trivial. also multiplying two numbers in Matlab doesn't seem to present any real challenges. So what part of it are you struggling with, given you've already managed to enter one complex number.

댓글을 달려면 로그인하십시오.

답변 (1개)

Nicolas B.
Nicolas B. 2019년 10월 25일
편집: Nicolas B. 2019년 10월 25일
%code removed
Btw, I don't think this website is there to do your homework. I highly recommend you to learn how to you a search engine and to learn by your own.
This website is there to help you solve real technical problems that cannot be solved with a simple research.
  댓글 수: 1
Guillaume
Guillaume 2019년 10월 25일
I don't think this website is there to do your homework.
And for that reason, providing actual answer to what is an obvious homework problem (a very easy one at that!) is discouraged. The OP will learn nothing (other that it's easy to cheat) if you they don't try to solve their problem.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품


릴리스

R11.1

Community Treasure Hunt

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

Start Hunting!

Translated by