DIAGONALISATION OF 3x3//STEP WISE EXPLANATION//TRICKS AND TIPS//MATHSPEDIA//

Поділитися
Вставка
  • Опубліковано 19 січ 2025

КОМЕНТАРІ • 61

  • @captaing2101
    @captaing2101 3 роки тому +27

    This is what i have been looking for all semister!!!

  • @wes9627
    @wes9627 Рік тому +6

    Thank you for this video. I learned what I needed. However, there is a much easier way to solve for the eigenvectors, which is related to LU factoring a matrix. And also to obtain an orthonormal transformation matrix from normalized eigenvectors. Let me demonstrate using the matrix equation associated with lambda = 3. The matrix equation is repeated here for illustration
    | 0 -1 1| |x|
    |-1 2 -1| |y| = 0 Eq. (1)
    | 1 -1 0| |z|
    Pick the absolutely largest entry in this matrix, in this case 2, as the pivotal element. If there are two or more absolutely largest entries, pick one with the most nonzero entries in its row. The row and column containing the pivotal element are the pivot row and pivot column. Scale the pivot row respectively by the ratio of each nonzero entry in the pivot column to the pivotal element. Thus divide the row 1, column 2 entry, -1 by 2 to get -1/2 and multiply pivot row 2 by (-1/2) to get |1/2, -1, 1/2| Then subtract this row from row 1 to get |-1/2, 0, 1/2| In a similar manner divide the row 3, column 2 entry by 2 to again get -1/2, scale the pivot row, and subtract this row from row 3 to get |1/2, 0, -1/2| Form a new matrix
    | -1/2 0 1/2| |x|
    | -1 2 -1 | |y| = 0 Eq. (2)
    | 1/2 0 -1/2| |z|
    Now strike the pivot row 2 and pivot column 2 from Eq. (2) to get
    | -1/2 1/2| |x| = 0 Eq. (3)
    | 1/2 -1/2| |z|
    Since all entries have the same absolute magnitude, pick the row 1, column 1 entry, -1/2 as the next pivotal element. Then scale pivot row 1 by (1/2)/(-1/2) and subtract from row 2 to get |0 0| and the modified matrix equation
    | -1/2 1/2| |x| = 0 Eq. (4)
    | 0 0 | |z|
    From Eq. (4) we have z - x =0 and from the second equation in Eq. (2) we have -x + 2y -z = 0, which give
    x = z and y = (x+z)/2. Since we have two equations and three unknowns, one value can be arbitrarily set, say set z = 1. Then x = z = 1 and y = (x+z)/2 = (1 + 1)/2 = 1.
    To get an orthonormal transformation matrix from the three eigenvector solutions, each eigenvector should be normalized to unity. The current magnitude of this eigenvector is
    sqrt(x^2 + y^2 + z^2) = sqrt (1^2 + 1^2 + 1^2) = sqrt(3) Thus the normalized eigenvector would be
    | 1/sqrt(3), 1/sqrt(3), 1/sqrt(3) |^T or | sqrt(3)/3, sqrt(3)/3, sqrt(3)/3 |^T When the 3 by 3 matrix is composed of three normalized eigenvectors, it is orthonormal and its inverse is equal to its transpose, which eliminates the need to compute a complex matrix inverse.

  • @BindhuKamatham
    @BindhuKamatham 3 місяці тому +3

    For this problem find A power 4

  • @wes9627
    @wes9627 Рік тому +2

    Since the determinant of this symmetric matrix is 36 it is also positive definite. A positive definite matrix has all nonzero and positive eigenvalues. And the product of its three eigenvalues is also 36, so a good starting estimate for an eigenvalue would be the cube root of 36 or about 3.3. Synthetic division is only a good way to solve for the first eigenvalue when the values are nice, as in this example. An iterative Newton-Raphson method would be faster and easier.
    Let y = x^3-s1x^2+s2x-s3 and y' = 3x^2-2s1x+s2. Then dx = -y/y' and x

  • @lawrencejelsma8118
    @lawrencejelsma8118 10 місяців тому +1

    I get so use to Gaussian elimination to find the eigenvectors of corresponding eigenvalues (and assigning 1 for independent variable rows) it is neat seeing someone applying Cramer's sort of thing on two rows with column blocking for x/|..| = -y/|..| = z/|..| way of doing it.

  • @MdKhezarAhmed
    @MdKhezarAhmed Рік тому

    2:35 in case if we got the trace in -minus? Will the it become +11

  • @nitinprabhu291
    @nitinprabhu291 2 роки тому +2

    Thank you so much bro ❤️❤️❤️❤️ valuable video thank you 🎉🎉🎉🎉

  • @medua7854
    @medua7854 22 дні тому

    But for symmetric matrix ,is this the same way of doing diagonalization..?

  • @lakshyasingh7074
    @lakshyasingh7074 Рік тому

    11:39 Sir in case 1 where lambda is equal to 2 value of x should be -1 and z should be 1.

  • @ayusuf16
    @ayusuf16 2 роки тому +2

    Does this method have a name?
    By the way, video helped me much .Thank you.

  • @thanuja5128
    @thanuja5128 Рік тому +1

    PtransposeA p how to find in calculator using like 1 divided by root 2

  • @gamersstop585
    @gamersstop585 2 роки тому +2

    learnt
    eigen value, eigen vector, Synthetic Division, cramer's rule ( cross multiplication ), Diagonalization
    in less than 20 mins 😭😭 dude is a life save 💫🫂

  • @Nikith__21
    @Nikith__21 2 місяці тому +2

    1÷6 how it came

  • @altafmohammed1364
    @altafmohammed1364 2 роки тому +2

    Tq sir I understood

  • @dailysomethingdifferent173
    @dailysomethingdifferent173 2 місяці тому

    Sir if we will do this lambda values like this process we are going to get the marks

  • @SethuLakshmi-b5s
    @SethuLakshmi-b5s 22 дні тому

    How to calculate diagonal elements

  • @LemiTola
    @LemiTola 10 місяців тому

    Please prepare video about Markov chain rule

  • @prashanthjatothu4915
    @prashanthjatothu4915 Рік тому

    Wonderfull explanation bro

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

    Sir what will we do if any diagonal elements have -ve sign then we ignore and add all diagonal elements or we add all elements with -ve sign

  • @ch.meghana2994
    @ch.meghana2994 2 роки тому

    Sir plz give vedio this problem solve by orthogonal reduction method sir

  • @UPSC2025-MATHS.OPTIONAL
    @UPSC2025-MATHS.OPTIONAL 2 роки тому +1

    Sir cooefficent ke aage aap ne 2 kha se lia

  • @abdulfaisal3323
    @abdulfaisal3323 2 місяці тому

    when i did inverse in calc i got values like 0.5 0 -0.5

  • @shivadylne1557
    @shivadylne1557 3 роки тому +2

    Thanks sir.. for easy understanding teaching

  • @jamunasjaanu9510
    @jamunasjaanu9510 9 місяців тому

    Sir how to find P inverse in calsi plz can u send the video

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

    thanks sir it really helps me a lot

  • @surajdilare5887
    @surajdilare5887 6 місяців тому

    Bhaiya ke problem ho rahi hai question me jab crammerce rule lagate hai to x=y=z jab likjte hai to kya sirf y me minus aayega?????? Or xYz ke cofficient nahi lenge kya crammerce rule lagate samay?

  • @fmncpfmncp8863
    @fmncpfmncp8863 2 роки тому +1

    bhi hindi my bola kry ya urdu

  • @famiajaved2393
    @famiajaved2393 Рік тому

    Yoy are great

  • @sanitmajumder7209
    @sanitmajumder7209 Рік тому

    Chracteristic equation e ses er constant duto 36 er jagay 37,38 hoga

  • @syedmuzammilali87
    @syedmuzammilali87 23 дні тому

    Iam getting det value -6 sir i checked many times

    • @MATHSPEDIAabhi
      @MATHSPEDIAabhi  22 дні тому

      The determinant of the given matrix is 36 only

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

    How the s3value came sir

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

    Thank u sir♥

  • @myamuna7380
    @myamuna7380 Рік тому +1

    Sir lpl=-6 kada meru 6. Veasaru

  • @myamuna7380
    @myamuna7380 Рік тому

    Sir last lo aha values ravadhumledhu ga 2,3,6

  • @myamuna7380
    @myamuna7380 Рік тому

    Sir pls e sum calsi lo cheyandhi pls

  • @DilshadaIshaq
    @DilshadaIshaq 6 місяців тому

    P inverse ksy nickla ap na

    • @MATHSPEDIAabhi
      @MATHSPEDIAabhi  6 місяців тому

      @@DilshadaIshaq determinant(P)/adjoint(P)

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

    Loveeeeeeeeeeee ❤❤

  • @PANADOL695
    @PANADOL695 Рік тому

    I think sir u have made a mistake
    When applying Cramer rule ( the answer wa -1 1 -1
    In the second part when lamda is equal to 3
    But u had written 1 1 1 in the p 😅

    • @MATHSPEDIAabhi
      @MATHSPEDIAabhi  Рік тому

      Lamda =3 ,it is [1 1 1], check 15:21

    • @PANADOL695
      @PANADOL695 Рік тому

      ​@@MATHSPEDIAabhisir that's the confusion
      The value of x y z are -1,1,-1
      But in a column form 1,1,1

    • @MATHSPEDIAabhi
      @MATHSPEDIAabhi  Рік тому

      @@PANADOL695 "y" is having (-) as coefficient,when it is taken down in the Denominator it becomes (+1) so it will be [-1 -1 -1] and you can eliminate (-) sign since all elements have (-) sign so it becomes [1 1 1].

    • @PANADOL695
      @PANADOL695 Рік тому

      @@MATHSPEDIAabhi sir thank u so much it was a confusion
      But I get it now
      Thank a lot 🥹

  • @hiphopgaming77yt
    @hiphopgaming77yt 4 місяці тому

    S3 ❔

  • @sweety47_45
    @sweety47_45 Рік тому

    E concept ni Casio lo chesi chupiyandi

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

    😃

  • @MUHAMMADYAQOOBWAKO-dl2gz
    @MUHAMMADYAQOOBWAKO-dl2gz 6 місяців тому

    Bhai meri agr english nhi ati toh hindi main bol le teri awaz h samjh nhi a rahi

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

    More grantiful

  • @MdBilalRaza822
    @MdBilalRaza822 10 місяців тому

    Hindi me bana liya karo vedio

  • @jamal_saiteja
    @jamal_saiteja 11 місяців тому

    తెలుగేనా సార్ మీది....