Evaluate (3-4i)(-4+3i) in MATLAB.

7 views (last 30 days)
plz send me the code of this expression (3-4i)(-4+3i) in MATLAB.
  1 Comment
Steven Lord
Steven Lord on 17 Apr 2022
I suggest you start with the free MATLAB Onramp tutorial (https://www.mathworks.com/support/learn-with-matlab-tutorials.html) to quickly learn the essentials of MATLAB.

Sign in to comment.

Accepted Answer

Muhammad  Kashif
Muhammad Kashif on 17 Apr 2022

How we write the commands in matlab

  1 Comment
Sam Chak
Sam Chak on 17 Apr 2022
Edited: Sam Chak on 17 Apr 2022
I have edited the answer to show the instruction to "write the command".

Sign in to comment.

More Answers (1)

Sam Chak
Sam Chak on 17 Apr 2022
Edited: Sam Chak on 17 Apr 2022
You will need a Alphanumeric Keyboard lets the user type in Latin alphabet, numeric characters, and mathematical symbols for addition, subtraction, multiplication, and division, a decimal point.
Please type this on command window in MATLAB using the Keyboard as shown below:
z = (3-4i)*(-4+3i)

Categories

Find more on MATLAB in Help Center and File Exchange

Products


Release

R2007b

Community Treasure Hunt

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

Start Hunting!