home.social

Search

57 results for “mattixmash”

  1. Could not be more excited for the #VPPick from the #harriscampaign Gov. Tim Walz has a long history of bipartisanship and compromise. He's a well established governor, teacher and military man. He got #FreeLunch for school kids, protected #abortionrights and #reproductiverights and managed his state through covid. In my eyes an excellent pick. 🤩 #harrisvppick

    Kamala Harris taps Minnesota Gov. Tim Walz as her running mate npr.org/2024/08/06/nx-s1-50576

  2. Decided to settle on #postmarkeros plasma today for the #pinephone

    Seems to be one of the most stable builds I've seen, even a bit zippier than the posh version, though more studder prone. #linuxmobiles

  3. Decided to settle on plasma today for the

    Seems to be one of the most stable builds I've seen, even a bit zippier than the posh version, though more studder prone.

  4. Never have I ever seen something as ridiculous as this "commercial" 😂🤣🤣 #usecondoms 😂

    tiktok.com/t/ZT8K9Y24S/

  5. The #AfricanUnion stepping up and flexing it's muscle in the world stage. They propose a #globaltax on #carbonemitters and major #polluters

    I massive step in the right direction in my eyes.

    BBC News - Africa proposes global carbon taxes to fight climate change
    bbc.co.uk/news/world-africa-66

  6. Bf made an amazing dinner last night. We had #fajitas and a few drinks while we watched #RedWhiteAndRoyalBlue

    Plot was fast and loose but pls give me a full series like #thecrown 🤩🤩🤩 I must have more. #lgbtqlife

  7. Bf made an amazing dinner last night. We had and a few drinks while we watched

    Plot was fast and loose but pls give me a full series like 🤩🤩🤩 I must have more.

  8. One of the cuties decided to take a nap almost immediately after waking up 😂😍 #mastodogs #beaglelife #hounddog

  9. That fine feeling you get when your lesson plan hits every state standard the first time 😌☺️👩‍🔬

  10. @BBCWorld Two things come to mind here: (1) is that the Orthodox church isn't the god given authority on Xmas, plus it's a propaganda machine for Russia now; (2) is that if Putin was serious about a cease fire for a holy day, he should have thought of that before dropping bombs on the 25th of December. #tryagain #PutinWarCrimes

  11. Alright, future engineers!

    **Matrix Multiplication:** Combines two matrices, like applying transformations in sequence. Ex: For C=AB, C_ij = sum(A_ik * B_kj). Pro-Tip: Order matters! AB != BA (usually).

    #MatrixMath #LinearTransform #STEM #StudyNotes

  12. Alright, future engineers!

    **Matrix Multiplication:** Combines two matrices, like applying transformations in sequence. Ex: For C=AB, C_ij = sum(A_ik * B_kj). Pro-Tip: Order matters! AB != BA (usually).

    #MatrixMath #LinearTransform #STEM #StudyNotes

  13. Alright, future engineers!

    **Matrix Multiplication:** Combines two matrices, like applying transformations in sequence. Ex: For C=AB, C_ij = sum(A_ik * B_kj). Pro-Tip: Order matters! AB != BA (usually).

    #MatrixMath #LinearTransform #STEM #StudyNotes

  14. Alright, future engineers!

    **Matrix Multiplication:** Combines two matrices, like applying transformations in sequence. Ex: For C=AB, C_ij = sum(A_ik * B_kj). Pro-Tip: Order matters! AB != BA (usually).

    #MatrixMath #LinearTransform #STEM #StudyNotes

  15. Alright, future engineers!

    The **Identity Matrix (I)** is a square matrix with 1s on the main diagonal & 0s elsewhere.
    Ex: For 2x2, `I = [[1,0],[0,1]]`.
    Pro-Tip: It's the 1 of matrix multiplication – `AI = IA = A`. Essential for inverses!
    #LinearAlgebra #MatrixMath #STEM #StudyNotes

  16. Alright, future engineers!

    The **Identity Matrix (I)** is a square matrix with 1s on the main diagonal & 0s elsewhere.
    Ex: For 2x2, `I = [[1,0],[0,1]]`.
    Pro-Tip: It's the 1 of matrix multiplication – `AI = IA = A`. Essential for inverses!
    #LinearAlgebra #MatrixMath #STEM #StudyNotes

  17. Alright, future engineers!

    The **Identity Matrix (I)** is a square matrix with 1s on the main diagonal & 0s elsewhere.
    Ex: For 2x2, `I = [[1,0],[0,1]]`.
    Pro-Tip: It's the 1 of matrix multiplication – `AI = IA = A`. Essential for inverses!
    #LinearAlgebra #MatrixMath #STEM #StudyNotes

  18. Alright, future engineers!

    The **Identity Matrix (I)** is a square matrix with 1s on the main diagonal & 0s elsewhere.
    Ex: For 2x2, `I = [[1,0],[0,1]]`.
    Pro-Tip: It's the 1 of matrix multiplication – `AI = IA = A`. Essential for inverses!
    #LinearAlgebra #MatrixMath #STEM #StudyNotes

  19. Alright, future engineers!
    A **Determinant** is a scalar value that provides properties of a square matrix (e.g., if it's invertible).
    Ex: For `A = [[a,b],[c,d]]`, `det(A) = ad - bc`.
    Pro-Tip: If `det(A) = 0`, the matrix is singular (no inverse)!

    #LinearAlgebra #MatrixMath #STEM #StudyNotes

  20. Alright, future engineers!
    A **Determinant** is a scalar value that provides properties of a square matrix (e.g., if it's invertible).
    Ex: For `A = [[a,b],[c,d]]`, `det(A) = ad - bc`.
    Pro-Tip: If `det(A) = 0`, the matrix is singular (no inverse)!

    #LinearAlgebra #MatrixMath #STEM #StudyNotes

  21. Alright, future engineers!
    A **Determinant** is a scalar value that provides properties of a square matrix (e.g., if it's invertible).
    Ex: For `A = [[a,b],[c,d]]`, `det(A) = ad - bc`.
    Pro-Tip: If `det(A) = 0`, the matrix is singular (no inverse)!

    #LinearAlgebra #MatrixMath #STEM #StudyNotes

  22. Alright, future engineers!
    A **Determinant** is a scalar value that provides properties of a square matrix (e.g., if it's invertible).
    Ex: For `A = [[a,b],[c,d]]`, `det(A) = ad - bc`.
    Pro-Tip: If `det(A) = 0`, the matrix is singular (no inverse)!

    #LinearAlgebra #MatrixMath #STEM #StudyNotes

  23. Alright, future engineers!
    The **Determinant** of a square matrix reveals its scaling factor under transformation. Ex: For `[[a,b],[c,d]]`, det = `ad - bc`. Pro-Tip: If det != 0, the matrix is invertible & its columns are linearly independent!
    #LinearAlgebra #MatrixMath #STEM #StudyNotes

  24. Alright, future engineers!
    The **Determinant** of a square matrix reveals its scaling factor under transformation. Ex: For `[[a,b],[c,d]]`, det = `ad - bc`. Pro-Tip: If det != 0, the matrix is invertible & its columns are linearly independent!
    #LinearAlgebra #MatrixMath #STEM #StudyNotes

  25. Alright, future engineers!
    The **Determinant** of a square matrix reveals its scaling factor under transformation. Ex: For `[[a,b],[c,d]]`, det = `ad - bc`. Pro-Tip: If det != 0, the matrix is invertible & its columns are linearly independent!
    #LinearAlgebra #MatrixMath #STEM #StudyNotes

  26. Alright, future engineers!
    The **Determinant** of a square matrix reveals its scaling factor under transformation. Ex: For `[[a,b],[c,d]]`, det = `ad - bc`. Pro-Tip: If det != 0, the matrix is invertible & its columns are linearly independent!
    #LinearAlgebra #MatrixMath #STEM #StudyNotes

  27. Alright, future engineers!
    A **Determinant** is a scalar value from a square matrix, indicating if it's invertible. Ex: For A=[[a,b],[c,d]], det(A)=ad-bc. Pro-Tip: If det(A)=0, the matrix is singular – it has no inverse!

    #LinearAlgebra #MatrixMath #STEM #StudyNotes

  28. Alright, future engineers!
    A **Determinant** is a scalar value from a square matrix, indicating if it's invertible. Ex: For A=[[a,b],[c,d]], det(A)=ad-bc. Pro-Tip: If det(A)=0, the matrix is singular – it has no inverse!

    #LinearAlgebra #MatrixMath #STEM #StudyNotes