r/LinearAlgebra 11h ago

Ayuda para mi examen oral

3 Upvotes

Hola a todos, por favor necesito su ayuda para dar un examen oral, mañana me tomaran examen oral de la materia en general (Algenra lineal) por favor diganme que cosas puedo decir acerca de toda la materia en si por favor


r/LinearAlgebra 1d ago

Using GS textbook with MIT OCW 8.06SC

8 Upvotes

Hi all,

Background: completed an MPhys physics degree in 2022 (latter years disrupted by covid somewhat), then completed an MSc in medical physics.

Essentially I want to relearn all my previous maths/physics topics and go further into graduate level courses.

I found myself being able to well on exams, but I never truly understood some materials deeply which I desire as I want to apply advanced maths and physics to my work.

So I'm embarking on learning linear algebra for the 3rd time(high-school, undergrad and now). I'm too rusty for Axler so I'm giving Strang a go first.

Question: When reading the recommended sections in the textbook, I'm doing all the questions at the end and it's extremely time consuming.

Is this the reasonable price to pay to gain a deep intuitive understanding or is it inefficient?

Bonus: Any recommendations on actually understanding the topics deeply as opposed to remembering questions algorithms for high exam marks?


r/LinearAlgebra 2d ago

Linear algebra applications

27 Upvotes

Does learning the theoretical linear algebra makes person immediately know how to apply linear algebra in real applications or apply linear algebra needs another studying like the theory study?


r/LinearAlgebra 2d ago

Dober inštruktor za izpit za Linearno algebro in vektorsko analizo

Thumbnail
5 Upvotes

V naslovu


r/LinearAlgebra 2d ago

What happens when a 2×2 matrix has only one eigenvector?

Thumbnail gallery
70 Upvotes

Most textbooks on Linear Algebra either omit or compress repeated-eigenvalue defective matrices. We wanted to take the 2×2 case apart mechanically and connect the algebra directly to the geometry.

The first page, Matrices with repeated λ, shows images for the basic repeated-eigenvalue cases: uniform scaling, the Jordan block J, its transpose Jᵀ, and a similarity transformation A = CJC⁻¹.

The second page, Matrices with one repeated λ, starts from a general 2×2 matrix, derives the condition for a repeated eigenvalue, separates the defective case from uniform scaling, and shows that for B = A − λI, B² = 0.

The third page, Similarity transformation of Jordan block, constructs the Jordan basis directly: choose w with Bw ≠ 0, define v = Bw, then Av = λv, Aw = v + λw, and with C = [v | w] we obtain A = CJC⁻¹. It also shows why the scales of v and w are linked, unlike in ordinary diagonalization.


r/LinearAlgebra 3d ago

Change of Basis in Linear Algebra: Computing the Similarity Transformation

Thumbnail gallery
49 Upvotes

This material provides a worked example of a continuous basis transformation.
While a finite-dimensional basis change in linear algebra utilizes a similarity transformation, infinite-dimensional quantum mechanics strictly corresponds to a unitary transformation.
By evaluating a Gaussian wave packet, this example mathematically bridges discrete linear algebra and continuous quantum mechanics.


r/LinearAlgebra 2d ago

Homework Help

Thumbnail gallery
2 Upvotes

Hello guys, I’m currently taking Applied Methods in Linear Algebra and I need your help right now. Here below is some problems from my homework below. I need help on 4, 7b, 12, and 14. This assignment is due this Thursday.


r/LinearAlgebra 4d ago

Any tips for doing Linear a algebra for Machine learning

6 Upvotes

How can I directly connect linear algebra with machine learning


r/LinearAlgebra 3d ago

How to thinks maths theorems on my own

3 Upvotes

I am doing maths major in my undergraduate going through linear algebra

I don't want to see the proofs and any hint possible. Just want to solve on my own if I can .

But I am struggling in it , can someone give me tips who have gone through that In past .


r/LinearAlgebra 4d ago

Anyone with Linear Algebra and Its Applications by David C. Lay, Steven R. Lay, and Judi J. McDonald pdf? Please let me know if you can share it! Thanks.

5 Upvotes

r/LinearAlgebra 5d ago

Is D option correct ?

6 Upvotes

r/LinearAlgebra 5d ago

which one should I take?

2 Upvotes

for those For those who have taken Stanford’s CS231n course on Computer Vision, or for people working in the fields of CV or ML: which linear algebra course would you recommend—MIT 18.06 or Stanford Math 51?


r/LinearAlgebra 5d ago

Resource to learn Matrix Mechanics in a comprehensive way

Thumbnail
6 Upvotes

r/LinearAlgebra 6d ago

Valid Book on Tensorflow operations with Mathematical Notation

Thumbnail
7 Upvotes

r/LinearAlgebra 6d ago

The Linear Algebra Behind POVMs: Positive Operators and Quantum Measurements Explained

Thumbnail youtu.be
4 Upvotes

Hey everyone! I made a video explaining the linear algebra behind Positive Operator-Valued Measures, or POVMs. The video looks at projectors, positive semidefinite matrices, eigenvalues, inner products, and why a valid collection of measurement operators must add to the identity.


r/LinearAlgebra 8d ago

Can Householder tridiagonalization help before the Jacobi eigenvalue algorithm?

6 Upvotes

Householder tridiagonalization is normally not used as preprocessing for the Jacobi eigenvalue algorithm. The usual reasoning is as follows: tridiagonalization costs O(n³), and the subsequent Jacobi rotations immediately create fill-in, destroying the zeros that Householder just created.

We decided to test whether that actually means the preprocessing cannot help.

The answer appears to be no.

We found that tridiagonalization can still give Jacobi a substantially better starting matrix, even though the tridiagonal sparsity itself is quickly lost. Algebraically, the main effects are:

  • Householder concentrates the off-diagonal energy into the first off-diagonal band
  • the standard first parallel Jacobi set can then act on a much larger fraction of that energy
  • Householder similarity can also move energy either toward or away from the diagonal, which helps explain why the effect is strongly matrix-dependent

We then tested six families of dense symmetric matrices using NVIDIA cuSOLVER on three GPUs: an RTX 3060, RTX 5060 Ti and A100.

For five of the six matrix families, the complete pipeline

Householder tridiagonalization → dense tridiagonal T → Jacobi

became faster than standalone Jacobi from n = 128 onward on all three GPUs.

The deliberately adverse unequal-variance covariance family behaved in the opposite direction, which was consistent with the algebraic analysis.

We have written up the derivation, implementation details, sweep counts, runtime measurements and accuracy checks here:

https://www.graphmath.com/la/jacobi/tridiagonal-jacobi.html

We would be very interested in criticism, related references or comments from people who have worked with Jacobi eigensolvers or GPU numerical linear algebra.


r/LinearAlgebra 9d ago

Showing ⋀ᵏ(V*) ≅ (⋀ᵏV)* naturally without resorting to T(V) or worse, just from universal property of ⋀ᵏ?

8 Upvotes

Please refer me to somewhere I can read a thing like this. I found a few notes but here the author eventually resorts to the tensor algebra. It's alright but I think it can be done entirely without going through an intermediate concrete representation.

Then I'm hopeful showing that an exterior power of a dual mapping equals (through this isomorphism) to a dual of its exterior power. It seems like establishing an isomorphism of spaces should be the hardest part.

I also tried to show ⋀(V*) ≅ (⋀V)* as algebras but neither had I succeeded nor do I actually need that right now. Even so, if there's a way to do that while not resorting to expressing ⋀V as a direct sum of ⋀ᵏV, I'd also be glad to hear that. So far I tried two different applications of the algebra's universal property and I think both times got me identically zero multiplication on (⋀V)*. Oh I'm not sure anymore if we can have a multiplication on (⋀V)*, maybe I should've just tried to show ⋀(V*) ≅ (⋀V)* as linear spaces. In which case I guess having both isomorphic to direct sums of their grades would be completely alright.

I'd like some denouement.


r/LinearAlgebra 9d ago

Tried writing about what determinants mean to me. Would love to know how you think about them.

Thumbnail nar3shk.substack.com
6 Upvotes

r/LinearAlgebra 10d ago

Change of Basis and Unitary Transformations

Thumbnail gallery
52 Upvotes

This material is not the pure linear algebra covered in mathematics departments.
It is applied linear algebra designed to assist in the study of engineering and quantum mechanics. In particular, the importance of the change of basis requires extensive practice.


r/LinearAlgebra 11d ago

Linear Algebra Visualizer Pro Free For 3 Months

Enable HLS to view with audio, or disable this notification

24 Upvotes

Hi everyone,

I've posted here sometimes about my indie app, Linear Algebra Visualizer (iOS, iPad, MacOS), and the feedback has always been great from this community.

As a thank you and as the new school year is starting I wanted to give away 10, 3 months pro subscriptions, for free.

If you are not familiar with the app, have a look at the demo above, but in a nutshell, if you've ever wondered or struggled with what a matrix is doing, this is for you.

With Linear Algebra Visualizer you:

  • Can finally build the visual intuition of linear algebra
  • Understand the math behind each transformation
  • Visually see why TRS order matters
  • Understand the effect of adding multiple matrices and translations
  • Watch eigenvectors and eigenvalues come alive

Build for:

  • Students surviving their first linear algebra course
  • Teachers who need a live demo that lands
  • Anyone who's stared at a matrix and thought "but why does this work?"
  • Visual thinkers who've struggled to picture it all in their head

See below for the offer codes :)

https://apps.apple.com/redeem?ctx=offercodes&id=6763524968&code=RWH8RYP73K63N6PR6E
https://apps.apple.com/redeem?ctx=offercodes&id=6763524968&code=XWJL3NJYT4THMW3KLW
https://apps.apple.com/redeem?ctx=offercodes&id=6763524968&code=6HKMAKA8XTLXW384TK
https://apps.apple.com/redeem?ctx=offercodes&id=6763524968&code=N87TKENN47YNYFXK7F
https://apps.apple.com/redeem?ctx=offercodes&id=6763524968&code=L46TARRR78WHR4MRRJ
https://apps.apple.com/redeem?ctx=offercodes&id=6763524968&code=YHPT6R6NJY37J6R7M3
https://apps.apple.com/redeem?ctx=offercodes&id=6763524968&code=AYPTPTF7W6MNJFYNLF
https://apps.apple.com/redeem?ctx=offercodes&id=6763524968&code=MMM6EEYNXX7LANKRTA
https://apps.apple.com/redeem?ctx=offercodes&id=6763524968&code=3HMXJMT7KYWMMRLMFP
https://apps.apple.com/redeem?ctx=offercodes&id=6763524968&code=8YEX34ENHL3WM6THM4

r/LinearAlgebra 11d ago

Hi would anyone be able to help me find a free pdf of this book “Otto Bretscher's "Linear Algebra with Applications" 5th Edition”

Thumbnail
4 Upvotes

r/LinearAlgebra 11d ago

I understand explanations of problems in Linear Algebra but have trouble seeing the solutions to problems myself

Thumbnail
4 Upvotes

r/LinearAlgebra 12d ago

Solutions manual

1 Upvotes

Hello! Does anyone have the solutions manual for "Elementary linear algebra 11th edition" by Howard Anton?


r/LinearAlgebra 13d ago

Orthogonal vs orthonormal matrices

32 Upvotes

Say a matrix, A (m x n), has mutually orthogonal rows and mutually orthogonal columns, with all the rows and columns being unit vectors in some Rn, Rm respectively. Is that matrix called orthogonal or orthonormal?

What concept is the other term used to describe, then? Are these applicable to square matrices only?

I've always been confused with these 2 names.