Question

IN MATLAB Calculate the transpose (and the complex conjugate) of the matrix Z = [1+2j, 3+4j;...

IN MATLAB

Calculate the transpose (and the complex conjugate) of the matrix Z = [1+2j, 3+4j; 5+6j, 7+9j].

Homework Answers

Answer #1

MATLAB Code for finding conjugate and transpose of a given matrix:

Z = [1+2j, 3+4j; 5+6j, 7+9j]
ZC=conj(Z) %conjugate of matric
ZT=transpose(ZC)   %transpose gives final result

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
5) a: Letd=2i−4j+k. Write⃗a=3i+2j−6kasthesumoftwovectors⃗v,w⃗,where⃗visperpendicular ⃗⃗ to d and w⃗ is parallel to d. b: Find the...
5) a: Letd=2i−4j+k. Write⃗a=3i+2j−6kasthesumoftwovectors⃗v,w⃗,where⃗visperpendicular ⃗⃗ to d and w⃗ is parallel to d. b: Find the equation of the plane through the origin and perpendicular to x+y+z = 5 and 2x+y−2z = 7
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...
By Using Matlab Matcal (A, B) returns matrix A and B products, while printing the matrix...
By Using Matlab Matcal (A, B) returns matrix A and B products, while printing the matrix computation formula in outmat. txt file as follows. (The sizes of A and B are very variable. In other words, it shall be possible to perform operation for matrix operation of 2 x 2 size, and it shall also be possible to calculate and output for 100 X 100 matrix models. ) >> A = [1 23;4 56 ; 79] >> B = [0...
Calculate the infinity norm of the 5 × 5 Hilbert matrix. Please use matlab and show...
Calculate the infinity norm of the 5 × 5 Hilbert matrix. Please use matlab and show your code.
Calculate the directional derivative at point p in the direction a. 1) f (x, y) =...
Calculate the directional derivative at point p in the direction a. 1) f (x, y) = (x ^ 2)*(y); p = (1,2); a ⃗ = 3i-4j 2) f (x, y, z) = (x ^ 3)*(y) - (y ^ 2)*(z ^ 2); p = (- 2,1,3); a ⃗ = i-2j + 2k
1. Show that |z − w| ≤ |z − t| + |t − w| for all...
1. Show that |z − w| ≤ |z − t| + |t − w| for all z, w, t ∈ C. 2.Does every complex number have a multiplicative inverse? Explain 3.Give a geometric interpretation of the expression |z − w|, z, w ∈ C. 4.Give a lower bound for |z + w|. Show your result. 5.Explain how to compute the inverse of a nonzero complex number z geometrically. 6.Explain how to compute the conjugate of a complex number z geometrically....
please do on matlab Create the 10×10 elementary matrix E that would switch the rows 3...
please do on matlab Create the 10×10 elementary matrix E that would switch the rows 3 and 7. Do not enter the matrix manually, but use the command eye to create the identity matrix and modify the appropriate entry. For instance >> E(3,3)=0 with change the (3, 3) entry of E to 0. Test your matrix with a random 10 × 10 matrix.
Write a MATLAB function that outputs number of values in a matrix that’s greater than a...
Write a MATLAB function that outputs number of values in a matrix that’s greater than a compare value. The function must able to take in an arbitrary size matrix. Name your script/program as “Quiz 2”. Examples : Matrix = [1 2 3; 4 5 6]           Compare_Value = 2 Output = 4 Matrix = [1 2 3 1; 4 5 6 8]           Compare_Value = 2 Output = 5
All these to be done in MATLAB: 1.1)Define a column vector, called “b” in MATLAB that...
All these to be done in MATLAB: 1.1)Define a column vector, called “b” in MATLAB that stored floating point numbers between 0.6 to 2.5 in increment of 0.2. 1.2)What is the size of vector b? How is the size of ‘b’ stored? Define number of rows of ‘b’ in variable ’row’ and number of columns of “b” in variable “col”. 1.3)Define matrix “A” as a 10 by 10 matrix of all “1”s. 1.4)Update matrix “A” as following: set all the...
Write MATLAB code to create a 5x5 matrix A with 2's on the diagonal, and -1...
Write MATLAB code to create a 5x5 matrix A with 2's on the diagonal, and -1 on the super- and sub-diagonal. Then replace the (1,1) element of A with a 1. (Make your commands capable of handling an arbitary sized NxN matrix by first defining N=5, then using the variable N as the size in each of the commands.)
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT