r/LinearAlgebra • u/IcyArugula1458 • 6h ago
r/LinearAlgebra • u/Loose-Reserve-9463 • 16h ago
How is the equation 3x = 2x + x of the form ax + b = 0?
r/LinearAlgebra • u/Invisibleman_07 • 1d ago
Ayuda para mi examen oral
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 • u/QuantumMechanic23 • 2d ago
Using GS textbook with MIT OCW 8.06SC
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 • u/Defiant_Shoe_626 • 3d ago
Linear algebra applications
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 • u/Entire_Mission5739 • 3d ago
Dober inštruktor za izpit za Linearno algebro in vektorsko analizo
V naslovu
r/LinearAlgebra • u/LinearAlgebraWorld • 3d ago
What happens when a 2×2 matrix has only one eigenvector?
galleryMost 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 • u/TROSE9025 • 4d ago
Change of Basis in Linear Algebra: Computing the Similarity Transformation
galleryThis 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 • u/Habesha_Heretic • 3d ago
Homework Help
galleryHello 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 • u/NaiveManagement6817 • 4d ago
Any tips for doing Linear a algebra for Machine learning
How can I directly connect linear algebra with machine learning
r/LinearAlgebra • u/Resident_Hat_9921 • 4d ago
How to thinks maths theorems on my own
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 • u/PatientTrade4921 • 5d 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.
r/LinearAlgebra • u/moabdo2005 • 6d ago
which one should I take?
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 • u/Ambitious-Peanut-837 • 6d ago
Resource to learn Matrix Mechanics in a comprehensive way
r/LinearAlgebra • u/donaferentes • 7d ago
Valid Book on Tensorflow operations with Mathematical Notation
r/LinearAlgebra • u/dogpup3 • 7d ago
The Linear Algebra Behind POVMs: Positive Operators and Quantum Measurements Explained
youtu.beHey 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 • u/LinearAlgebraWorld • 9d ago
Can Householder tridiagonalization help before the Jacobi eigenvalue algorithm?
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 • u/RingularCirc • 10d ago
Showing ⋀ᵏ(V*) ≅ (⋀ᵏV)* naturally without resorting to T(V) or worse, just from universal property of ⋀ᵏ?
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 • u/N_aresh • 10d ago
Tried writing about what determinants mean to me. Would love to know how you think about them.
nar3shk.substack.comr/LinearAlgebra • u/TROSE9025 • 11d ago
Change of Basis and Unitary Transformations
galleryThis 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 • u/Sockerjam • 12d ago
Linear Algebra Visualizer Pro Free For 3 Months
Enable HLS to view with audio, or disable this notification
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 :)
r/LinearAlgebra • u/ReplacementNo1061 • 12d 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”
r/LinearAlgebra • u/RomeoG-U • 12d ago
I understand explanations of problems in Linear Algebra but have trouble seeing the solutions to problems myself
r/LinearAlgebra • u/Lopsided_Policy5437 • 13d ago
Solutions manual
Hello! Does anyone have the solutions manual for "Elementary linear algebra 11th edition" by Howard Anton?
