4. Eigenvalues and Eigenvectors

  Рет қаралды 142,005

MIT OpenCourseWare

MIT OpenCourseWare

Күн бұрын

MIT 18.065 Matrix Methods in Data Analysis, Signal Processing, and Machine Learning, Spring 2018
Instructor: Gilbert Strang
View the complete course: ocw.mit.edu/18-065S18
KZbin Playlist: • MIT 18.065 Matrix Meth...
Professor Strang begins this lecture talking about eigenvectors and eigenvalues and why they are useful. Then he moves to a discussion of symmetric matrices, in particular, positive definite matrices.
License: Creative Commons BY-NC-SA
More information at ocw.mit.edu/terms
More courses at ocw.mit.edu

Пікірлер: 85
@jrippee05
@jrippee05 3 жыл бұрын
Good morning, Dr. Strang. It is always a pleasure to listen to your classes. I wish all classes were as well organized and thorough as yours. It is always a joy to listen to your classes.
@debraj92
@debraj92 2 жыл бұрын
MIT is MIT for a reason. Thank you for open sourcing such wonderful videos.
@thiagopbueno
@thiagopbueno 5 жыл бұрын
Special is good. Useful is even better...
@johnk8174
@johnk8174 3 жыл бұрын
22 minutes in, still waiting for the hard part; that's the genius of Gilbert Strang.
@georgesadler7830
@georgesadler7830 2 жыл бұрын
This is an outstanding lecture on Eigenvalues and Eigenvectors. Eigenvalues and Eigenvectors are very important for solving linear systems especially in differential equations. MIT and DR. Strang thank you so much.
@atomscott6495
@atomscott6495 5 жыл бұрын
43:28 Strang sensei thinks student makes a mistake Strang sensei : *Death*
@yd9939
@yd9939 3 жыл бұрын
せんせい:定番なミスきちゃ!!
@starriet
@starriet 2 жыл бұрын
Just one feedback from a student: It would be even better if the camera doesn't move too frequently following the lecturer. Thank you for all the camera works, just wanted to help make them even better. Thanks for great videos.
@RC-bm9mf
@RC-bm9mf 3 жыл бұрын
Thank you very much dear professor Strang. You have been saving and will save so many students.
@testus86
@testus86 3 жыл бұрын
I had this in my bachelor of computer science in german. My prof was way worse and he was talking in my language. I understand more this in english than my prof. In my language. Huge compliment to Dr.strang
@acacianorison
@acacianorison 2 жыл бұрын
Great lesson from a humble Professor with a sense of humor.
@allandogreat
@allandogreat 4 жыл бұрын
Love and appreciate Dr. Strang
@xh3221
@xh3221 3 жыл бұрын
love the professor for clarity. I had no such a teacher in my college education
@aarifhussain3700
@aarifhussain3700 4 жыл бұрын
Blessing to all peoples those are related to mathematics field
@JulieIsMe824
@JulieIsMe824 3 жыл бұрын
Great lecture!!!Thank you Prof. Strang!
@rob3c
@rob3c 5 жыл бұрын
How lucky we are to have another wonderful Strang lecture! His insightful presentations are always a treat, and it's great to see his take on deep learning applications. Minor chalk-o: he rotated Ax the wrong way at 27:22 (but the math is still right)
@kellypainter7625
@kellypainter7625 5 жыл бұрын
Even gods make mistakes.
@yorgunkaptaan
@yorgunkaptaan 3 жыл бұрын
@@kellypainter7625 No.
@yizhongsha
@yizhongsha 4 жыл бұрын
Brilliant, better insight than the original 18.06
@usmanhassan4498
@usmanhassan4498 2 жыл бұрын
Agreed
@TheDroidMate
@TheDroidMate Жыл бұрын
This man is a legend. Thanks for everything.
@gokulakrishnancandassamy4995
@gokulakrishnancandassamy4995 Жыл бұрын
Thoroughly enjoyed Prof. Strang's lecture as usual (though it pains to see how aging has affected him!)
@freeeagle6074
@freeeagle6074 Жыл бұрын
Expecting to see Dr. Strang lecturing at age 106.
@Enerdzizer
@Enerdzizer 4 жыл бұрын
In difference equation in 11:00 it is better to compare differential equation with v_t+1 - v_t =A* v_t.
@user-sc2ei2lf9o
@user-sc2ei2lf9o Жыл бұрын
it's a very good course for someone to learn further on Matrixes in bachelor of Computer Science
@suprithashetty9016
@suprithashetty9016 3 жыл бұрын
Way of solving ❤️
@tusharganguli
@tusharganguli 2 жыл бұрын
Man! the camera guy has completely messed up such a beautiful lecture!
@allyourcode
@allyourcode 3 жыл бұрын
@22:05 But how do we know B is invertable? I found a proof that does not assume B is invertable: Suppose we have x such that ABx = lambda * x. Left multiply both sides by B: BABx = lambda * Bx. This shows that Bx is an eigen vector of BA, and its eigen value is lambda.
@suprithashetty9016
@suprithashetty9016 3 жыл бұрын
Impressed ❤️
@snnn_wow
@snnn_wow 4 жыл бұрын
28:00 Was it rotated to wrong direction? For example, if x = [0,1]^T, then AX = [1, 0]. So it is clockwise 90 degree rotation.
@learningstatistics1290
@learningstatistics1290 3 жыл бұрын
Yes, you are right. A good point.
@yb801
@yb801 3 жыл бұрын
Will this course cover jacobian and hessian matrix?Just asking.
@faroukguituone5296
@faroukguituone5296 3 жыл бұрын
good teacher
@aungkyaw9353
@aungkyaw9353 4 жыл бұрын
"vectors from the space formed by independent eigen vectors of original matrix A == eigen vectors themselves for some similar matrices to A (with same eigen values)"? Is this statement true or false? 42:24
@justpaulo
@justpaulo 3 жыл бұрын
I think it's false. Here's why: A = X Λ X¯¹ B = M (X Λ X¯¹) M¯¹ = (M X) Λ (M X)¯¹ so the eigenvectors of B will be M X = [Mx1 Mx2 ... Mxn]. Each column of M X => Mx¡ is a linear combination of the columns of M, therefore it is in the column space of M ( C(M) ), but not necessarily in the column space of X. If the eigenvectors of B turned out to be XM, then they would be for sure in C(X), i.e. they would be a linear combination of the eigenvectors of A.
@eduardojreis
@eduardojreis 5 жыл бұрын
I'm very thankful for these lectures. Though, the camera movement is sometimes annoying.
@seventyfive7597
@seventyfive7597 4 жыл бұрын
Yep, the old camera angles, straight on and more static, were much more reasonable.
@343clement
@343clement 4 жыл бұрын
i wish they didnt move the cameras so much, i want to look at the blackboard, i don't mind if the professor is not in frame.
@igormorgado
@igormorgado 3 жыл бұрын
you know that you can pause, right?
@adaelasm6467
@adaelasm6467 Жыл бұрын
Yeah and then you aren’t hearing the professor talk about the equation
@jongxina3595
@jongxina3595 Жыл бұрын
At 22:00 M = B only applies if B is invertible right? What about other cases when B isnt?
@suprithashetty9016
@suprithashetty9016 3 жыл бұрын
Solving ❤️
@anunaysanganal
@anunaysanganal 4 жыл бұрын
Are eigen vectors of a symmetric matrix already unit vectors, or we need to normalize them?
@zma4543
@zma4543 4 жыл бұрын
we need to normalize them to have length of 1 for each vector to get orthogonal matrix. I found this reference pretty good to answer your question in detail.
@yujeong8373
@yujeong8373 4 жыл бұрын
22:00 25:20
@eduardojreis
@eduardojreis 5 жыл бұрын
10:56 - Could someone explain this? I didn't get the derivative.
@matthewearley3518
@matthewearley3518 5 жыл бұрын
Check this link out: math.mit.edu/~jorloff/suppnotes/suppnotes03/la5.pdf He's making a overall comment on how eigenvectors are used to solve systems of linear differential (continuous-time) or difference (discrete-time) equations. It is one of their principal uses.
@heretoinfinity9300
@heretoinfinity9300 3 жыл бұрын
Is the equation in 22:00 written with matrices M and M inverse switched?
@elisad8372
@elisad8372 3 жыл бұрын
yes I believe so
@Fan-vk8tl
@Fan-vk8tl 3 жыл бұрын
both definitions is the same
@PrzemyslawSliwinski
@PrzemyslawSliwinski Жыл бұрын
0:45 - We have heard about them eigentimes! ;)
@suprithashetty9016
@suprithashetty9016 3 жыл бұрын
Style ❤️
@suprithashetty9016
@suprithashetty9016 3 жыл бұрын
Duster ❤️
@suprithashetty9016
@suprithashetty9016 3 жыл бұрын
Way ❤️
@suprithashetty9016
@suprithashetty9016 3 жыл бұрын
Golden hair ❤️
@suprithashetty9016
@suprithashetty9016 3 жыл бұрын
Mic ❤️
@suprithashetty9016
@suprithashetty9016 3 жыл бұрын
Board ❤️
@suprithashetty9016
@suprithashetty9016 3 жыл бұрын
Chalk ❤️
@suprithashetty9016
@suprithashetty9016 3 жыл бұрын
Math ❤️
@suprithashetty9016
@suprithashetty9016 3 жыл бұрын
Handwriting ❤️
@keyboard_toucher
@keyboard_toucher 5 жыл бұрын
6:23 "that long, infinite series" hmmm....
@matthewearley3518
@matthewearley3518 5 жыл бұрын
He is talking about a taylor series of e^(ax) e^ax = 1 + ax + (a^2)(x^2)/2! + (a^3)(x^3)/3! ... + (a^n)(x^n)/n! Since he has already proved that (A^n)*x=(lambda^n)*x, he just has to combine these two properties to prove that e^(Ax)=e^(lambda*x)
@marcusstoica
@marcusstoica 4 жыл бұрын
@@matthewearley3518 Thank you--saw the original comment before seeing the video, and came back down to answer it once I knew the context. Only thing I would add is that n -> +infinity.
@suprithashetty9016
@suprithashetty9016 3 жыл бұрын
Jazz ❤️
@suprithashetty9016
@suprithashetty9016 3 жыл бұрын
Accent ❤️
@suprithashetty9016
@suprithashetty9016 3 жыл бұрын
English ❤️
@moritzstrueve5184
@moritzstrueve5184 4 жыл бұрын
It`s kind of funny, the word "Eigenvector" is a mix of german with english
@thangible
@thangible 3 жыл бұрын
except the german have the word vector too. Eigenvektor.
@hxqing
@hxqing 2 жыл бұрын
还好。我们不把它译为“爱根向量”,而译为“特征向量”。
@moritzstrueve5184
@moritzstrueve5184 2 жыл бұрын
@@hxqing danke dir
@learningstatistics1290
@learningstatistics1290 3 жыл бұрын
25:24 To prove AB and BA share the same eigenvalues, I think here the proof only proves the case when B is invertible. So this is not a general proof.
@muhammadmubashirullah7152
@muhammadmubashirullah7152 4 жыл бұрын
oh God the distractions.
@kevinchen1820
@kevinchen1820 2 жыл бұрын
20220517簽
@susantabhattacharya6323
@susantabhattacharya6323 3 жыл бұрын
Dr. Strange.
@rafiaumar7787
@rafiaumar7787 4 жыл бұрын
How these eigenvectors and eignvalues are Helpful In Industrial engineering field.....????
@o.y.930
@o.y.930 4 жыл бұрын
u ever heard of google????
@rafiaumar7787
@rafiaumar7787 4 жыл бұрын
@@o.y.930 Yup i know ....Should I prefer GOOGLE to find the answer of this question??????¿¿¿
@kevintoner6068
@kevintoner6068 3 жыл бұрын
Unwatchable due to random unnecessary camera changes, such a shame. Seemed like it was gonna be an awesome lecture
@sajalvasal5073
@sajalvasal5073 3 жыл бұрын
DEATH ... LOL
@user-wr4yl7tx3w
@user-wr4yl7tx3w 7 ай бұрын
Never seen a worse camera man.
@reneeliu6676
@reneeliu6676 5 жыл бұрын
I'm the 951 viewer and 2nd commenter!!
@adaelasm6467
@adaelasm6467 Жыл бұрын
Please stop taking the camera off the equations!!
@TankNSSpank
@TankNSSpank Жыл бұрын
stop panning the camera! stay on the balckboard
5. Positive Definite and Semidefinite Matrices
45:28
MIT OpenCourseWare
Рет қаралды 152 М.
21. Eigenvalues and Eigenvectors
51:23
MIT OpenCourseWare
Рет қаралды 616 М.
Wait for the last one! 👀
00:28
Josh Horton
Рет қаралды 111 МЛН
Just try to use a cool gadget 😍
00:33
123 GO! SHORTS
Рет қаралды 85 МЛН
OMG🤪 #tiktok #shorts #potapova_blog
00:50
Potapova_blog
Рет қаралды 17 МЛН
Lecture 1: The Column Space of A Contains All Vectors Ax
52:15
MIT OpenCourseWare
Рет қаралды 315 М.
The Matrix Transpose: Visual Intuition
26:01
Sam Levey
Рет қаралды 16 М.
Eigenvalues and Eigenvectors
18:32
Prime Newtons
Рет қаралды 26 М.
6. Singular Value Decomposition (SVD)
53:34
MIT OpenCourseWare
Рет қаралды 217 М.
Matrix exponentials, determinants, and Lie algebras.
25:47
Michael Penn
Рет қаралды 85 М.
Eigenvalues & Eigenvectors : Data Science Basics
11:58
ritvikmath
Рет қаралды 140 М.
1. The Geometry of Linear Equations
39:49
MIT OpenCourseWare
Рет қаралды 1,6 МЛН