Matrices Miscellaneous Solutions

Question:

If A and B are square matrices of the same order such that AB=BA, then prove by induction that AB n = B n A . Further, prove that (AB) n = A n B n for all n∈N.

Answer:

  1. Base case: Let n = 1. Then AB 1 =AB and B 1 A =BA. Since AB = BA, the base case is true.

  2. Assume that AB n = B n A for some n∈N.

  3. Prove that AB n+1 = B n+1 A .

By the induction hypothesis, AB n = B n A .

Therefore, AB n+1 =AB B n A =BA B n A = B n+1 A

  1. Prove that (AB) n =<math xmlns = “http://www.w3.

Question:

If the matrix A is both symmetric and skew symmetric, then A A is a diagonal matrix B A is a zero matrix C A is a square matrix D None of these

Answer:

A. A A is a diagonal matrix.

B. B A is a zero matrix.

C. C A is a square matrix.

D. None of these.

Question:

Show that the matrix B′AB is symmetric or skew symmetric according as A is symmetric or skew symmetric.

Answer:

  1. Recall that a matrix A is symmetric if A = A’ and a matrix A is skew symmetric if A = -A'.

  2. Now, if A is symmetric, then B’AB = (B’A)B = (AB)‘B = (A’B)‘B = A’(BB’) = A’B = (A’B)’ = (B’A)’ = (B’AB)’.

  3. If A is skew symmetric, then B’AB = (B’A)B = (AB)‘B = (-A’B)‘B = -(A’B)B = -A’(BB’) = -A’B = -(A’B)’ = -(B’A)’ = -(B’AB)’.

  4. Therefore, B’AB is symmetric or skew symmetric according as A is symmetric or skew symmetric.

Question:

If A=[3-41-1], then prove A n =[1+2n-4nn1-2n] where n is any positive integer

Answer:

Proof:

We will use mathematical induction to prove the statement.

Base case: Let n = 1.

A 1 = [3-41-1]

= [3-41-1]

= [1+2-411-2]

= [3-41-1]

Hence, the statement is true for n = 1.

Inductive step: Assume the statement is true for some positive integer n = k.

A k = [1+2k-4kk1-2k]

Now,

A k+1 = [3-41-1] k+1

= [<m

Question:

Find the matrix X so that X[123456]=[-7-8-9246]

Answer:

  1. Begin by writing the equation as a system of equations:

x11 + 2x12 + 3x13 = -7 4x11 + 5x12 + 6x13 = -8 3x11 + 4x12 + 6x13 = -9

  1. Use Gaussian Elimination to solve for the variables:

Step 1: Subtract 4 times the first equation from the second equation: -3x11 - 2x12 - 3x13 = -15

Step 2: Subtract 3 times the first equation from the third equation: -2x11 - x12 - 3x13 = -12

Step 3: Subtract twice the second equation from the third equation: -2x11 - x12 - 3x13 = -12 x12 = -2

Step 4: Substitute x12 = -2 into the second equation: -3x11 + 4 = -15 x11 = -5

Step 5: Substitute x11 = -5 and x12 = -2 into the first equation: 3x13 = -2 x13 = -2/3

  1. The solution to the system of equations is x11 = -5, x12 = -2, and x13 = -2/3. Therefore, the matrix X is:

X = [-5-2-2/3456]

Question:

If A and B are symmetric matrices, prove that AB−BA is a skew symmetric matrix.

Answer:

  1. A skew-symmetric matrix is a matrix whose transpose is equal to its negative.

  2. Since A and B are symmetric matrices, then their transpose is equal to themselves.

  3. Therefore, AB−BA = (AB)T − (BA)T = BTAT − BAT = −ATBT + BAT = −(ATBT − BAT)

  4. Since the transpose of a skew-symmetric matrix is equal to its negative, then AB−BA is a skew symmetric matrix.

Question:

Why do you think Prem wants to tell the story of the reptiles to the people of his village?

Answer:

  1. Prem may want to tell the story of the reptiles to the people of his village because he believes it is an important part of his culture and heritage that should be shared and preserved.

  2. He may also want to educate his fellow villagers about the reptiles, so that they can appreciate their beauty and importance to the environment.

  3. Additionally, Prem may be hoping to use the story of the reptiles to inspire the people of his village to take action to protect and conserve the species.

Question:

For what values of x. [121][120201102][02X]=0?

Answer:

  1. Write the augmented matrix by adding the columns of the two matrices: [12102012102X]

  2. Use row operations to reduce the matrix to reduced row-echelon form: [12100-4-22000X+2]

  3. The value of x is x=-2.

Question:

If A is square matrix such that A 2 =A, then (I+A) 3 −7A is equal to A A B I−A C I D 3A

Answer:

Step 1: (I+A)3−7A

= (I+A)2 + A  2A  7

Step 2: (I+A)2 + A  2A  7

= (I+A)2 + A  2A  5  A

= (I+A)2A  3</mrow

Question:

A manufacturer produces three products x,y,z which he sells in two markets. Annual sales are indicated below: Market Products I 10,000 2,000 18,000 II 6,000 20,000 8,000 (a) If unit sale prices of x,y and z are Rs.2.50, Rs.1.50 and Rs.1.00, respectively, find the total revenue in each market with the help of matrix algebra. (b) If the unit costs of the above three commodities are Rs.2.00,Rs.1.00 and 50 paise respectively. Find the gross profit.

Answer:

Answer: (a) Total revenue in each market can be found with the help of matrix algebra. Let A= [2.50 1.50 1.00]

Market I: A x [10,000 2,000 18,000]T = [50,000 30,000 18,000]T = Rs.98,000

Market II: A x [6,000 20,000 8,000]T = [30,000 30,000 8,000]T = Rs.68,000

(b) Gross Profit in each market can be found with the help of matrix algebra. Let B= [2.00 1.00 0.50]

Market I: B x [10,000 2,000 18,000]T = [20,000 2,000 9,000]T = Rs.31,000

Market II: B x [6,000 20,000 8,000]T = [12,000 20,000 4,000]T = Rs.36,000

Question:

If A=[111111111], prove that A n =[3n-13n-13n-13n-13n-13n-13n-13n-13n-1],n∈N

Answer:

Proof:

We will prove this statement by induction on n.

Base Case:

For n = 1, A = [111111111]

A 1 = [31-131-131-131-131-131-131-131-131-1] = [111111111]

which is equal to A.

Inductive Step:

Assume that for some n = k, A k = [3k-13k-13k-13k-13k-13k-13k-13k-13k-1]

Question:

Find x, if [X-5-1][102021203][X41]=0

Answer:

  1. Multiply the first matrix by the scalar X: [X-5X-X]

  2. Add the second matrix to the result of the first step: [X-5X-X123]

  3. Set the third matrix equal to the result of the second step: [X-5X-X123410]

  4. Solve for X: [X-5X-X123410]

X = -1

Question:

Find the values of x,y,z if the matrix A=[12yzxy-zx-yz] satisfy the equation A′A=I.

Answer:

  1. We need to find A’A. A’A = [1xx2yy-yz-zz]

  2. We need to find the inverse of A’A A’A-1 = [112y1z1x11-z1x1-y1]

  3. We can now solve for x,y,z: x = 1/x y = 1/y z = 1/z

Question:

Solve system of linear equations , using matrix method. 2x−y=−2 3x+4y=3

Answer:

Step 1: Rewrite the equations in matrix form.

[2 -1] [x] = [-2] [3 4] [y] [3]

Step 2: Multiply the inverse of the coefficient matrix by the constant matrix.

[2 -1] [x] [1 1/2] [x] [1/2] [3 4] [y] x [0 1/4] [y] = [3/4]

Step 3: Solve for x and y.

x = 1/2 y = 3/4

Question:

Let A=[0100], show that (aI+bA) n = a nI+ na n-1bA, where I is the identity matrix of order 2 and n∈N

Answer:

Answer:

  1. A = [0100]

  2. I = [1001]

  3. aI+bA = [a+b0b10+b0a0]

  4. (aI+bA)^n = (aI+bA) n

  5. (aI+bA)^n = a nI+ na n-1bA