Get the top HN stories in your inbox every day.
ekm2
anta40
Amusing title. And by skimming at the table of contents, guess that's how I learnt linear algebra many years ago as an undergrad student.
Guess I need to re-learn it again.
endymi0n
omg just had a look and this one is just everything I hate about mathematics and academia.
Starts with lots of random definitions, remarks, axioms and introducing new sign language while completely disregarding introducing what it‘s supposed to do, explain or help with.
All self-aggrandization by creating complexity, zero intuition and simplification. Isn‘t there anybody close to the Feynman of Linear Algebra?
bscphil
Yeah, a good example is on the second page of the first chapter:
> Remark. It is easy to prove that zero vector 0 is unique, and that given v ∈ V its additive inverse −v is also unique.
The is the first time the word "unique" is used in the text. Students are going to have no idea whether this is meant in some technical sense or just conventional English. One can imagine various meanings, but that doesn't substitute for real understanding.
This is actually why I feel that mathematical texts tend to be not rigorous enough, rather than too rigorous. On the surface the opposite is true - you complain, for instance, that the text jumps immediately into using technical language without any prior introduction or intuition building. My take is that intuition building doesn't need to replace or preface the use of formal precision, but that what is needed is to bridge concepts the student already understands and has intuition for to the new concept that the student is to learn.
In terms of intuition building, I think it's probably best to introduce vectors via talking about Euclidean space - which gives the student the possibility of using their physical intuitions. The student should build intuition for how and why vector space "axioms" hold by learning that fundamental operations like addition (which they already grasp) are being extended to vectors in Euclidean space. They already instinctively understand the axiomatic properties being introduced, it's just that the raw technical language being thrown at them fails to connect to any concept they already possess.
BoiledCabbage
> This is actually why I feel that mathematical texts tend to be not rigorous enough, rather than too rigorous.
The thing that mathematicians refuse to admit is that they are extremely sloppy with their notation, terminology and rigor. Especially in comparison to the average programmer.
They are conceptually/abstractly rigorous, but in "implementation" are incredibly sloppy. But they've been in that world so long they can't really see it / just expect it.
And if you debate with one long enough, they'll eventually concede and say something along the lines of "well math evolved being written on paper and conciseness was important so that took priority over those other concerns." And it leaks through into math instruction and general math text writing.
Programming is forced to be extremely rigorous at the implementation level simply because what is written must be executed. Now engineering abstraction is extremely conceptually sloppy and if it works it's often deemed "good enough". And math generally is the exact opposite. Even for a simple case, take the number of symbols that have context sensitive meanings and mathematicians. They will use them without declaring which context they are using, and a reader is simply supposed to infer correctly. It's actually somewhat funny because it's not at all how they see themselves.
newprint
> Remark. It is easy to prove that zero vector 0 is unique, and that given v ∈ V its additive inverse −v is also unique.
I'm sorry, this book is meant for the audience who can read and write proofs. Uniqueness proofs are staple of mathematics. If word "unique" throws you off, then this book is not meant for you.
Tazerenix
Mathematicians are well aware of complaints like these about introductions to their subjects, by the way.
It is for a reason that this book introduces the theory of abstract vector spaces and linear transformations, rather than relying on the crutch of intuition from Euclidean space. If you want to become a serious mathematician (and this is a book for such people, not for people looking for a gentle introduction to linear algebra for the purposes of applications) at some point it is necessary to rip the bandaid of unabstracted thinking off and engage seriously with abstraction as a tool.
It is an important and powerful skill to be presented with an abstract definition, only loosely related to concrete structures you have seen before, and work with it. In mathematics this begins with linear algebra, and then with abstract algebra, real analysis and topology, and eventually more advanced subjects like differential geometry.
It's difficult to explain to someone whose exposure to serious mathematics is mostly on the periphery that being exposed forcefully to this kind of thinking is a critical step to be able to make great leaps forward in the future. Brilliant developments of mathematics like, for example, the realisation that "space" is an intrinsic concept and geometry may be done without reference to an ambient Euclidean space begin with learning this kind of abstract thinking. It is easy to take for granted the fruits of this abstraction now, after the hard work has already been put in by others to develop it, and think that the best way to learn it is to return back to the concrete and avoid the abstract.
ravi-delia
Axler serves as an adequate first introduction to linear algebra (though it is intended to be a second, more formal, pass through. Think analysis vs calculus), but it isn't intended to be a first introduction to all of formal mathematics! A necessary prereq is understanding some formal language used in mathematics- what unique means is included in that.
Falling entirely back on physical intuition is fine for students who will use linear algebra only in physical contexts, but linear algebra is often a stepping stone towards more general abstract algebra. That's what Axler aims to help with, and with arbitrary (for instance) rings there isn't a nice spacial metaphor to help you. There you need to have developed the skill of looking at a definition and parsing out what an object is from that.
Galanwe
> This is actually why I feel that mathematical texts tend to be not rigorous enough, rather than too rigorous.
This is _precisely_ the opinion of Roger Godement, French mathematician and member of the Bourbaky group.
I would highly recommend his books on Algebra. They are absolutely uncompromising on precision and correctness, while also being intuitive and laying down all the logical foundations of their rigor.
Overall, I cannot recommend enough the books of the Bourbaky group (esp. Dieudonne & Godement). They are a work of art in the same sense that TAOCP is for computer science.
Ridj48dhsnsh
I absolutely agree about additional rigor and precision making math easier to learn. Only after you're familiar with the concepts can you be more lazy.
That's the approach taken by my favorite math book:
https://people.math.harvard.edu/~shlomo/docs/Advanced_Calcul...
seanhunter
> This is actually why I feel that mathematical texts tend to be not rigorous enough, rather than too rigorous. On the surface the opposite is true - you complain, for instance, that the text jumps immediately into using technical language without any prior introduction or intuition building. My take is that intuition building doesn't need to replace or preface the use of formal precision, but that what is needed is to bridge concepts the student already understands and has intuition for to the new concept that the student is to learn.
If you read the book in the original post you may find it's absolutely for you.
Axler assumes you know only the real numbers, then starts by introducing the commutative and associative properties and the additive and multiplicative identity of the complex numbers[1]. Then he introduces fields and shows that, hey look we have already proved that the real and complex numbers are fields because we've established exactly the properties required. Then he goes on to multidimensional fields and proves the same properties (commutativity and associativity and identities) in F^n where F is any arbitrary field, so could be either the real or the complex numbers.
Then he moves onto vectors and then onto linear maps. It's literally chapter 3 before you see [ ] notation or anything that looks like a matrix, and he introduces the concept of matrices formally in terms of the concepts he has built up piece by piece before.
Axler really does a great job (imo) of this kind of bridge building, and it is absolutely rigorous each step of the way. As an example, he (famously) doesn't introduce determinants until the last chapter because he feels they are counterintuitive for most people and you need most of the foundation of linear algebra to understand them properly. So he builds up all of linear algebra fully rigorously without determinants first and then introduces them at the end.
[1] eg he proves that there is only one zero and one "one" such that A = 1*A and A = 0 + A.
seanhunter
A lot of people think Gil Strang was that. Certainly his 18.06SC lecture series is fabulous.[1]
I really like Sheldon Axler and he has made a series of short videos to accompany the book that I think are wonderful. Very clear and easy to understand, but with a little bit more of the intuition behind the proofs etc.
[1] https://youtube.com/playlist?list=PL221E2BBF13BECF6C&si=G2Xq... and https://ocw.mit.edu/courses/18-06sc-linear-algebra-fall-2011...
[2] https://linear.axler.net is his website for the book https://linear.axler.net/LADRvideos.html Is the videos directly although he says the update to the videos to correspond with edition 4 is going to happen 23 Dec.
aidos
3Blue1Browns Essence of Linear Algebra is my go to
https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2x...
Grimblewald
I think this followed or accompanied by axler is the way to go
isaacfung
This, betterexplained, ritvikmath, SeeingTheory will give you a very solid math background(I think they are better than 90% of the intro math classes in colleges).
resource0x
> Isn‘t there anybody close to the Feynman of Linear Algebra?
No. The subject is too young (the first book dedicated to Linear Algebra was written in 1942). Since then, there have been at least 3 generations of textbooks (the first one was all about matrices and determinants). That was boring. Each subsequent iteration is worse.
What is dual space? What motivates the definition? How useful is the concept? After watching no less than 10 lectures on the subject on youtube, I'm more confused than ever.
Why should I care about different forms of matrix decomposition? What do they buy me? (It turns out, some of them are useful in computer algebra, but the math textbook is mum about it)
My overall impression is: the subject is not well understood. Give it another 100 years. :-)
Koshkin
> No
Gilbert Strang (already mentioned by fellow commenters).
> The subject is too young
"The first modern and more precise definition of a vector space was introduced by Peano in 1888; by 1900, a theory of linear transformations of finite-dimensional vector spaces had emerged." (from Wikipedia)
ravi-delia
What? Linear Algebra is easily one of the best understood fields of mathematics. Maybe elementary number theory has it beat, but the concepts that drive useful higher level number theory aren't nearly so clear or direct as those driving linear algebra. It's used as a lingua franca between all sorts of different subjects because mathematicians of all stripes share an understanding of what it's about.
From what you said there, it seems like you tried to approach linear algebra from nearly random directions- and often from the end rather than the beginning. If you're in it for the computation, Axler definitely isn't for you. There are texts specifically on numeric programming- they'll jump straight to the real world use. If you want to understand it from a pure math perspective, I'd recommend taking a step back and tackle a textbook of your choosing in order. The definition of a dual space makes a lot more sense once you have a vector space down.
rq1
Why should it buy you something is the real question.
You don't need to understand it the way the "initial" author thought about it, should that person had given it more thoughts...
History of maths is really interesting but it's not to be confused with math.
Concepts are not useful as you think about them in economic opportunity case. Think about them as "did you notice that property" and then you start doing math, by playing with these concepts.
Otherwise you'll be tied to someones way of thinking instead of hacking into it.
ndriscoll
> Why should I care about different forms of matrix decomposition? What do they buy me?
A natural line of questioning to go down once you're acquainted with linear maps/matrices is "which functions are linear"/"what sorts of things are linear functions capable of doing?"
It's easy to show dot products are linear, and not too hard to show (in finite dimensions) that all linear functions that output a scalar are dot products. And these things form a vector space themselves, the "dual space" (because each element is a dot-product mirror of some vector from the original space). So linear functions from F^n -> F^1 are easy enough to understand.
What about F^n -> F^m? There's rotations, scaling, projections, permutations of the basis, etc. What else is possible?
A structure/decomposition theorem tells you what is possible. For example, the Jordan Canonical Form tells you that with the right choice of basis (i.e. coordinates), matrices all look like a group of independent "blocks" of fairly simple upper triangle matrices that operate on their own subspaces. Polar decomposition says that just like complex numbers can be written in polar form re^it, where multiplication scales by r and rotates by t, so can linear maps be written as a higher dimensional multiplication/scaling and orthogonal transformation/"rotation". The SVD says that given the correct choice of basis for the source and image, linear maps all look like multiplication on independent subspaces. The coordinate change for SVD is orthogonal, so another interpretation is that roughly speaking, SVD says all linear maps are a rotation, scaling, and another rotation. The singular vectors tell you how space rotates and the singular values tell you how it stretches.
So the name of the game becomes to figure out how to pick good coordinates and track coordinate changes, and once you do this, linear maps become relatively easy to understand.
Dual spaces come up as a technical thing when solving PDEs for example. You look for "distributional" solutions, which are dual vectors (considering some vector space of functions). In that context people talk about "integrating a distribution with test functions", which is the same thing as saying distributions are dot products (integration defines a dot product) aka dual vectors. There's some technical difficulties here though because now space is infinite dimensional, and not all dual vectors are dot products, e.g. the Dirac delta distribution delta(f) = f(0) can't be written as a dot product <g,f> for any g, but it is a limit of dot products (e.g. with taller/thinner gaussians). One might ask whether all dual vectors are limits of dot products and whether all limits of dual vectors are dual vectors (as limits are important when solving differential equations). The dual space concept helps you phrase your questions.
They also come up a lot in differential geometry. The fundamental theorem of calculus/Stokes theorem more-or-less says that differentiation is the adjoint/dual to the map that sends a space to its boundary. I don't know off the top of my head of more "elementary" examples. It's been like 10 years since I've thought about "real" engineering, but roughly speaking, dual vectors model measurements of linear systems, so one might be interested in studying the space of possible systems (which, as in the previous paragraph, might satisfy some linear differential equations). My understanding is that quantum physics uses a dual space as the state space and the second dual as the space of measurements, which again seems like a fairly technical point that you get into with infinite dimensions.
Note that there's another factoring theorem called the first isomorphism theorem that applies to a variety of structures (e.g. sets, vector spaces, groups, rings, modules) that says that structure-preserving functions can be factored into a quotient (a sort of projection) followed by an isomorphism followed by an injection. The quotient and injection are boring; they just collapse your kernel to zero without changing anything else, and embed your image into a larger space. So the interesting things to study to "understand" linear maps are isomorphisms, i.e. invertible (square) matrices. Another way to say this is that every rectangular matrix has a square matrix at its heart that's the real meat.
mananaysiempre
The thing is, you can teach linear algebra as a gateway to engineering applications or as a gateway to abstract algebra. The second one will require a hell of a lot more conceptual baggage than the first one. It’s also what the book is geared towards.
It is also intended for people who know something about the trade; it isn’t “baby’s first book on maths”. (Why can you graduate high school, do something labelled “maths” for a decade, and still be below the “baby’s first” level, incapable of reading basically any professional text on the subject from the last century? I don’t know. It’s a failure of our society. And I don’t even insist on maths being taught—but if they don’t teach maths, at least they could have the decency to call their stupid two-hundred-year-old zombie something else.)
That conceptual baggage is not useless even in the applied context. For example, I know of no way to explain the Jordan normal form in 19th-century “columns or numbers” style preferred by texts targeted at programmers. (Not point at, not demonstrate, not handwave, explain—make it obvious and inevitable why such a thing must exist.) Or the singular value decomposition, to take a slightly simpler example. (Again, explain. You task, should you choose to accept it, is to see a pretty picture behind it.) And so on.
Again, you can certainly live without understanding any of that. (To some extent. You’ll have a much harder time understanding the motivation behind PageRank then, say. And ordinary differential equations, classical mechanics, or even just multivariable calculus will look much more mysterious than they actually are.) But in that case you need a different book and a different teacher.
nabla9
Just because it's not for you does not mean it's not good.
Some people have the intuition grasp mathematical concepts more easily than others. Some people don't see it and need to be motivated.
gadrev
Gilbert Strang's course on Linear Algebra. Playlist: https://www.youtube.com/playlist?list=PL49CF3715CB9EF31D
Not as big in scope, though, but great introduction.
penguin_booze
I strongly echo the sentiment. I had a look at the book earlier and thought 'this is not the way to do anything, let alone linear algebra'.
He may not be Feynmann, but I'd recommend Pavel's Linear Algebra series: https://www.youtube.com/watch?v=Fnfh8jNqBlg&list=PLlXfTHzgMR.... He does a lot of time developing intuition in the early hours.
mike986
I have surveyed every LA books out there and a lot of amazons reviews claimed axler’s book is the best LA book.
It might be for case for printed books for sale. But I stumbled upon Terrance Tao’s pdf LA lecture slides on his website and it is so much better than all the books I’ve surveyed.
The writing is super clear and everything is built from the first principles.
(BTW terry’s real analysis book did the same for me. Much more clear and easy to follow than the classics out there)
abdullahkhalids
I believe these are notes that you are referring to
https://terrytao.files.wordpress.com/2016/12/linear-algebra-...
havercosine
These notes are excellent. One good thing is how often Terence Tao gives real life examples and analogies, contrary to what one may expect from a fields medal winner. From utilitarian perspective, reading Axler's book looks like comically bad use of one's time.
pstuart
Thanks!
laichzeit0
Tao's notes seem to be based on the book Linear Algebra by Friedberg, Insel and Spence. I found it to be one of the best books on Linear Algebra, better than even Hoffman/Kunze. The proofs are extremely clear, it has examples like PageRank, Markov Chains, PCA and the solutions to just about every exercise is available on Quizlet.
JadeNB
Because the poor guy contributes so much to math and math exposition and yet has his name misspelled everywhere, I'll mention that it's Terence, not Terrance.
ykonstant
The Tao that can be spelled is not the true Tao.
zeroonetwothree
I'm not sure that Axler's book is great as a first LA book. I would go with something more traditional like Strang.
Although I really didn't feel like I "got" LA until I learned algebra (via Artin). By itself LA feels very "cookbook-y", like just a random set of unrelated things. Whereas in the context of algebra it really makes a lot more sense.
mohamez
>I'm not sure that Axler's book is great as a first LA book.
Linear Algebra Done Right is a text for beginners who want to study linear algebra in a proof based, mathematically rigorous way.
So, if you want that I think it's a good fit as a first linear algebra book.
ayhanfuat
From "Preface to Students":
> You are probably about to begin your second exposure to linear algebra. Unlike your first brush with the subject, which probably emphasized Euclidean spaces and matrices, this encounter will focus on abstract vector spaces and linear maps. These terms will be defined later, so don’t worry if you do not know what they mean. This book starts from the beginning of the subject, assuming no knowledge of linear algebra. The key point is that you are about to immerse yourself in serious mathematics, with an emphasis on attaining a deep understanding of the definitions, theorems, and proofs.
It is definitely a hard text if you haven't had exposure to linear algebra before.
SAI_Peregrinus
Have you seen Macdonald's "Linear and Geometric Algebra"? I found it a much nicer introduction to the subject.
ajkjk
My weekly chance to gripe: unfortunately nobody who writes about GA seems to be bothered by the fact that the geometric product is basically meaningless (outside of a couple of specific examples, complex numbers and quaternions).
If they would just write only about the wedge product and omit the geometric product entirely, it would actually be a great book.
agos
Those two are pretty big as far as specific examples go, definitely worth writing about
agumonkey
talking about amazon, someone suggested me to get gareth williams linear algebra with applications (5 bucks on ebay)
it's a good applied primer, not big on concepts, more about the mechanics, and it unlocked a lot of things in my head because dry textbook morphisms definitions sent me against imaginary walls faster than c
mohamez
Linear Algebra Done Right is a good book for people who want to study the subject of linear algebra in a proof based, mathematically rigorous way.
Here [1] you can find Sheldon Axler himself explaining the topics of the book in his YouTube channel! How wonderful is that!
Here [2] you can find the solutions to the exercises in the book.
[1] https://www.youtube.com/playlist?list=PLGAnmvB9m7zOBVCZBUUmS...
harry8
> Here [2] you can find the solutions to the exercises in the book.
>
>[2] http://linearalgebras.com/
I have trouble with believing an author has the students' interests at heart when the answers to solutions are not /in/ the book. Why on earth not? It makes no sense from any student perspective.
I know it's common in textbooks to not even have them available at all. Any ideas why these are the norm not putting them where they clearly belong? It just seems so hostile.
layer8
It’s too easy to just look up the solution instead of being forced to think hard about the problem. This is training for when you’ll later encounter problems outside of textbooks where you’ll have no choice but to solve them on your own. And you’re supposed to have teaching assistants or similar available when you really remain stuck.
Herbstluft
I care not for this explanation and opinion. If someone is unable to work on practice problems without just looking up the solutions that is really their problem, not mine.
> And you’re supposed to have teaching assistants or similar available when you really remain stuck.
That just translates to giving the middle finger to self learners.
I have not yet seen a decent explanation for withholding sample solutions/explanations. It usually just boils down to "I want this to be only for university professors to give homework from and I am of the opinion that university students lack the minimal discipline to work on problems in their own"
harry8
Yeah sorry that's just total and utter BS. No sale.
I am an adult. >99% of students of university subjects are adults. Even assuming your premise totally, anyone so incredibly stupid they can't have it explained in the text when is the right time to use the solutions is too stupid to learn from the text. Axler puts them on a website that is less than 30 seconds away.
"No choice..." Describes what proportion of texbook sales?
fiforpg
About avoiding determinants to the degree that this book does: while I agree it makes sense to delay introducing them, the goal should not be avoidance but clarity. The way author has to bend himself backwards here when dealing with eigenvalues isn't great either.
I would recommend Strang for a healthy balance in handling determinants.
noqc
Axler is pathological in his avoidance of determinants. I've heard (third hand) that he once pulled aside some fields medalist into a classroom after a talk and asked them "Do you like determinants?" I imagine him drawing the curtains and sweeping for bugs first.
I attended a (remote) seminar where he was talking about this book, and this seems more or less accurate. Mathematicians are a weird lot.
The response that he received in the story was "I feel about them the same way I feel about tomatoes. I like to eat them, but other than that, no, I don't like them."
jjoonathan
I read Strang and then Axler. Strang is great at numerics but weak at presenting the abstract picture. I feel like if I had taken, say, finite elements (or any other subject where it's important to take the abstract / infinite dimensional picture seriously before reducing to finite dimensions) right after Strang without reading LADR then I'd have been seriously underprepared.
fiforpg
You have a point in that to understand any particular subject well, it makes sense to read more than one book on it, at least to compare the different perspectives.
Also worth noting that Strang has a couple of similar linear algebra books, so we might not even be discussing the same text.
jjoonathan
That's entirely possible, but in the context of introductory books I think it's fair to assume & limit scope to Strang's "Introduction to Linear Algebra" and Axler's "Linear Algebra Done Right."
I am an applications-oriented person and my inclination was to go directly from a matrix/determinant heavy picture into applications. Strang['s intro text] only. I am extremely glad that someone intercepted me and made me get some practice with abstract vector spaces, operators, and inner product spaces first, using Axler. This practice bailed me out and differentiated me from peers on a number of occasions, so I want to pass down the recommendation.
nerdponx
FWIW I think this is the benefit of Strang. If you're in science or engineering or statistics, often you don't need the general picture, and IMO too much generality gets in the way of understanding. Start with a good understanding of the most important cases that appear in applied work, and drill them until you're fluent with them. Then generalizing will be easier.
CamperBob2
Honestly, I think Strang is overrated. Yeah, I know, on HN that's like criticizing Lisp or advocating homebrew cryptography or disagreeing that trains fix everything. But still.
I bought his 6th ed. Introduction to Linear Algebra textbook, and he doesn't get more than two pages into the preface before digressing into an unjustified ramble about something called "column spaces" that appears in no other reference I've seen. (And no, boldfacing every second phrase in a math book just clutters the text, it doesn't justify or explain anything.) Leafing through the first few chapters, it doesn't seem to get any better.
The lecture notes by Terence Tao that someone else mentioned look excellent, in comparison.
nerdponx
I definitely covered the column space and row space in my undergrad LA class, long before I had ever heard of Strang.
An exceptional minority of people has the ability to learn linear algebra in its full abstract generality as their first treatment of the material, and come away with something resembling an understanding.
The rest of us dopey oafs must develop intuition carefully from specific concrete examples that extend gradually from algebra and geometry that we are familiar with already. Those of us in this sad deficient category must be led painstakingly over several weeks of course material to even the basic idea that a matrix is just a particular representation and special case of something called a linear transformation.
If you are one of the former type, you are blessed, but it's unfair to sneer at the latter, and it will only do your students a disservice.
noqc
In my experience, it's a little bit easier for new students to understand that the image of a matrix is the span of its columns, hence column space.
CamperBob2
Perhaps, but that's about as useful as pointing out that monads are a monoid in the category of endofunctors. What's the "image of a matrix?" Coming at LA from a 3D graphics background, I've never heard that term before. And what does the "span of its columns" mean?
To me, each column represents a different dimension of the basis vector space, so the notion that X, Y, and Z might form independent "column spaces" of their own is unintuitive at best.
These are all questions that can be Googled, of course, but in the context of a coherent, progressive pedagogical approach, they shouldn't need to be asked. And they certainly don't belong in the first chapter of any introductory linear algebra text, much less the preface.
ayhanfuat
His lectures are great but I definitely agree about the book. It reads like one of the TAs transcribed the lectures and added some exercises to the end.
j7ake
I can guarantee you chatgpt can explain column and row spaces to you, suggesting that it is part of the common lexicon in linear algebra.
CamperBob2
I'm not saying they don't belong in the book. I'm saying, evidently poorly, that they don't belong in the first chapter.
Strang has a bit of a "Next, draw the rest of the fucking owl" vibe going on. It wasn't what I'd been led to expect from the reviews.
Joker_vD
In most of the LA courses determinants just... feel almost completely unmotivated, their definition just "comes down from the heavens in all its mysterious glory", and wow, how convenient that those things have all those nice properties!.. although they don't seem to actually be used for much unless your LA course actually contains elements of elimination theory which most of them don't, for some reason (even though it would seem to be quite a useful part of mathematical knowledge but apparently not).
senderista
Also, if you prefer an abstract approach, the determinant is just the nth exterior power of a linear transformation :) No need to introduce a basis at all, at least in principle.
__rito__
This book is Open Access and you can download it from this link [0].
[0]: https://link.springer.com/content/pdf/10.1007/978-3-031-4102...
Alifatisk
Amazing!
gmiller123456
It's not at all obvious from the headline, but the news is that the book is FREE, you can download the PDF from the first link.
threatofrain
Note that Axler intended this book to be the second reading of Linear Algebra after you've already taken a first course, but it is doable for a first reading.
If you want to be crazy you can also check out A (Terse) Introduction to Linear Algebra by Katznelson & Katznelson.
tptacek
I did undergrad linear algebra with my daughter last semester, and Strang and Axler were a good one-two punch, Strang for the computation, Axler for the proofs homework.
qbit42
Yeah, my math class followed Axler, which was great - but I didn't really get a feel for how useful linear algebra was until I read through Strang on my own. The applications are endless!
naijaboiler
>>The applications are endless!
Pretty much all of grad level engineering classes, all of grad level Stats classes, all of grad level Econ classes include applications of LA. Heck quantitative research work in social sciences are still included via stats.
selimthegrim
When I taught linear algebra I used Strang and a book from the UK by Morris that seems to be out of print these days.
basedbertram
So did you read through Strang and then read Axler, or did you try to work through both of them at the same time?
tptacek
Same time. I'd taught myself linear algebra from the Strang lectures (and a Slack study group we set up with some random university's syllabus, which gave us a set of homework problems to do) long before this, so mostly I just matched the professor's lectures to the Strang material, and dipped in and out of Axler when proof and conceptual stuff came up; it's not like we did Axler cover to cover.
Before doing this, I'd only ever sort of skimmed Axler; it's sort of not the linear algebra you care about for cryptography, and up until the spectral theorem stuff that's exactly what Strang was. It was neat to get an appreciation for Axler this was.
uoaei
Dang, I remember everyone not enjoying linear algebra class with Katznelson in undergrad. I did ok but it felt like way more focus on things like row elimination algorithms than why any of it works. It wasn't until I worked with a PhD geometer that any of it made sense and they largely cribbed from Linear Algebra Done Right. Hopefully the book is better than a class aimed at a generic mix of STEM undergrads.
undefined
tripdout
Wow, we used this textbook (albeit alongside a more beginner focused one) in first year undergrad Computer Science.
anta40
What's your recommendation material for first course? Strang, perhaps?
I used Howard Anton's.
mayd
I would definitely choose Strang to begin learning Linear Algebra. He develops the geometric intuition you need for applying it in other subjects such as Calculus or Statistics or Physics. Linear Algebra is not just Abstract Algebra, at least for most of us, including most mathematicians. After Strang, or even alongside him, if you want more rigour then you would benefit from a text like that of Anton, or Friedberg, or Curtis or, God forbid, Axler.
FYI I bought Axler's book (3rd edition).
nextos
I dislike the typesetting changes that came after the second edition.
It was a really elegant book, reminiscent of other classic Springer Undergraduate Mathematics Series tomes.
Lots of distracting color, highlighting, and boxes were added, which IMHO make the book less clear.
Obviously, the content is still great.
fiforpg
Yep. Huge kudos to the author for making it available, but the PDF does feel sloppy with all the bright colors and images. In science textbooks, less is more.
Compare this to the very latest edition of Stewart's calculus, which now uses even more pastel, subdued colors for diagrams.
nextos
Exactly, a calm black and white design does not need to be unfriendly.
Hubbard & Hubbard or MacKay are two examples of beginner-friendly books with great typesetting.
blt
with the power of `tcolorbox` comes great responsibility.
some_math_guy
Like basically everybody else I teach out of this book, and I'm happy to see a new edition. I'm curious what's changed/added -- I already am unable to get through the whole thing in a semester.
At our school students take a computational linear algebra course first (with a lot of row reduction). So I am slowed down a bit by constantly trying to help the students see that the material is really the same thing both times through. I do wish there were a little more of that in Axler.
blovescoffee
I've studied from this book. Since you're teaching out of it, I'm curious if you've read/have an opinion on Strang's books. I love his lectures :)
some_math_guy
Sure, I am very familiar with them -- I actually TAed 18.06 for Strang once upon a time. They're great books too. Which is better is mostly a question of what point of view you're after -- if you want to actually calculate anything, Axler's book is not going to help you, but if you want a more conceptual view of the subject it's best place. If you're really serious about learning linear algebra, you probably want to read both, first Strang, then Axler.
blovescoffee
That's awesome. I bet TAing for Strang was a great experience. Now I'm curious if you have any recommendations for "actually calculating something"
photochemsyn
This is linear algebra for undergraduate math majors, but if you just want an basic understanding of the topic with a focus on computational applications, Poole's "Linear Algebra: A Modern Introduction" is probably more suitable as it's heavy on applications, such as Markov chains, error-correcting codes, spatiel orientation in robotics, GPS calculations, etc.
https://www.physicsforums.com/threads/linear-algebra-a-moder...
imjonse
From the preface. "You cannot read mathematics the way you read a novel. If you zip through a page in less than an hour, you are probably going too fast." Sadly, he's probably right.
mohamez
Tips on Reading Mathematics[1]:
- Be an active reader. Open to the page you need to read, get out some paper and a pencil.
- If notation is defined, make sure you know what it means. Your pencil and paper should come in handy here.
- Look up the definitions of all words that you do not understand.
- Read the statement of the theorem, corollary, lemma, or example. Can you work through the details of the proof by yourself? Try. Even if it feels like you are making no progress, you are gaining a better understanding of what you need to do.
- Once you truly understand the statement of what is to be proven, you may still have trouble reading the proof—even someone’s well-written, clear, concise proof. Try to get the overall idea of what the author is doing, and then try (again) to prove it yourself.
- If a theorem is quoted in a proof and you don’t know what it is, look it up. Check that the hypotheses apply, and that the conclusion is what the author claims it is.
- Don’t expect to go quickly. You need to get the overall idea as well as the details. This takes time.
- If you are reading a fairly long proof, try doing it in bits.
- If you can’t figure out what the author is doing, try to (if appropriate) choose a more specific case and work through the argument for that specific case.
- Draw a picture, if appropriate.
- If you really can’t get it, do what comes naturally—put the book down and come back to it later.
- You might want to take this time to read similar proofs or some examples.
- After reading a theorem, see if you can restate it. Make sure you know what the theorem says, what it applies to, and what it does not apply to.
- After you read the proof, try to outline the technique and main idea the author used. Try to explain it to a willing listener. If you can’t do this without looking back at the proof, you probably didn’t fully understand the proof. Read it again.
- Can you prove anything else using a similar proof? Does the proof remind you of something else? -
- What are the limits of this proof? This theorem?
- If your teacher is following a book, read over the proofs before you go to class. You’ll be glad you did.
[1] Reading, Writing, and Proving: A Closer Look at Mathematics By Ulrich Daepp and Pamela Gorkin.
reader5000
I think in the modern era a very good piece of advice, particularly for those of us without gorilla-like stamina to comb through a math text, is to go on your favorite video website and watch through multiple videos on the topic.
zeroonetwothree
Meh, there's different goals you could have. I actually find it enjoyable to read math more quickly (almost like a novel) which gives you a good sense of a lot of the higher-level themes and ideas. Then if it's interesting I might spend more time on it.
mohamez
He is talking about reading it after you decided that it is interesting.
MrBlueIncognito
I don’t know if it’s just me, but I’m terribly lost in the search for the right texts. Every time I come across a new book/resource, it compounds the confusion. I find myself incapable of sitting down with a book and working through it without switching to another book in-between. I’d be really happy to hear if anyone has found a solution to this unproductive but sticky habit.
Get the top HN stories in your inbox every day.
This is good as a second course on Linear Algebra.For a first course,use (I am not kidding) Linear Algebra Done Wrong by Sergei Treil
https://www.math.brown.edu/streil/papers/LADW/LADW.html