5. Positive Definite and Semidefinite Matrices

  Рет қаралды 160,826

MIT OpenCourseWare

MIT OpenCourseWare

Күн бұрын

Пікірлер: 102
@georgesadler7830
@georgesadler7830 3 жыл бұрын
DR. Strang thank you for another classic lecture and selection of examples on Positive Definite and Semidefinite Matrices.
@marekdude
@marekdude 3 жыл бұрын
Positive Semi-Definite matricies: 38.01
@jonasblom6177
@jonasblom6177 3 жыл бұрын
thanks man
@guythat779
@guythat779 3 жыл бұрын
What a king
@Luke-ty2ur
@Luke-ty2ur 2 жыл бұрын
u the man.
@miguiprytoluk
@miguiprytoluk 2 жыл бұрын
38:01
@spoopedoop3142
@spoopedoop3142 4 жыл бұрын
For everyone asking about the bowl and eigenvalues analogy: Let X= (x,y) be the input vector (so that I can write X as a vector) and consider the energy functional f(X)=X^t S X. What would happen if we evaluate on the eigenvalues? First, why would I think to do this? The eigenvectors of the matrix give the "natural coordinates" to express the action of the matrix as a linear transformation, which then gives rise to all the "completing the square" type problems with quadratic forms in usual LA classes. The natural coordinates rotate the quadratic so it doesn't have off-diagonal terms. This means the function changes from something like f(x,y)=3x^2+6y^2+4xy to something like f(x,y)=(x^2+y^2)=(||X||^2), where ||X||^2 denotes the squared norm. So the functional looks like a very nice quadratic in this case, like the ones you may learn how to draw in a multivariate calc course. Going back to the current calculation which f(X)=X^tSX: if we evaluate in the eigen-directions, then our function becomes f(X_1)=X_1^t S X_1=X_1 lambda_1 X_1= lambda_1 ||X_1||^2 (a nice quadratic) and f(X_2)=X_2^t S X_2=X_2 lambda_2 X_2= lambda_2 ||X_2||^2 (another nice quadratic). The eigenvalues lambda_1, lambda_2 become scaling coefficients in the eigen-directions. A large scaling coefficient means we have a steep quadratic and a small coefficient means we have a quadratic that is stretched out horizontally. If the eigenvalue is close to zero, the quadratic functional will almost look like a horizontal plane (really, the tangent plane will be horizontal) and hence not be invertible, so any solver will have difficulty finding a solution due to infinitely many approximate solutions. Since the solver will see a bunch of feasible directions, it will bounce around the argmin vector without being able to confidently declare success. Poor solver. Of course, these are purely mathematical problems; rounding error will probably mitigate the search even further. Edit: changed "engenvalue" to "eigenvector" in 2nd paragraph.
@amysun6080
@amysun6080 4 жыл бұрын
Lecture starts at 2:50
@mariomariovitiviti
@mariomariovitiviti 4 жыл бұрын
listening to Strang is like getting a brain massage
@CrazyHorse151
@CrazyHorse151 4 жыл бұрын
Im only half through one lecture and I already love him. :'D
@PremiDhruv
@PremiDhruv Жыл бұрын
I was going through a headache, after 15 minutes of his lecture it got evaporated.
@emanueleria8151
@emanueleria8151 9 ай бұрын
Sure
@justsomerandomguy933
@justsomerandomguy933 4 жыл бұрын
Staring at 22:00, should not we follow in the opposite of the gradient direction to reach minima? Gradient gives the steepest ascent directions as far as I know.
@zma4543
@zma4543 4 жыл бұрын
I think you are right
@jenkinsj9224
@jenkinsj9224 3 жыл бұрын
Yes
@mac_edmarco
@mac_edmarco 4 жыл бұрын
I wish Strang was my grandfather
@NguyenAn-kf9ho
@NguyenAn-kf9ho 3 жыл бұрын
maybe he s not because he will be sad if his grandson s stupid and cannot inverse a matrix.... just kidding XD
@prajwalchoudhary4824
@prajwalchoudhary4824 3 жыл бұрын
@@NguyenAn-kf9ho lol
@hxqing
@hxqing 3 жыл бұрын
Wishing he was and isn't ? Better wishing he is.
@hangli1622
@hangli1622 2 жыл бұрын
at 41:20, why the rank 1 matrix has 2 zero eigenvalues? because 3 - 1 = 2? does the professor mean that number of zero eigenvalues always equals to nullity of that matrix?
@JulieIsMe824
@JulieIsMe824 4 жыл бұрын
Sooo love Prof. Strang!!
@sriharsha580
@sriharsha580 4 жыл бұрын
@32:00, Prof mentions "if the eigenvalues are far apart, that's when we have problems". What does he mean by that?
@nguyennguyenphuc5217
@nguyennguyenphuc5217 4 жыл бұрын
He means difference between eigenvalues, |lambda1 - lambda2|, is big, then we have the case where "the bowl is long and thin" he mentions right before that.
@gabrielmachado5708
@gabrielmachado5708 4 жыл бұрын
@@nguyennguyenphuc5217, yes, it looks like it would make it easier to miss the point and bounce back and forth around the minimum
@debralegorreta1375
@debralegorreta1375 4 жыл бұрын
@@gabrielmachado5708 right. it the bowl is narrow and your descent is slightly off you'll start climbing again.... so we take baby steps.
@alexandersanchez6337
@alexandersanchez6337 2 жыл бұрын
This professor is the platonic version of a professor
@anubhav2198
@anubhav2198 5 жыл бұрын
At 28:00 what is the intuition behind shape of the bowl and large/small eigenvalues? He made it sound like a quite obvious statement. Also at 36:50, given that S and Q-1SQ are similar implies they have same eigen values. However, how do you show S and Q-1SQ are similar? OK I figured out the 36:50 part. It is the spectral theorem which sir had covered in previous class. S = Q (lambda) Q-1. Lambda = Q-1 S Q. As, lambda is defined as the matrix of eigen values of S, this implies that S and Q-1 S Q are similar. Please explain the part at 28:00 . Thanks!
@ramman405
@ramman405 5 жыл бұрын
Regarding similarity you don't need the spectral theorem, just to remember that we say that A and B are similar if there exists an invertible matrix M such that A = M^(-1) * B * M You can immediately verify that if A = Q^(-1) * S* Q, B = S, and M=Q, then the equation is satisfied so A=Q^(-1) *S* Q and B=S are similar. Regarding the bowl statement, it should be pretty clear when the eigenvectors are [1,0] and [0,1]. In that case the energy function is given by: [x,y] * S * [x,y]^T = x^2 * lambda1 + y^2 * lambda2. So in the xz-plane it is just the quadratic function scaled by lambda1. In the yz-plane it is just the quadratic function scaled by lambda2 (and in general it is a linear combination of the two). If either eigenvalue is much larger than the other the scalings will be disproportionate and therefore we will get a bowl with a steep slope in the direction of the large eigenvalue, and pretty flat slope in the direction of the small eigenvalue. However the whole point of diagonalization is that basically we can treat any diagonalizable matrix like the diagonal matrix of its eigenvalues as long as we do the appropriate orthogonal base change (or equivalently work in the correct coordinate system), so really we already know that the general bowl will be an orthogonal transformation of the bowl described above and therefore itself be a narrow valley bowl. Concretely, if v1,v2 is an orthonormal basis of eigenvectors of S, with associated eigenvalues lambda1,lambda2, then the energy function is v^T QDQ^T v where Q is the orthonormal matrix whose columns are v1,v2. D is the diagonal matrix with elements lambda1,lambda2. We can write v as a unique linear combination of the eigenvectors (it is a basis after all): v= x * v1 + y * v2 Then the energy function evaluates to: v^T QDQ^T v = v^T QD [x,y]^T = v^T Q[lambda1 * x, lambda2 * y] = v^T (lambda1 * x * v1 + lambda2 * y * v2) = lambda1 * x^2 + lambda2 * y^2, so again it is a bowl which in the direction of v1 is a 1-dimensional quadratic scaled by lambda1, and in the direction of v2 is a 1-dimensional quadratic scaled by lambda2. So if lambda1 is huge the slope in the direction v1 will be steep. Same as before, just from the point of view of the coordinate system given by the eigenvectors (v1,v2).
@jenkinsj9224
@jenkinsj9224 3 жыл бұрын
@@ramman405 thanks
@MLDawn
@MLDawn Жыл бұрын
at 14:18, the energy can also so be EQUAL to 0 (not JUST bigger than 0)! Then does this not mean that the matrix is positive SEMI definite as opposed to positive definite?
@samirroy1412
@samirroy1412 4 жыл бұрын
I am doing a project on this topic it really helped me a lot..thank you
@samirroy1412
@samirroy1412 4 жыл бұрын
@@vishalyadav2958 yes
@samirroy1412
@samirroy1412 4 жыл бұрын
U r doing phd or post grad?
@samirroy1412
@samirroy1412 4 жыл бұрын
U can follow horn n johnson and strang book... it's relatively easier to understand
@quirkyquester
@quirkyquester 4 жыл бұрын
came here from 18.06 fall 2011 Singular value decomposition taught by Professor Strang
@Hank-ry9bz
@Hank-ry9bz 8 ай бұрын
20:49 gradient descent
@MathGenius6284
@MathGenius6284 3 жыл бұрын
Love you sir .love from India .
@billy-the-good-boy
@billy-the-good-boy 5 жыл бұрын
Who could possibly dislike this?
@allandogreat
@allandogreat 5 жыл бұрын
who can't understand that.
@imranq9241
@imranq9241 2 жыл бұрын
These are great lectures! Is the autograder and programming assignment available somewhere?
@parthmalik1
@parthmalik1 Жыл бұрын
yes when u get admitted to MIT u can take up the class and partake in assignments
@jeeveshjuneja445
@jeeveshjuneja445 5 жыл бұрын
I think the shape of the bowl will change when we add (x^T)b at 17:00 . Am I right???
@jeevanel44
@jeevanel44 5 жыл бұрын
It will shift or tilt the bowl in X axis direction. You can try the vizualizer al-roomi.org/3DPlot/index.html
@hardikho
@hardikho 3 жыл бұрын
@@jeevanel44 Hey, sorry to bother you a year later - what expression would I input to receive the bowl shown here?
@AJ-et3vf
@AJ-et3vf 2 жыл бұрын
Awesome video sir! Thank you!
@CM-Gram
@CM-Gram 4 жыл бұрын
What is meant by energy whe X^t S X multiplication is carried?
@spoopedoop3142
@spoopedoop3142 4 жыл бұрын
Are you asking why this quadratic form is called energy?
@CM-Gram
@CM-Gram 4 жыл бұрын
@@spoopedoop3142 yes exactly
@possibly_hello_1270
@possibly_hello_1270 3 жыл бұрын
@@CM-Gram Kinetic energy is 1/2mv^2, where v is the velocity vector, and potential energy is 1/2kx^2, where x is the position vector.
@lazywarrior
@lazywarrior 2 жыл бұрын
who's that eager student answering every question for everyone else on every class?
@heretoinfinity9300
@heretoinfinity9300 4 жыл бұрын
Where was the energy equation mentioned in previous lectures?
@quanyingliu7168
@quanyingliu7168 5 жыл бұрын
At 41min, Why is the number of nonzero eigenvalues the same as rank(A)?
@fustilarian1
@fustilarian1 5 жыл бұрын
The eigenvectors with non zero eigenvalues must be mapped to somewhere within the column space, in all other directions outside the column space it collapses to 0, bear in mind that the null space vectors are also solutions to Ax=\lambda x where \lambda is 0.
@MoodyG
@MoodyG 5 жыл бұрын
The answer is at 41:17 ... you notice how we can decompose the matrix into a weighted sum of its eigenvectors.. the weights being the eigenvalues obviously, and since Rank(A) is by definition the number of linearly independent vectors in the column space of A, i.e., it is the same as the number of non-zero terms in the decomposition, which is in turn the number of non-zero eigenvalues
@quanyingliu7168
@quanyingliu7168 5 жыл бұрын
@@fustilarian1 Thanks for your explanation. That's very helpful.
@lolololo8606
@lolololo8606 4 жыл бұрын
you ate the best
@xc2530
@xc2530 Жыл бұрын
10:00 energy 19:00 convex
@xc2530
@xc2530 Жыл бұрын
14:00 deep learning
@xc2530
@xc2530 Жыл бұрын
24:00 gradient descent
@xc2530
@xc2530 Жыл бұрын
27:00 eigenvalue tells the shape of the bowl
@xc2530
@xc2530 Жыл бұрын
38:00 semi def pos
@csl1384
@csl1384 5 жыл бұрын
Where can I find the online homework? I can't find it in OCW.
@mitocw
@mitocw 5 жыл бұрын
The homework can be found in the Assignments section of the course on MIT OpenCourseWare at: ocw.mit.edu/18-065S18. Best wishes on your studies!
@unalcachofa
@unalcachofa 5 жыл бұрын
@@mitocw are the Julia language online asigmants mentioned also available somewhere? I see only problems from the textbook in the Assignments section of the OCW
@mitocw
@mitocw 5 жыл бұрын
julialang.org/
@StuckNoLuck
@StuckNoLuck 5 жыл бұрын
@@mitocw Where can we locate the programming assignments?
@nicko6419
@nicko6419 4 жыл бұрын
@@mitocw I have a question about the kzbin.info/www/bejne/rqSzXoZtrrCUiKM Where can I find this lab work about convolution? On MIT OpenCourceWare at ocw.mit.edu/courses/mathematics/18-065-matrix-methods-in-data-analysis-signal-processing-and-machine-learning-spring-2018/assignments/ I can find only book assignments ocw.mit.edu/courses/mathematics/18-065-matrix-methods-in-data-analysis-signal-processing-and-machine-learning-spring-2018/assignments/MIT18_065S18PSets.pdf#page=7 Could you help me? Thanks!
@mehmetozer5675
@mehmetozer5675 4 жыл бұрын
I am here to leave a like to the legend.
@olsela3073
@olsela3073 4 жыл бұрын
Well thanks prof.
@user-or7ji5hv8y
@user-or7ji5hv8y 3 жыл бұрын
Very comprehensive. Thanks
@mohamedlaminbangura3303
@mohamedlaminbangura3303 4 жыл бұрын
Great work
@rayvinlai7268
@rayvinlai7268 2 жыл бұрын
Hopefully I can still love science at this age
@vukasinspasojevic1521
@vukasinspasojevic1521 Жыл бұрын
Can we find homeworks/labs online?
@mitocw
@mitocw Жыл бұрын
The course materials are available on MIT OpenCourseWare at: ocw.mit.edu/18-065S18. Best wishes on your studies!
@iwtwb8
@iwtwb8 3 жыл бұрын
Does he mean "a * a^T" near the end of the video?
@mingliu1940
@mingliu1940 2 жыл бұрын
Thanks professor.
@yeshuip
@yeshuip 3 жыл бұрын
hello, could anyone explains me the difference between energy function ans snorm taught by professor in lecture 8
@SphereofTime
@SphereofTime 5 ай бұрын
14:17 14:17 14:17
@binnypatel7061
@binnypatel7061 4 жыл бұрын
Thanks a lot !
@jan-heinzwiers581
@jan-heinzwiers581 4 жыл бұрын
always a minus fault .... sqrt(68) not sqrt(60) , so one eigenvalue neg , yes .... 🤣😊 But now does Matlab opposite , to mine abc formula : (8 +/- sqrt(68))/2 for eigenvalues 🙄
@jan-heinzwiers581
@jan-heinzwiers581 4 жыл бұрын
Octave : -0.12311 , 8.12311 agrees with abc formula
@jan-heinzwiers581
@jan-heinzwiers581 4 жыл бұрын
Matlab too 😀
@ML_n00b
@ML_n00b 7 ай бұрын
when does he prove 3?
@meenaammma
@meenaammma 4 жыл бұрын
Amazing
@suprithashetty9016
@suprithashetty9016 3 жыл бұрын
Voice ❤️
@suprithashetty9016
@suprithashetty9016 3 жыл бұрын
Duster ❤️
@hakimmecene2230
@hakimmecene2230 4 жыл бұрын
Hi , I need cours about matrices polynomial please .
@suprithashetty9016
@suprithashetty9016 3 жыл бұрын
Math ❤️
@suprithashetty9016
@suprithashetty9016 3 жыл бұрын
Mic ❤️
@suprithashetty9016
@suprithashetty9016 3 жыл бұрын
Chalk ❤️
@suprithashetty9016
@suprithashetty9016 3 жыл бұрын
Accent ❤️
@anynamecanbeuse
@anynamecanbeuse 4 жыл бұрын
No we don't have to use gradient decent in this case
@shuyuliu4016
@shuyuliu4016 3 жыл бұрын
看着他越来越老 唉 时光
@kevinchen1820
@kevinchen1820 2 жыл бұрын
20220517簽
@aubrey1008
@aubrey1008 5 жыл бұрын
I see that this professor does not take question in class. . Maybe if you email him.
@naterojas9272
@naterojas9272 5 жыл бұрын
Maybe no one raise their hand
@o.y.930
@o.y.930 5 жыл бұрын
i hope this professor doesnt get any sexual assault charges with that much winking because his lectures are awesome.
@alexandrek2555
@alexandrek2555 2 жыл бұрын
🤣
@freeeagle6074
@freeeagle6074 2 жыл бұрын
I guess not, unless the air gets personified and files a case.
@allandogreat
@allandogreat 3 жыл бұрын
what is Convext? like that ....hahah
@cubegears
@cubegears Жыл бұрын
wow hes old now....
6. Singular Value Decomposition (SVD)
53:34
MIT OpenCourseWare
Рет қаралды 230 М.
Lecture 8: Norms of Vectors and Matrices
49:21
MIT OpenCourseWare
Рет қаралды 162 М.
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН
25. Symmetric Matrices and Positive Definiteness
43:52
MIT OpenCourseWare
Рет қаралды 133 М.
Matrices Top 10 Must Knows (ultimate study guide)
46:12
JensenMath
Рет қаралды 84 М.
What is Jacobian? | The right way of thinking derivatives and integrals
27:14
21. Eigenvalues and Eigenvectors
51:23
MIT OpenCourseWare
Рет қаралды 657 М.
25. Stochastic Gradient Descent
53:03
MIT OpenCourseWare
Рет қаралды 87 М.
A Number to the Power of a Matrix - Numberphile
16:45
Numberphile
Рет қаралды 151 М.
27. Positive Definite Matrices and Minima
50:40
MIT OpenCourseWare
Рет қаралды 254 М.
22. Gradient Descent: Downhill to a Minimum
52:44
MIT OpenCourseWare
Рет қаралды 82 М.
28. Similar Matrices and Jordan Form
45:56
MIT OpenCourseWare
Рет қаралды 120 М.
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН