Finding the square root of a matrix

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
smerhej
Messages
20
Reaction score
0

Homework Statement



Let A be the matrix:
-5 -3
18 10

Find an invertible matrix X so that XAX-1 is diagonal. Use this to find a square root of the matrix A.

Homework Equations



DetA - xI
(A-[itex]\lambda[/itex]I)v = 0

The Attempt at a Solution



So, I found DetA- xI, which gave me the eigenvalues 4 and 1. I found the eigenvectors for each value, giving me X =
-1 -1
3 2

Now what confuses me is finding the square root of A. I understand that XD1/2X-1 will give me that, so would I just multiply X by D1/2 , and then by X-1? I tried that, and it gave me A=

-1 -1
6 4
 
Physics news on Phys.org
The original matrix A! Thank you! I don't know how I didn't think of that to check my work..