Dear linear algebra students, This is what matrices (and matrix manipulation) really look like

  Рет қаралды 1,087,046

Zach Star

Zach Star

Күн бұрын

Sign up with brilliant and get 20% off your annual subscription: brilliant.org/ZachStar/
STEMerch Store: stemerch.com/
Support the Channel: / zachstar
PayPal(one time donation): www.paypal.me/ZachStarYT
►Follow me
Instagram: / zachstar
Twitter: / imzachstar
3D Software Used
Runiter (for the actual graphs): www.runiter.com/
Geogebra (used for vectors, & is free): www.geogebra.org/3d?lang=en
Animations: Brainup Studios ( brainup.in/ )
►My Setup:
Space Pictures: amzn.to/2CC4Kqj
Magnetic Floating Globe: amzn.to/2VgPdn0
Camera: amzn.to/2RivYu5
Mic: amzn.to/35bKiri
Tripod: amzn.to/2RgMTNL
Equilibrium Tube: amzn.to/2SowDrh
►Check out the my Amazon Store: www.amazon.com/shop/zachstar

Пікірлер: 531
@gentlemandude1
@gentlemandude1 3 жыл бұрын
I wish someone would explain why linear algebra instructors never motivate the math techniques (re: algorithms) that they teach. Linear algebra is always presented as a set of "recipes" to follow. But students never know whether they're baking a pie, batch of cookies or a cake. This video has provided me with more insight than the semester-long course on Vectors and Matrices that I took in university. It's a shame that linear algebra is taught so poorly. It's such an important topic.
@Michael-vf2mw
@Michael-vf2mw Жыл бұрын
Most of us are just burning water. XD
@joanw131
@joanw131 Жыл бұрын
You're right. My teacher says he isn't supposed to prove stuff in that class. Ok but then I don't understand
@dmitrykargin4060
@dmitrykargin4060 11 ай бұрын
I thought the same when I was in university. I needed some justification “why I need this”. Ironically, my job is strongly related to mostly all topics from uni’s course and even much more. And now I really think that university course was fine. There was really little ways teachers can tell you why it is useful and great before we become more or less fluent with basic math topics. Only after that mathematicians can properly show you the great applications. Once you have accumulated knowledge (in a dumbest way) above some threshold - something clicks and you begin to feel bigger picture. Before that any attempt to clarify will be either too vague or strongly misleading and really impractical
@mission3479
@mission3479 11 ай бұрын
KZbin math videos blow away traditional math classes at University/College, I'm learning math I never thought possible
@zwxyer
@zwxyer 11 ай бұрын
​@@mission3479 watching a video and understand it's content doesn't mean you've understood the entire topic. This is just a fraction of college level linear algebra and if every topic was explained like this you'd be in uni forever, not to mention how much work this is to make. If you believe you've learnt something new and useful that's great but youtube videos can only be a compliment to your coursework, not a replacement.
@TheCosmicafroninja
@TheCosmicafroninja 4 жыл бұрын
Adding this visual element is a great idea for helping students to grasp the more intense abstract concepts of mathematics. I felt like I had an okay understanding of linear algebra after taking a class in it but this really helps to solidify my understanding.
@gadakerhielm7906
@gadakerhielm7906 4 жыл бұрын
cosmicafroninja Totally agree with you. Had a professor in class of Linear Algebra, who wasn’t the most educational lecturer. Literally said, this video has given more visual understanding, than 40 hours linear algebra in class.
@tomashorych394
@tomashorych394 3 жыл бұрын
This isnt really intense abstract concept IMHO. But i agree with you. I really don't know how can people learn linear algebra without geometric intuition built properly. Ive seen lecturer describing linear dependency just by writing the equation without commenting anything ..:(
@zack_120
@zack_120 11 ай бұрын
Graphic, animation are the best, most effective teaching techniques whenever possible, math, physics, ... being the most appropriate subjects.
@trumanhw
@trumanhw 2 жыл бұрын
My god, thank you. It always seemed SO DAMNED ODD when we learned matrices, because in fact, without explaining their contextual utility, it's like teaching about nouns, without telling someone that ... YOU'RE NOT WORKING ON SENTENCES right now -- just nouns. So don't be surprised when nothing sensible occurs from the concept -- because we're not thinking a complete thought ... but rather, accepting that things which look like this can be manipulated in basic basic ways ... in which we'll learn more relevant rules to LATER.
@Rockyzach88
@Rockyzach88 Жыл бұрын
Yeah, it makes me wonder if math would be better taught with two teachers. One who is a pure mathematician or math academic and one who is uses math practically in some field. Thankfully we have the internet where we can find great videos and content creators like this in order to supplement which ever complement you are lacking. And the more I think about it, having 2 teachers for any class would be a good idea (outside fiscal issues obviously). Receiving at least two different perspectives on the concept can allow you to easier pin down the concept.
@MinhTran-wn1ri
@MinhTran-wn1ri 4 жыл бұрын
@0:26 Think of an mxn matrix as a set of m row vectors (each with n elements) and a set of n column vectors (each with m elements). @0:59 Matrix multiplication by a vector can be thought of as adding scaled column vectors together. The elements of the input vector tell how much to scale each column vector -- the first element tells how much to scale the first column vector, etc. The result of the multiplication is the vector you get having added the scaled column vectors together. @1:17-1:33 A system of linear equations (which can be rewritten as matrix multiplication) can also be thought of as an intersection of planes. The output vector (the result of the matrix multiplication) determines where the planes of the equations lie. The point of intersection of those planes rerepresent the input vector. Intersection need not be a point, it can be a line or plane etc. @2:06 Recap: A system of equations, which can be represented as matrix multiplication, can be thought of as intersecting planes or the sum of scaled column vectors. Intersecting planes help you solve for the input vector space (i.e., the set of all input vectors that makes the system equations equal). Sum of scaled column vectors help you visualize the image of the linear transformation (i.e., a mapping from the set of input vectors, the domain, to the image in the codomain). @2:22 The set of all input vectors in the domain that map to the zero vector is called the nullspace (aka. kernel) of the linear transformation. It usually includes (0,0,0), the origin but the kernel could be a line, a plane, etc. @3:12 Gaussian elimination algorithm simplifies the system of equations to give you the kernel. @3:23 In gaussian elimination algorithm, when you multiply an equation by a constant, the plane changes shape but the part of the plane that is also a part of the kernel of the system of equations does not change. @4:13 If any two equations can be 'rotated onto' one another (forming a single indistinguishable plane), there is a 'free variable' which means the kernel space has moved up a dimension (i.e., a point to a line, a line to a plane, etc.). @4:55 The number of dependent variables are called pivots, the number of free variables indicate the dimension of the kernel (e.g., 1 free variable means the kernel has 1 dimension or in other words it has the shape of a line). @5:26 A system of equations can be thought of as taking the inner product (i.e., dot product) of the input vector and each row vector. @5:53 when looking for the kernel (i.e., where the output vector is the zero vector), each equation in the system of equations is a constraint that says the kernel vector is perpendicular to the row vector. @6:10-6:44 The row vectors of the multiplication matrix span (i.e., the image of all linear combinations of the row vectors) a subspace that is perpendicular to the kernel. @6:45-7:10 Each vector in the kernel contains elements that are scalars for the column vectors (of the transformation matrix) such that the scaled column vectors sum to the zero vector (i.e., the sum of the scaled vectors, put end to end, points back to the origin). @7:10-7:25 Linearly dependent vectors. @7:25-7:51 Column space. @8:11-8:22 The column space and the row space are always the same dimension. @8:55-end Applications of matrix multiplication.
@maxgibbard8536
@maxgibbard8536 5 ай бұрын
I am amazed at how quickly this got complicated, yet it stayed digestible. The visual graphics complement the numbers and the vocals exquisitely. Great video!
@detonation79
@detonation79 4 жыл бұрын
Watching this on the evening before my linear algebra midterm has replenished my motivation!
@zachstar
@zachstar 4 жыл бұрын
Good luck!
@andrewharley6791
@andrewharley6791 3 жыл бұрын
This just made my entire semester of Linear Algebra make a whole lot more sense.
@undeadarmy3000
@undeadarmy3000 4 жыл бұрын
Amazing! Another video directly related to what I'm studying right now! Keep it up and maybe I won't have to study all semester. Thanks :)
@xariskatrisiosis9328
@xariskatrisiosis9328 4 жыл бұрын
Amazing work! I admire your passion! Your videos really inspire us. This period of time I am studying about directional derivatives and gradients and I have to admit that they are difficult to understand. I know that this math section is absolutely essential for my other subjects. Could you please make a video about grads and directional derivatives because I want to learn the reasons why those things are so important and about their implementation in real life? Thanks again about your help cause your videos are really helpful! I really appreciate it!
@soy-dave
@soy-dave 4 ай бұрын
Great video! I wish this was introduced in my linear algebra class. It would have solidified the notion of "why" we were even doing Gaussian elimination in the first place as well as understanding the effect of what row reduced echelon form looks like. Keep it going!
@mehrosenasir3966
@mehrosenasir3966 3 жыл бұрын
the one thing that amazed me is when we scale a linear equation in Gauss Jordan elimination the point of intersection still remains the same. Just wow!!
@JonathanMandrake
@JonathanMandrake Жыл бұрын
Well, think of it this way: If you have an equation ax+by+cz=d, then r(ax+by+cz)=r(d)=rd, and if r is not 0, you can also do it the other way around. Thinking of it in form of a matrix doesn't help in this case, but as an equation, it isn't that hard
@natidadon
@natidadon 4 жыл бұрын
Amazing!! I just learned linear algebra at the University and yet I learned a few things from the video
@Danilego
@Danilego 4 жыл бұрын
That part about circuits was very interesting to me, seems quite useful(especially for Electric Engineering)
@MrJaksld
@MrJaksld 4 жыл бұрын
Thank you so much. I am literally taking linear algebra and was very confused by the null space. This video really helped especially the visualization
@aubreychace
@aubreychace 11 ай бұрын
You did a great job with this video! I liked watching the planes rotating about the null space line.
@douglasstrother6584
@douglasstrother6584 4 жыл бұрын
As one gets further into mathematics and its applications, most problems boil-down to "Find the inverse of the matrix A." or "Compute the eigenvalues of the matrix A.", etc.
@albingreen344
@albingreen344 3 жыл бұрын
Very true for things like control technology
@jasonenns5076
@jasonenns5076 11 ай бұрын
​@@albingreen344 And differential equations when you solve for a particular and/or an initial value problem.
@oidbio2565
@oidbio2565 10 ай бұрын
But do you know why? I’ve noticed that when you press a particular pedal on the floor of all cars, the thing will start moving or at least make a revving sound. Is that pedal in flying cars? In trains? In drones? It’s definitely on bikes but you have to use both feet. That’s what your statement sounds like to me.
@squarerootof2
@squarerootof2 10 ай бұрын
@@oidbio2565 Lmao! You reply to an innocent comment written three years ago to say that? You must be pretty needy, or at least that's what your statement sounds like to me. You don't have to thank me for the attention, though. It's free.
@adrianlowery7175
@adrianlowery7175 9 ай бұрын
@@oidbio2565Bad example
@smrtfasizmu6161
@smrtfasizmu6161 3 жыл бұрын
Because I watched 3blue1brown I think I know why at 2:50 the last plane intersects the other planes over a line and not over a single point. One thing that Zack didn't mention is that determinant of this matrix is zero, but that just means one of those row vectors or column vectors is linearly dependent on other vectors. Determinant is 0 when you lose some degree of freedom. If you look at 3 by 3 matrix as 3 unit vectors these 3 unit vectors can usually cover the entire 3d space. You can reach any point in 3d space by adding those unit vectors. However, if a unit vector is a linear combination of another two unit vectors, that means that that unit vector "doesn't add anything to the table" . You can always use the linear combination of the other two unit vectors instead of the third vector. Which means that 2 unit vectors can cover as much space as 3 unit vectors can. The 3rd vector is kind of useless in that sense. Every point in space that you can reach with that unit vector, you can reach without that unit vector as well. So, instead of being able to cover 3d space, matrix only covers 2d space, because one of the unit vectors is useless at covering space (the other two unit vectors are just as good at covering space without the third vector. Because, if a vector is a linear combination of the other two unit vectors, you can always use the linear combination of the other unit vectors instead of that third unit vectors. The third unit vector is useless). Anyways, I was going to leave a comment about why the intersection at 2:50 is a line and not a point looking at the problem from another angle. If one of the rows or columns is linearly dependent on the other two, it means that you can eventually get rid of one row or a column which will leave you with 2 equations and 3 unknown variables. 2 equations will help you get rid of one variable, so you are left with 1 equation and 2 unknown variables. And that's a graph of a line. Also, you have 1 degree of freedom you can set one variable to bewhatever you want but then the value for the other variable is fixed.
@sergeirachmaninoff6397
@sergeirachmaninoff6397 Жыл бұрын
2 unknown variables can represent a plane, not a line. Each equation gets rid of one variable, so if you have 2 equations and 3 variables you will end up with just one variable
@smrtfasizmu6161
@smrtfasizmu6161 Жыл бұрын
@@sergeirachmaninoff6397 2 mutually independent unknown variables represent a plane, 1 independent unknown variable represents a line. The number of mutually independent unknown variables = degree of freedom = number of dimensions. I haven't said anything contradictory to this in my comment.
@somecomposingfudsa
@somecomposingfudsa 4 жыл бұрын
I'm taking Linear Algebra right now, and this has really helped me visualize everything I've learned so far (up to Eigenvalues, Eigenvectors, and Matrix Diagonalization), so thank you so much!
@klammer75
@klammer75 4 жыл бұрын
Putting out really good stuff bud! Keep up the good work and the world thanks you!🍻
@matattz
@matattz 9 ай бұрын
Math can be so simple yet complicated at the same time. Once you visualize it, all makes perfect sense and you wonder why you didn’t grasp it sooner. Looking in your textbooks without these visual insights can be a really terrifying experience!
@smtxtv
@smtxtv 2 жыл бұрын
My Physics major in the 70s and 80s would have benefitted greatly by tutorials such as this, and KZbin and online resources in general. Great presentation !
@kevinbyrne4538
@kevinbyrne4538 4 жыл бұрын
I was aware of the application of graph theory to electrical circuits -- Ernst Guillemin (1953) "Introductory Circuit Theory" and Wikipedia: Topology (electrical circuits) -- but in just one minute, the relations between graphs, loops, and trees are clarified. Beautiful job, sir. Thank you for posting this video.
@shashankbarole
@shashankbarole 4 жыл бұрын
Great explanation of the four fundamental subspaces ! I love your videos!
@nicklough
@nicklough 3 жыл бұрын
I was having some difficulty understanding nullspaces until this video. This definitely helped for my analysis of engineering systems class!
@elchingon12346
@elchingon12346 4 жыл бұрын
UGH IM SO HYPED RN THANKS BRO
@spacecase4062
@spacecase4062 4 жыл бұрын
It’s because of you that my interest in math continues to grow daily
@boluwarin
@boluwarin 4 жыл бұрын
You need to start a school. Everyone would sign up
@user-yg4en5mv2j
@user-yg4en5mv2j 4 жыл бұрын
Even though that probably won't happen, if it would, I would sign up.
@HighestRank
@HighestRank 4 жыл бұрын
Then you should’ve watched past 15:03 for the genie in the bottle.
@pinklady7184
@pinklady7184 3 жыл бұрын
I'd sign up too. Count me in.
@abhishek.chakraborty
@abhishek.chakraborty 4 жыл бұрын
This is the kind of material that _every_ Linear Algebra course needs to have as mandatory viewing along with Gilbert Strang 👏👏 I'd love to see more such videos 👍👍 Thanks for sharing these 🙂
@dackid2831
@dackid2831 4 жыл бұрын
This was very enlightening. Thank you.
@merveyardmc5319
@merveyardmc5319 4 жыл бұрын
animation staffs that u used are obvious and really understandable...3d perception helps to figure out linear matrix clearly... god bless you and your family...
@MarcCastellsBallesta
@MarcCastellsBallesta 4 жыл бұрын
That was EPIC! I know how to solve all these problems, but adding the visual part makes it easier to get it and to explain it to my students.
@sfundomabaso3200
@sfundomabaso3200 4 жыл бұрын
This is beautiful to watch. I do wish I've seen it back when I was doing Linear Algebra, maybe my Quantum computing class would've been less confusing
@aryanbista747
@aryanbista747 4 жыл бұрын
Tell us more about quantum computing
@JoeCMath
@JoeCMath 3 жыл бұрын
HOLY COW Zach, this is beautifully edited!!!
@yBazo82
@yBazo82 4 жыл бұрын
So good :D So accuratte representation of interesting relations not explained in class.
@moversti92
@moversti92 4 жыл бұрын
Great visualizations! I’d like to see a video on matrix applications in probability. Would continue the stuff with the circuit here.
@theproofessayist8441
@theproofessayist8441 4 жыл бұрын
Excellent Zach great to see you discovered Adjacency Matrices. Yes graph theory becomes very nice to organize. Great visual software too.
@user-tl1zg4vl7c
@user-tl1zg4vl7c 2 ай бұрын
Every aspect of this video is amazing!
@Jaojao_puzzlesolver
@Jaojao_puzzlesolver 4 жыл бұрын
This one video teaches me better than my linear algebra professor did for a full fkn year. I don't even really need them when you and 3Blue1Brown doing so well.
@thezyreick4289
@thezyreick4289 4 жыл бұрын
Between them, kurzgesagt, and brilliant. I am paying less than $200 a year for a better education for myself and my 2 kids, than we could get in college. My proud dad moment came when my curious 7yr old solved a Coulumb's law based problem on her own. Shes obsessed with physics and has completed several brilliant physics courses
@yhz2K
@yhz2K 3 жыл бұрын
@@thezyreick4289 Amazing
@rob7469
@rob7469 3 жыл бұрын
Wow, a ton of information here, I’m gonna have to watch this many times before I start to get what was explained. Thanks.
@AA-gl1dr
@AA-gl1dr 2 жыл бұрын
This just helped me so much. Thank you more than I can even express.
@csterea
@csterea 11 ай бұрын
This is a very intuitive and informative video, I highly recommend it. It has helped me a lot, thanks!
@user-yg4en5mv2j
@user-yg4en5mv2j 4 жыл бұрын
Awesome! Thank you for your great videos, enjoying them once again.
@amaarquadri
@amaarquadri 4 жыл бұрын
Great video! Was not expecting to see an interesting explanation of KVL.
@jojokys8332
@jojokys8332 4 жыл бұрын
Well explained with clear visuals!
@qasimmahmood8790
@qasimmahmood8790 4 жыл бұрын
I also loved this cool application when I saw it in an appendix of Paul Renteln's book.
@chap_eau
@chap_eau 4 ай бұрын
this is WONDERFUL. thank you🙏
@jongraham7362
@jongraham7362 11 ай бұрын
This is really nice! Thanks!
@AbhishekSinghSambyal
@AbhishekSinghSambyal 3 жыл бұрын
OMG. I loved it. Thank you for this great explanation. Do you have notes for this video? or any text document to refer to these concise fundamental concepts?
@imacmill
@imacmill 10 ай бұрын
Kudos to all of you that follow and understand all this stuff in real-time, never having to pause for 5 minutes and think about what was just said. Kudos...but also, you're freaks.
@aaronlopes5256
@aaronlopes5256 3 жыл бұрын
Thank you ! Superb Explanation! Could you please make a video on coordinate transformations on vectors, rotation? It would be easy to grasp those concepts. Thanks
@HM-cw8im
@HM-cw8im 10 ай бұрын
Wow. Just Wow!! I am currently pursuing Master's in Physics, and I have NEVER been taught the fundamental beauty of linear algebra to this extent. Thank you for making this video!
@davidreiter4372
@davidreiter4372 4 жыл бұрын
Great video man, you are not the only one liking matrices the least^^
@user-lw5wi8su7r
@user-lw5wi8su7r Ай бұрын
Thank you so much, you are a legend! You single-handedly helped me understand my vectors unit in math and circuits unit in physics.
@xxxuselesspricksxxx1481
@xxxuselesspricksxxx1481 10 ай бұрын
on my physics exam I got a test question with DC circuits and we had to calculate currents. I've done these type of excersises before, so I started to "show off" a bit by using gaussian ellimination to solve it, while my classmates struggled because they were "afraid" to dwelve into linear algebra, as they barely passed it last semester. Linear Algebra really is the subject of corelations, and if you understand it properly by the end of your semester, it will open up so many new possibilities to view things for you
@sushrut4328
@sushrut4328 2 жыл бұрын
This is sooooo beautiful... Thank you sooo muchh.....
@williamkrut91
@williamkrut91 4 жыл бұрын
This is the best thing ever. Could you do a similar video on riemannian geometry?
@xfry
@xfry 3 жыл бұрын
Espectacular! You are amazing. Thank yooouuu!
@ZyTelevan
@ZyTelevan 4 жыл бұрын
The geometric interpretation can be useful in the context of 2D and 3D graphics, but I find it even more confusing when talking about higher dimensions. There is another interpretation that is used in signal processing and that I find is much more intuitive for a large number of dimensions. You can find the full explanation in the first few lectures on Dynamic Linear Systems from Stanford, by prof. Stephen Boyd. This is particularly useful in the context of neural networks. It goes something like this: Suppose you have a linear system with a n-dimensional input and a m-dimensional output. Then this system can be fully described by a m by n matrix *A* . The entry *A_i,j* (i-th row, j-th column) just tells you how much the i-th output is affected by the j-th input. The corresponding equation is *Ax=b* , where *x* is a n-dimensional column vector and *b* is a m-dimensional column vector. But what if you have an equation *AX=B* , where *X* and *B* are also matrices? Well, *X* is just a series of n-dimensional inputs (each represented by a column vector) and *B* is a corresponding series of m-dimensional outputs (also each represented by the corresponding column vector). Here it's also immediately obvious that *X* and *B* have to have the same number of column vectors.
@mendicant1981
@mendicant1981 2 жыл бұрын
This is so inspiring. Amazing stuff
@OrionConstellationHome
@OrionConstellationHome 11 ай бұрын
This is nice software animated Gilbert Strang’s way of presenting the material from day 1- row picture, column picture, matrix equation and then leading to the 4 fundamental sub spaces - good job! That is the way to go! Thank you! 🙏 Please make more animations for more other examples! 🙏At 6:41 “this always will be true” can be misunderstood by some students. Better to say in general f+r=n will be true, or Nullity + (dim of Col or Row space) =n. Otherwise some students may think 1+2=3 combination will always be true. Thanks! 🙏
@mustafawasif6507
@mustafawasif6507 Жыл бұрын
this is the best video i have ever seen ...thank u so much man i can finally have a vague visualization ......
@zenfoil
@zenfoil 6 ай бұрын
Thank you very much for great explanations and illustrations.
@jigold22571
@jigold22571 4 жыл бұрын
ThankU for posting and sharing.
@RC32Smiths01
@RC32Smiths01 4 жыл бұрын
I am really and really loving this series more and more! Cheers man for the information as always!
@RockHardWoodDaddy
@RockHardWoodDaddy 4 жыл бұрын
Hey RC, daddy here
@RC32Smiths01
@RC32Smiths01 4 жыл бұрын
@@RockHardWoodDaddy Heyo!
@-Saikiran-vk5mj
@-Saikiran-vk5mj 3 жыл бұрын
nailed it man!!!
@i_g6676
@i_g6676 3 жыл бұрын
There is a problem with visualizations from 2:45 and so on. The linear equations which are homogeneous(i.e. have 0 on the right) always correspond to the planes WHICH COME THROUGH THE ORIGIN (because all-zeros vector satisfies such equations), and it is not the case in the video. Similarly, at 6:36 row space and null space must always contain the origin as they are LINEAR SPACES, not AFFINE SPACES
@Mulkek
@Mulkek 2 жыл бұрын
Thanks, and it's so easy & simple!
@zhdx54
@zhdx54 4 жыл бұрын
Linear was my absolute favorite class, I also love diff eq
@JureGrg
@JureGrg 4 жыл бұрын
Hello! I am excited about linear algebra so I will prepare a lecture for my students at school. I liked your visualization. I'll use Geogebra myself, but your program is better. I wonder what program you used. Congratulations on all your YT math videos. They are exceptional! Jure Grgurevič
@chriscockrell9495
@chriscockrell9495 4 жыл бұрын
Connectivity is very cool. You point to it as graph theory. Linear algebra has some neat applications. I like Y buses in power grids. It is basically what you laid out with your circuit analysis.
@spiderrobotheavyduty5028
@spiderrobotheavyduty5028 3 жыл бұрын
this is a supper hero explain of linear algegra, and very easy to under .thank you so much for your sharing.
@kennethhicks2113
@kennethhicks2113 4 жыл бұрын
Great example, and refresher, on linear algebra. Would like to see one on non-linear algebra ; )
@anthonybrletic974
@anthonybrletic974 4 жыл бұрын
Good job. I love that software you're using for the 3-D graphing. I use it also!
@JureGrg
@JureGrg 4 жыл бұрын
I use the Geogebra program for 3D drawing. I really like the program that Zach star uses, but I don't know what it's called. I asked him, but he didn't answer me. Can you tell me?
@juangoog
@juangoog 9 ай бұрын
Wonderful Video. Thank you so much. What tool did you use to create the 3D visualizations?
@KulkarniPrashant
@KulkarniPrashant 10 ай бұрын
This is simply brilliant! Thank you.
@karangoyal9602
@karangoyal9602 3 жыл бұрын
I thought 3Blue1Brown was ultimate but ZachStar has changed the definition of being ultimate.👏👏👌
@xaviergonzalez5828
@xaviergonzalez5828 8 ай бұрын
One of the best linear algebra fundamentals ever! you are the best man!
@chongchan1991
@chongchan1991 2 жыл бұрын
Thanks Zach, this added another way to understand why row operations do not affect the solutions
@pistitoth1363
@pistitoth1363 4 жыл бұрын
Hello! Olya jó hogy van segítség! Thank you! PISTI! Valamikor monta a tanárnő az ismeretlen egyenletet én úgy húztam is be a vezérvonalat! Rég volt! Aszt mondta :ha matematikát tanulnám zseni lehetnék. De amazon vagyok biológia és technika ősszefüggése érdekelt!
@213pool
@213pool 11 ай бұрын
This video is like Gilbert Strang with 3D visual tools! Brilliant !!
@Yunuet
@Yunuet 11 ай бұрын
I remember the first linear algebra classes I had back when I was studying pure maths and I cried the first month cause I was like wth?? Now I always use software for the students to understand certain abstract things that might be hard for them when it’s their first approach to the themes.
@fanlucy6236
@fanlucy6236 3 жыл бұрын
it really helps. Thanks very much.
@Someone-lf7iz
@Someone-lf7iz Жыл бұрын
wow. skimming over this video for 3 minutes conveyed what I've been trying to wrap my head around for YEARS using linear algebra. Thank you for making this for those of us that don't do well in the land of make believe and imagination
@truedarklander
@truedarklander 4 жыл бұрын
THANKS I'm just starting to study them and this helps
@foketesz
@foketesz 4 ай бұрын
This kind of clarification of the connection between technique and meaning is refreshing to say the least.
@joaojulio435
@joaojulio435 3 жыл бұрын
This is the same explanation that Gilbert Strang gives to his students! Nice job, keep going!
@thisguyisyummy
@thisguyisyummy 3 жыл бұрын
this is so good, thanks
@kurchak
@kurchak Ай бұрын
Watching this before getting to linear algebra, so some of it was over my head, but I think it is best to see this before I even start so that when I learn some of it in class I might have an "aaaaaah, I seeee" moment sooner rather than later.
@biswabismitabag9017
@biswabismitabag9017 4 жыл бұрын
Just awesome... Thanks for making such videos..🙏 If possible please make some on norm linear spaces too.. From India.
@siddharthpenmetsa6435
@siddharthpenmetsa6435 3 жыл бұрын
Thank you so much!
@markcampanelli
@markcampanelli 11 ай бұрын
Some undergrad math programs may have two or three “linear algebra” components that never really get much beyond matrix multiplication and Gaussian elimination. It’s a real travesty and does a horrible job preparing students to actually use it in practice or use the key concepts as a foundation for functional analysis. Thanks for helping to rectify this 🙂.
@ytpah9823
@ytpah9823 7 ай бұрын
🎯 Key Takeaways for quick navigation: 00:00 🧮 Matrices represent systems of equations and can be thought of as sets of vectors. 01:20 📊 You can visualize solutions to a system of equations by looking at the intersection of planes represented by the equations. 02:28 🧲 The null space of a matrix represents the set of solutions to a system when all equations equal zero, and it can be a line in 3D space. 04:10 🔄 Linearly dependent vectors in a matrix result in a single free variable and infinitely many solutions. 06:31 🌌 The row space is perpendicular to the null space and contains linear combinations of row vectors. 08:41 🌟 The column space is the space spanned by column vectors, and it can be different from the row space. 09:50 🌐 Connected graphs reduce to trees, and loops in a graph lead to dependent rows in the incidence matrix. 12:23 ⚡ Kirchhoff's voltage law emerges from analyzing the column space of the incidence matrix in electrical circuits. 14:55 🧩 Determining if a vector is in the column space involves checking if it obeys Kirchhoff's voltage law. 15:51 📚 Further learning on matrices and linear algebra can be done through courses on platforms like Brilliant.org. Made with HARPA AI
@quahntasy
@quahntasy 4 жыл бұрын
*we are loving this series* Thanks for doing it man
@josephtraverso2700
@josephtraverso2700 3 жыл бұрын
Just started linear and this was so cool
@michellicorne9839
@michellicorne9839 4 жыл бұрын
I love this video Thank you !
@tomasletal257
@tomasletal257 4 жыл бұрын
You can also use simple FEA like approach to solve steady state currents and voltages in the system using matrices
@khaledb8618
@khaledb8618 2 жыл бұрын
Whaa…? Nevermind, visuals are great. Thank you for your effort👍🏻
@bikramdas8359
@bikramdas8359 4 жыл бұрын
It's really amazing!!!!
@howitfeelslike5381
@howitfeelslike5381 Жыл бұрын
Bro this video is a gem
@NoActuallyGo-KCUF-Yourself
@NoActuallyGo-KCUF-Yourself 11 ай бұрын
I never took a formal linear algebra course, but I still learned all of this piece-meal in my various engineering classes.
@sergiolucas38
@sergiolucas38 2 жыл бұрын
Great video bro :)
An unexpected application of the harmonic series
7:20
Zach Star
Рет қаралды 87 М.
NO NO NO YES! (40 MLN SUBSCRIBERS CHALLENGE!) #shorts
00:27
PANDA BOI
Рет қаралды 118 МЛН
GADGETS VS HACKS || Random Useful Tools For your child #hacks #gadgets
00:35
Who enjoyed seeing the solar eclipse
00:13
Zach King
Рет қаралды 108 МЛН
How AI Discovered a Faster Matrix Multiplication Algorithm
13:00
Quanta Magazine
Рет қаралды 1,3 МЛН
1. The Geometry of Linear Equations
39:49
MIT OpenCourseWare
Рет қаралды 1,6 МЛН
The Most Important Algorithm in Machine Learning
40:08
Artem Kirsanov
Рет қаралды 171 М.
Visualize Different Matrices part1 | SEE Matrix, Chapter 1
14:51
Visual Kernel
Рет қаралды 43 М.
Everything You Need to Know About VECTORS
17:42
FloatyMonkey
Рет қаралды 1 МЛН
Gil Strang's Final 18.06 Linear Algebra Lecture
1:05:09
MIT OpenCourseWare
Рет қаралды 2,1 МЛН