Question

What is the MATLAB code used to solve the following equations? a. Express (2 + 3j)*(1-5j)*...

What is the MATLAB code used to solve the following equations?

a. Express (2 + 3j)*(1-5j)* in recantgular form

b. Express e^(-jpi/7) - pi/7 in recantgular form

c. Express -2e^(-j90 degrees) in recantgular form

d. Express 2 - sqrt-2 in polar form

e. Find the magnitude of e^e^(2-j)

Homework Answers

Answer #1

a)

b)

c)

d)

e)

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
1. Complex algebra problems. You can check your answer with Matlab: real, imag, abs, angle phase,...
1. Complex algebra problems. You can check your answer with Matlab: real, imag, abs, angle phase, conj. You are given: A = 1+2j ; B = 2+1j a. Find A*B, A/B, A^2 abs(A) and abs(B). Answers should be simplified in (a+bj) form. b. B in polar form (i.e. magnitude and angle in degree) c. Find exp(A) in polar and rectangular form. Hint use Euler formula. 2. Matrix operation problems. Use Matlab: A = [1 2 3; 4 5 6; 7...
Find 3 solutions to the following polynomial equations: 1-3ix+(3ix)^2+(-3ix)^3=0. Answer must be in polar form; ex:...
Find 3 solutions to the following polynomial equations: 1-3ix+(3ix)^2+(-3ix)^3=0. Answer must be in polar form; ex: x1= 5*(cos(pi/2) + i*sin(pi/2) )
Question 4 MATLAB a) Write a function file called q4.m containing the following nonlinear equations. ?(?1?2...
Question 4 MATLAB a) Write a function file called q4.m containing the following nonlinear equations. ?(?1?2 ) = ?1 2 + ?2 2 − 26 ?(?1?2 ) = 3?1 2 + 25?2 2 − 100 (1 Mark) b) Use MATLAB’s FSOLVE operator to solve these equations with x1 = 2 and x2 = 2 as your starting point. How many iterations did MATLAB use to solve them? (1 Mark)
Using Matlab to solve the problem below Given X=[-2 -1 0 1 2] Y=[1.5 3.2 4.5...
Using Matlab to solve the problem below Given X=[-2 -1 0 1 2] Y=[1.5 3.2 4.5 3.4 2] a). Plot a scatter plot of the data b). Determine the coefficients of the polynomial ?0 + ?1? + ?2?2 which best fits the data c). Plot this function on the same plot as in part ‘a’. USE MATLAB CODE ONLY! USE MATLAB CODE ONLY! THANK YOU
Please solve the following and show the workings. Solve the following equations: i) 3 4x =...
Please solve the following and show the workings. Solve the following equations: i) 3 4x = 4 ii) 2000 = 500 e 0.2x    iii) logx3 + logx 27 = 2    Express as a single logarithm : 1/3 log27 + 3 log 7 - 6 log2
Part 2: Solve the following problems in MATLAB 1. Fill in the function E = myElim(A,...
Part 2: Solve the following problems in MATLAB 1. Fill in the function E = myElim(A, r_entry, r_pivot, c) to create an m by m elimination matrix ??. Remember that an elimination matrix looks like an identity matrix with one extra entry of ?? in row r_entry and column r_pivot. 2. Fill in the function M = myMult(A, c_pivot) to create an m by m multiplier matrix ??. Remember that a multiplier matrix looks like an identity matrix with the...
Consider the following system of equations: 2x1 + 8x2 = 2 x1 + x2 = 4...
Consider the following system of equations: 2x1 + 8x2 = 2 x1 + x2 = 4 a) Express the system in the matrix form: Ax = b b) Showing all work, solve the equations for x1 and x2 using Gauss-Jordan method c) Showing all work, solve the equations for x1 and x2 using Cramer’s Rule d) Showing all work, solve the equations for x1 and x2 using the method of Matrix Inversion
Solve the following differential equations 1. cos(t)y' - sin(t)y = t^2 2. y' - 2ty =...
Solve the following differential equations 1. cos(t)y' - sin(t)y = t^2 2. y' - 2ty = t Solve the ODE 3. ty' - y = t^3 e^(3t), for t > 0 Compare the number of solutions of the following three initial value problems for the previous ODE 4. (i) y(1) = 1 (ii) y(0) = 1 (iii) y(0) = 0 Solve the IVP, and find the interval of validity of the solution 5. y' + (cot x)y = 5e^(cos x),...
Matlab: Solve the following set of simultaneous equations. Remember, the system cannot be solved if the...
Matlab: Solve the following set of simultaneous equations. Remember, the system cannot be solved if the determinant of the coefficient matrix is zero. Use if statements to only display the results if the determinant is not zero a) 3x1 + 2x2 + 4x3 = 5 2x1 + 5x2 + 3x3 = 17 7x1 + 2x2 + 2x3 = 11 b) x – y – z = 0 30x + 40y = 12 30x + 50z = 12 c) 4x +...
a) Find the parametric equations for the circle centered at (1,0) of radius 2 generated clockwise...
a) Find the parametric equations for the circle centered at (1,0) of radius 2 generated clockwise starting from (1+21/2 , 21/2). <---( one plus square root 2, square root 2) b) When given x(t) = tcost, y(t) = sint, 0 <_ t. Find dy/dx as a function of t. c) When given the parametric equations x(t) = eatsin2*(pi)*t, y(t) = eatcos2*(pi)*t where a is a real number. Find the arc length as a function of a for 0 <_ t...