Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

There must be a good ELI5 intro to linear algebra out there that doesn’t assume a ton of background but…

I agree with other comments that linear algebra has limited relevance to learning programming. Your experience with Emacs gives you a far bigger leg up than mastering linear algebra would.



IMHO, programming (the practice) itself doesn't require math.

Problems you solve with programming may or may not require math: the math requirements come from the specific problems.

Every time I've used heavy math in programming, I've figured out the math for the problem in isolation, then programmed that solution.


> IMHO, programming (the practice) itself doesn't require math.

Strictly that is incorrect, but I get what you mean and agree with the point you’re communicating. I suspect it’s largely due to the rather dysfunctional way mathematics is taught in America.

Writing C for example requires knowledge of order of operations, inequalities, boolean arithmetic, and something very much like mathematical induction if you want your loops to terminate. Most programmers with the math optional mindset just don’t think of all the math they’re doing as math. For me the realization was empowering since once I realized I really was using a lot of math it inspired me to start filling gaps in my knowledge.

Edit: This looks interesting: https://pimbook.org/


> order of operations, inequalities, boolean arithmetic, and something very much like mathematical induction if you want your loops to terminate

To a first approximation, this is a substantially more limited set of concepts than even low-grade math.

Iterating counters and loops is the most "general" math I've used on most problems, and for...each or equivalent auto-bounding functions over sized collections removes that.

Can you write a 3D engine without math? No. Can you write a DB engine without math? No. Can you write a general web app without math? Probably.

Point being: if your goal is to put food on the table by programming, a 2-year study plan worth of advanced math is better invested learning elsewhere.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: