Question

I want to get inverse Z transform of the following matrix, Want to get it in...

I want to get inverse Z transform of the following matrix,

Want to get it in k variable.

G = [z(z-0.6) / (z^2-1.2z+1) 0.8z / (z^2-1.2z+1) ; 0.8z / (z^2-1.2z+1) z(z-0.6) / (z^2-1.2z+1)] --->2 x 2 matrix

Homework Answers

Answer #1

%Matlab code to generate inverse Z transform of given matrix

clc

clear all

syms z k

G=[z*(z-0.6)/(z^2-1.2*z+1) 0.8*z/(z^2-1.2*z+1);0.8*z/(z^2-1.2*z+1) z*(z-0.6)/(z^2-1.2*z+1)];

t=iztrans(G,k);

% After executing above script on matlab, we will get

t =

[ (-1)^k*cos(k*(pi - acos(3/5))), (4*(-1)^k*cos(k*(pi - acos(3/5))))/3 + ((-1)^k*5^(1 - k)*(- 3 - 4i)^(k - 1)*5i)/6 - ((-1)^k*5^(1 - k)*(- 3 + 4i)^(k - 1)*5i)/6]

[ (4*(-1)^k*cos(k*(pi - acos(3/5))))/3 + ((-1)^k*5^(1 - k)*(- 3 - 4i)^(k - 1)*5i)/6 - ((-1)^k*5^(1 - k)*(- 3 + 4i)^(k - 1)*5i)/6, (-1)^k*cos(k*(pi - acos(3/5)))]

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
(TCO5) Find the inverse z-transform of h(z)=(z)/(z-0.6) and determine its numerical value for n = 2.
(TCO5) Find the inverse z-transform of h(z)=(z)/(z-0.6) and determine its numerical value for n = 2.
Using the partial fraction method, calculate the inverse z-transform of the following DT causal sequences: (vi)...
Using the partial fraction method, calculate the inverse z-transform of the following DT causal sequences: (vi) X(z) = (4z-2) / (10-6(z^1 + z^-^1))
(a) H(z) = 3z^2 + 2 + z^-1 + z^-3.What is the inverse z-transform of H(z)?...
(a) H(z) = 3z^2 + 2 + z^-1 + z^-3.What is the inverse z-transform of H(z)? (b) If H(z) in part (a) is the transfer function of a system. What is the difference equation for this system? (c) If x[n] = [ 2 ,−1, 3 ], (where n_0 = -1) What is its z-transform?
A) Find the inverse of the following square matrix. I 5 0 I I 0 10...
A) Find the inverse of the following square matrix. I 5 0 I I 0 10 I (b) Find the inverse of the following square matrix. I 4 9 I I 2 5 I c) Find the determinant of the following square matrix. I 5 0 0 I I 0 10 0 I I 0 0 4 I (d) Is the square matrix in (c) invertible? Why or why not?
(a) Find the inverse of the following square matrix. I 5 0 I I 0 10...
(a) Find the inverse of the following square matrix. I 5 0 I I 0 10 I (b) Find the inverse of the following square matrix. I 4 9 I I 2 5 I (c) Find the determinant of the following square matrix. I 5 0 0 I I 0 10 0 I I 0 0 4 I (d) Is the square matrix in (c) invertible? Why or why not?
Solve the system of equations using an inverse matrix -4x-2y+z= 6 -x-y-2z= -3 2x+3y-z= -4 Choose...
Solve the system of equations using an inverse matrix -4x-2y+z= 6 -x-y-2z= -3 2x+3y-z= -4 Choose one: a. (-1, 0, -2) b. (1, 0, -2) c. (1, 0, 2) d. (-1, 0, 2)
Evaluate general matrix function I want to evaluate this function exp(x) (2+sin(x)) at the matrix A...
Evaluate general matrix function I want to evaluate this function exp(x) (2+sin(x)) at the matrix A . How can I write it in Matlab? my tried is f= expm(A)*(2+funm(A,@sin)); but it is not correct
Use the Convolution Theorem to compute the inverse transform of the following: a. F(s)= (2 /...
Use the Convolution Theorem to compute the inverse transform of the following: a. F(s)= (2 / ( s^(2)(s2 +1) )). e. F(s)= e^(−3s)/(s^2)
Using elementary transformations, determine matrices B and C so that BAC=I for the matrix A. Use...
Using elementary transformations, determine matrices B and C so that BAC=I for the matrix A. Use B and C to compute the inverse of A; that is, take the inverse of both sides of the equation BAC=I and then solve for A inverse. I need to find Matrix B, Matrix C, and Inverse of matrix A A= 1   2   1   1 0   1   2   0 1   2   2   1 0   -1 1   2
Using the 2Gauss Jordan Elimination method, create the coefficient matrix A and b, find the inverse...
Using the 2Gauss Jordan Elimination method, create the coefficient matrix A and b, find the inverse of the matrix A, and calculate the unknowns. Please indicate the action you have taken on the lines in each step on the arrow. Just enter the value of z in the answer section in this form. -x+z+6=0 x+y+z=0 -x-z+6=0