Loading...

Find the Inverse [[6,-13],[-13,34]]

Problem

[[6,−13],[−13,34]]

Solution

  1. Identify the matrix A and the formula for the inverse of a 2×2 matrix.

A=[[a,b],[c,d]]=[[6,−13],[−13,34]]

A(−1)=1/(a*d−b*c)*[[d,−b],[−c,a]]

  1. Calculate the determinant det(A)=a*d−b*c

det(A)=(6)*(34)−(−13)*(−13)

det(A)=204−169

det(A)=35

  1. Construct the adjugate matrix by swapping the main diagonal elements and changing the signs of the off-diagonal elements.

adj(A)=[[34,13],[13,6]]

  1. Multiply the adjugate matrix by the reciprocal of the determinant.

A(−1)=1/35*[[34,13],[13,6]]

Final Answer

[[6,−13],[−13,34]](−1)=[[34/35,13/35],[13/35,6/35]]


Want more problems? Check here!