rank(a) = rank(transpose of a) | Matrix transformations | Linear Algebra | Khan Academy

Поділитися
Вставка
  • Опубліковано 10 лют 2025
  • Courses on Khan Academy are always 100% free. Start practicing-and saving your progress-now: www.khanacadem...
    Rank(A) = Rank(transpose of A)
    Watch the next lesson: www.khanacadem...
    Missed the previous lesson?
    www.khanacadem...
    Linear Algebra on Khan Academy: Have you ever wondered what the difference is between speed and velocity? Ever try to visualize in four dimensions or six or seven? Linear algebra describes things in two dimensions, but many of the concepts can be extended into three, four or more. Linear algebra implies two dimensional reasoning, however, the concepts covered in linear algebra provide the basis for multi-dimensional representations of mathematical reasoning. Matrices, vectors, vector spaces, transformations, eigenvectors/values all help us to visualize and understand multi dimensional concepts. This is an advanced course normally taken by science or engineering majors after taking at least two semesters of calculus (although calculus really isn't a prereq) so don't confuse this with regular high school algebra.
    About Khan Academy: Khan Academy offers practice exercises, instructional videos, and a personalized learning dashboard that empower learners to study at their own pace in and outside of the classroom. We tackle math, science, computer programming, history, art history, economics, and more. Our math missions guide learners from kindergarten to calculus using state-of-the-art, adaptive technology that identifies strengths and learning gaps. We've also partnered with institutions like NASA, The Museum of Modern Art, The California Academy of Sciences, and MIT to offer specialized content.
    For free. For everyone. Forever. #YouCanLearnAnything
    Subscribe to KhanAcademy’s Linear Algebra channel:: / channel
    Subscribe to KhanAcademy: www.youtube.co...

КОМЕНТАРІ • 11

  • @MrDunsin99
    @MrDunsin99 12 років тому +12

    Am taking a Linear Algebra Course and I am greatful for the free khanacademy videos. Thank you.

  • @mastrammeena328
    @mastrammeena328 4 роки тому +1

    Summary -
    Actually no of Lineraly Independent rows[dimension of rowsp(A)] = no of Lineraly Independent colums[dimension of columnsp(A)]
    Only in row reduced echelon form of A ie rref(A) we get both linearly independent Rows and columns
    Row reduced echelon form is aslo known as canonical form/row canonical form
    But in simple echelon form we get linearly independent rows only
    We don't get linearly independent Columns in simple echelon form
    So row rank of A = column rank of A = Rank of A
    In some books authors define rank as no of Lineraly independent rows and some define it as dim of columnsp (A) ie no of Lineraly Independent colums
    Both are same
    This thing can also be seen from the result rank(Aᵀ) = rank of A
    As then no of linearly independent rows and columns of Aᵀ = no of Lineraly Independent colums and rows of A RESPECTIVELY

  • @S1CKDRIFT3R
    @S1CKDRIFT3R 14 років тому

    its remarkable, you can say more in 10 minutes than professors at universities(i.e. MIT) can say in an hour!

  • @alkalait
    @alkalait 15 років тому

    ex: A is rectangular 100-by-40. 100 row-vectors can span 40-dimensional space at max. (maxrank(C(A^T))=40). AT LEAST 60 row-vectors are linearly dependent and do NOT have pivots in rref(A) (minrank(Null(A^T))=60).
    40 column-vectors in 100 dimensions span at MAX 40-dimensional subspace as well (maxrank(C(A))=40,minrank(Null(A))=0). suppose it turns out rank(C(A))=38 < maxrank(C(A))=40, implies rank(Null(A))=2. implies 2 columns with no pivots in rref(A), which means 2 extra rows with no pivots.

  • @Sindaurion
    @Sindaurion 12 років тому +1

    The crux of the proof is that rref(A) has the same rank as A, and I probably missed the part where you proved it, but without that, the proof is trivial (since it can be trivially proven that the rank is invariant to elementary column operations)

    • @leonidastsigounakis5796
      @leonidastsigounakis5796 2 роки тому

      It baffles me how a 10yr comment on linear algebra can still be educational and insightful. Math truly transcends time.

  • @anissawilkinson9647
    @anissawilkinson9647 3 роки тому

    thank you Sol

  • @mastrammeena328
    @mastrammeena328 4 роки тому

    Is it correct to say of basis of column space of A instead of basis for column space of A
    Which one is correct

  • @Sindaurion
    @Sindaurion 12 років тому

    There is no name for the dimension of the subspace spanned by row vectors because of this theorem; because it equals the rank of a matrix.

  • @alkalait
    @alkalait 15 років тому

    apologies, i meant
    minrank(Null(A))=60, minrank(Null(A^T))=0 and rank(Null(A^T))=2.