00:01
Okay, so in this problem we first write out metrics we are looking for.
00:07
So the matrix should be a transpose times a.
00:11
So in this case, this matrix equals to 10 minus 8, minus 8, 10.
00:20
And the step one is finding out the eigenvalues of this matrix.
00:28
So the characteristic equation for this matrix will be a transpose times a minus lambda i.
00:33
Equals 0, which is 10 minus lambda square minus 64 equals 0.
00:41
This quadratic equation has two solutions, lambda 1 equals to 18, and the lambda 2 equals to 2.
00:48
So the singular values for matrix a will be sigma 1 equals to 3 times root of 2, and the sigma 2 equals to root of 2.
00:58
That means in the singular value decomposition of matrix a, the matrix sigma will be 3 root of 2, 0, 0 root of 2, but this is not enough.
01:12
This matrix sigma sure has, have the same size as the matrix a.
01:17
So it should be something like this.
01:19
We use 0s to add, we add an extra row to this matrix, and it will be a 3x2 matrix, which is the same size as the original matrix a.
01:36
And once we figure out these eigenvalues, we can find out the eigenvectors.
01:43
So a transpose times a minus sigma 1i equals to minus 8, minus 8, minus 8, minus 8, minus 8, minus 8, minus 8, minus 8, minus 8, and then we can choose v1 to be 1 over root of 2 and minus 1 over root of 2...