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

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

Пікірлер: 532

  • @gentlemandude1
    @gentlemandude13 жыл бұрын

    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

    Жыл бұрын

    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

    Жыл бұрын

    KZread math videos blow away traditional math classes at University/College, I'm learning math I never thought possible

  • @zwxyer

    @zwxyer

    Жыл бұрын

    ​@@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
    @TheCosmicafroninja4 жыл бұрын

    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
    @trumanhw2 жыл бұрын

    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-wn1ri4 жыл бұрын

    @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.

  • @detonation79
    @detonation794 жыл бұрын

    Watching this on the evening before my linear algebra midterm has replenished my motivation!

  • @zachstar

    @zachstar

    4 жыл бұрын

    Good luck!

  • @andrewharley6791
    @andrewharley67913 жыл бұрын

    This just made my entire semester of Linear Algebra make a whole lot more sense.

  • @spacecase4062
    @spacecase40624 жыл бұрын

    It’s because of you that my interest in math continues to grow daily

  • @mehrosenasir3966
    @mehrosenasir39663 жыл бұрын

    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

  • @maxgibbard8536
    @maxgibbard85366 ай бұрын

    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!

  • @douglasstrother6584
    @douglasstrother65844 жыл бұрын

    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

    11 ай бұрын

    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

  • @natidadon
    @natidadon4 жыл бұрын

    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)

  • @matattz
    @matattz10 ай бұрын

    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!

  • @boluwarin
    @boluwarin4 жыл бұрын

    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.

  • @soy-dave
    @soy-dave5 ай бұрын

    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!

  • @smrtfasizmu6161
    @smrtfasizmu61613 жыл бұрын

    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.

  • @undeadarmy3000
    @undeadarmy30004 жыл бұрын

    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 :)

  • @MrJaksld
    @MrJaksld4 жыл бұрын

    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

  • @abhishek.chakraborty
    @abhishek.chakraborty4 жыл бұрын

    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 🙂

  • @aubreychace
    @aubreychace Жыл бұрын

    You did a great job with this video! I liked watching the planes rotating about the null space line.

  • @Jaojao_puzzlesolver
    @Jaojao_puzzlesolver4 жыл бұрын

    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

  • @somecomposingfudsa
    @somecomposingfudsa4 жыл бұрын

    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!

  • @xariskatrisiosis9328
    @xariskatrisiosis93284 жыл бұрын

    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!

  • @kevinbyrne4538
    @kevinbyrne45384 жыл бұрын

    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.

  • @klammer75
    @klammer754 жыл бұрын

    Putting out really good stuff bud! Keep up the good work and the world thanks you!🍻

  • @shashankbarole
    @shashankbarole4 жыл бұрын

    Great explanation of the four fundamental subspaces ! I love your videos!

  • @smtxtv
    @smtxtv2 жыл бұрын

    My Physics major in the 70s and 80s would have benefitted greatly by tutorials such as this, and KZread and online resources in general. Great presentation !

  • @dackid2831
    @dackid28314 жыл бұрын

    This was very enlightening. Thank you.

  • @nicklough
    @nicklough3 жыл бұрын

    I was having some difficulty understanding nullspaces until this video. This definitely helped for my analysis of engineering systems class!

  • @sfundomabaso3200
    @sfundomabaso32004 жыл бұрын

    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
    @JoeCMath3 жыл бұрын

    HOLY COW Zach, this is beautifully edited!!!

  • @elchingon12346
    @elchingon123464 жыл бұрын

    UGH IM SO HYPED RN THANKS BRO

  • @yBazo82
    @yBazo824 жыл бұрын

    So good :D So accuratte representation of interesting relations not explained in class.

  • @karangoyal9602
    @karangoyal96023 жыл бұрын

    I thought 3Blue1Brown was ultimate but ZachStar has changed the definition of being ultimate.👏👏👌

  • @merveyardmc5319
    @merveyardmc53194 жыл бұрын

    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...

  • @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

  • @MarcCastellsBallesta
    @MarcCastellsBallesta4 жыл бұрын

    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.

  • @markcampanelli
    @markcampanelli Жыл бұрын

    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 🙂.

  • @theproofessayist8441
    @theproofessayist84414 жыл бұрын

    Excellent Zach great to see you discovered Adjacency Matrices. Yes graph theory becomes very nice to organize. Great visual software too.

  • @user-tl1zg4vl7c
    @user-tl1zg4vl7c2 ай бұрын

    Every aspect of this video is amazing!

  • @i_g6676
    @i_g66763 жыл бұрын

    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

  • @AA-gl1dr
    @AA-gl1dr2 жыл бұрын

    This just helped me so much. Thank you more than I can even express.

  • @moversti92
    @moversti924 жыл бұрын

    Great visualizations! I’d like to see a video on matrix applications in probability. Would continue the stuff with the circuit here.

  • @rob7469
    @rob74693 жыл бұрын

    Wow, a ton of information here, I’m gonna have to watch this many times before I start to get what was explained. Thanks.

  • @user-yg4en5mv2j
    @user-yg4en5mv2j4 жыл бұрын

    Awesome! Thank you for your great videos, enjoying them once again.

  • @csterea
    @csterea Жыл бұрын

    This is a very intuitive and informative video, I highly recommend it. It has helped me a lot, thanks!

  • @RC32Smiths01
    @RC32Smiths014 жыл бұрын

    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!

  • @aaronlopes5256
    @aaronlopes52563 жыл бұрын

    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

  • @amaarquadri
    @amaarquadri4 жыл бұрын

    Great video! Was not expecting to see an interesting explanation of KVL.

  • @siddhantkumar6340
    @siddhantkumar63404 жыл бұрын

    You should become a maths motivational talker

  • @jakehix8132

    @jakehix8132

    4 жыл бұрын

    I feel pretty motivated to do some maths.

  • @xfry
    @xfry3 жыл бұрын

    Espectacular! You are amazing. Thank yooouuu!

  • @jojokys8332
    @jojokys83324 жыл бұрын

    Well explained with clear visuals!

  • @qasimmahmood8790
    @qasimmahmood87904 жыл бұрын

    I also loved this cool application when I saw it in an appendix of Paul Renteln's book.

  • @chap_eau
    @chap_eau4 ай бұрын

    this is WONDERFUL. thank you🙏

  • @jigold22571
    @jigold225714 жыл бұрын

    ThankU for posting and sharing.

  • @juangoog
    @juangoog9 ай бұрын

    Wonderful Video. Thank you so much. What tool did you use to create the 3D visualizations?

  • @AbhishekSinghSambyal
    @AbhishekSinghSambyal3 жыл бұрын

    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?

  • @xxxuselesspricksxxx1481
    @xxxuselesspricksxxx148111 ай бұрын

    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

  • @williamkrut91
    @williamkrut914 жыл бұрын

    This is the best thing ever. Could you do a similar video on riemannian geometry?

  • @xaviergonzalez5828
    @xaviergonzalez58288 ай бұрын

    One of the best linear algebra fundamentals ever! you are the best man!

  • @Mulkek
    @Mulkek2 жыл бұрын

    Thanks, and it's so easy & simple!

  • @ssrini2002
    @ssrini20027 ай бұрын

    Thank God for you, Khan Academy and 3B1B. You guys are single handedly keeping the math students community alive

  • @HM-cw8im
    @HM-cw8im10 ай бұрын

    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!

  • @mendicant1981
    @mendicant19812 жыл бұрын

    This is so inspiring. Amazing stuff

  • @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.

  • @quahntasy
    @quahntasy4 жыл бұрын

    *we are loving this series* Thanks for doing it man

  • @imacmill
    @imacmill10 ай бұрын

    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.

  • @davidreiter4372
    @davidreiter43724 жыл бұрын

    Great video man, you are not the only one liking matrices the least^^

  • @feuerrm
    @feuerrm3 жыл бұрын

    I am a second-year Applied Mathematics student and I am now going to binge-watch this playlist

  • @mustafawasif6507
    @mustafawasif6507 Жыл бұрын

    this is the best video i have ever seen ...thank u so much man i can finally have a vague visualization ......

  • @jongraham7362
    @jongraham736211 ай бұрын

    This is really nice! Thanks!

  • @sushrut4328
    @sushrut43282 жыл бұрын

    This is sooooo beautiful... Thank you sooo muchh.....

  • @zenfoil
    @zenfoil6 ай бұрын

    Thank you very much for great explanations and illustrations.

  • @213pool
    @213pool11 ай бұрын

    This video is like Gilbert Strang with 3D visual tools! Brilliant !!

  • @foketesz
    @foketesz4 ай бұрын

    This kind of clarification of the connection between technique and meaning is refreshing to say the least.

  • @spiderrobotheavyduty5028
    @spiderrobotheavyduty50283 жыл бұрын

    this is a supper hero explain of linear algegra, and very easy to under .thank you so much for your sharing.

  • @kennethhicks2113
    @kennethhicks21134 жыл бұрын

    Great example, and refresher, on linear algebra. Would like to see one on non-linear algebra ; )

  • @joaojulio435
    @joaojulio4353 жыл бұрын

    This is the same explanation that Gilbert Strang gives to his students! Nice job, keep going!

  • @anthonybrletic974
    @anthonybrletic9744 жыл бұрын

    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?

  • @-Saikiran-vk5mj
    @-Saikiran-vk5mj3 жыл бұрын

    nailed it man!!!

  • @KulkarniPrashant
    @KulkarniPrashant10 ай бұрын

    This is simply brilliant! Thank you.

  • @OrionConstellationHome
    @OrionConstellationHome11 ай бұрын

    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! 🙏

  • @zhdx54
    @zhdx544 жыл бұрын

    Linear was my absolute favorite class, I also love diff eq

  • @ZyTelevan
    @ZyTelevan4 жыл бұрын

    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.

  • @truedarklander
    @truedarklander4 жыл бұрын

    THANKS I'm just starting to study them and this helps

  • @chriscockrell9495
    @chriscockrell94954 жыл бұрын

    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.

  • @Yunuet
    @Yunuet11 ай бұрын

    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.

  • @chongchan1991
    @chongchan19912 жыл бұрын

    Thanks Zach, this added another way to understand why row operations do not affect the solutions

  • @JureGrg
    @JureGrg4 жыл бұрын

    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č

  • @kurchak
    @kurchak2 ай бұрын

    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
    @biswabismitabag90174 жыл бұрын

    Just awesome... Thanks for making such videos..🙏 If possible please make some on norm linear spaces too.. From India.

  • @howitfeelslike5381
    @howitfeelslike5381 Жыл бұрын

    Bro this video is a gem

  • @fanlucy6236
    @fanlucy62363 жыл бұрын

    it really helps. Thanks very much.

  • @thisguyisyummy
    @thisguyisyummy3 жыл бұрын

    this is so good, thanks

  • @bikramdas8359
    @bikramdas83594 жыл бұрын

    It's really amazing!!!!

  • @michellicorne9839
    @michellicorne98394 жыл бұрын

    I love this video Thank you !

  • @pistitoth1363
    @pistitoth13634 жыл бұрын

    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!

  • @thinkeccel
    @thinkeccel4 жыл бұрын

    Nice one 👌 keep it up

  • @BleachWizz
    @BleachWizz4 жыл бұрын

    KZread needs more videos showing math like this, instead of pen, paper and codes

  • @hiltonmarquessantana8202
    @hiltonmarquessantana82024 жыл бұрын

    I really recomend Gilbert Strang 's books for this subjects

  • @somecomposingfudsa

    @somecomposingfudsa

    4 жыл бұрын

    we're using his book as our text for my class

  • @IronMan-wz8dx
    @IronMan-wz8dx4 жыл бұрын

    MIND BLOWN. Now that is beautiful.