Answered step by step
Verified Expert Solution
Question
1 Approved Answer
USING MATLAB: ( PLEASE START FROM Q2 , I DON'T NEED THE ANSWER FOR Q1 Define z1 = 1+j0.3 and z2 = 0.8+j0.7 . Enter
USING MATLAB: (PLEASE START FROM Q2, I DON'T NEED THE ANSWER FOR Q1
- Define z1 = 1+j0.3 and z2 = 0.8+j0.7. Enter these in MATLAB and plot them with zvect, and print them with zprint.
- Compute the conjugate z and the inverse 1/z for both z1 and z2 and plot the results. In MATLAB, see help conj. Display the results numerically with zprint.
- Compute z1 + z2 and plot. Use zcat to show the sum as vectors head-to-tail. Use zprint to display the results numerically.
- Compute z1z2 and z1/z2 and plot. Use the zvect plot function to show how the angles of z1 and z2 determine the angles of the product and quotient. Use zprint to display the results numerically.
- Work a few problems on the complex number drill program. To start the program simply type zdrill.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started