Earlier quoted context omitted.
Depends what your goal is. I cant imagine anything worse than High School style teaching of mathematics. Its awful. That repetitive calculation, entirely unnecessary for almost any real world situation. Almost every time you are doing repetitive calculation what you should have been taught was a second or third conceptualisation of whatever maths you are looking at. So linear algebra I was only ever taught numericall…
I disagree about the repetitive calculation being "entirely unnecessary". Background: I (probably like many here) excelled at high school and undergraduate mathematics. I have a graduate degree in a heavily mathematics-focused branch of engineering (digital signal processing) and much of my work involves applying that math at a conceptual level. I'm currently tutoring an adult I'm close to who is approximately at GP'…
Ask HN: How to self-learn math?
151–160 of 215 posts
Re: Ask HN: How to self-learn math?
#152I have just the book for you: the essentials of high school math for adults: http://www.lulu.com/shop/ivan-savov/no-bullshit-guide-to-mat... If you like this one, you can followup with the MATH&PHYS book which covers mechanics (PHYS101) and calculus. And if you like that one, you can follow up with the liner algebra book. All along the way, I recommend you try solving exercises and problems using pen and paper. Ideal…
Re: Ask HN: How to self-learn math?
#153Ok, I'll take a crack at this: Up to high-school level: 1. Precalculus: Precalculus: A Prelude to Calculus - Axler 2. Calculus: The Calculus Tutoring Book - Ash. College: 3. Preparation for Collegel-level maths: 3a. General prep for high level maths: How to Study as a Mathematics Major - Alcock 3b. Proof writing: How to Prove It - A Structured Approach - Velleman OR Book of Proof (2nd ed) - Hammack (it's free!) 4. Ma…
Re: Ask HN: How to self-learn math?
#154Earlier quoted context omitted.
I'm not so sure. I use Sympy, Matplotlib, Numpy, etc. even when I am just exploring, and have little idea what I want to achieve. I do use and recommend http://desmos.com , which is proprietary (but pretty limited and easily translated to Python). It doesn't lock features behind a paywall like Wolfram Alpha.
I was just guessing from OPs post saying that they don't even have basic highschool math knowledge, from which I would assume that translating mathematical concepts into concepts in Python would probably create more difficulties than necessary, whereas in Alpha you can just dump an equation and then get an interpretation. Matplotlib in particular is kind of an expert interface for a library, at least when I last chec…
For example:
Quadratic through 3 points (drag the points around): https://www.desmos.com/calculator/tf1f80zgug
Pythagoras's Theorem (drag the sliders): https://www.desmos.com/calculator/dbjxbeuzk7
Why shearing preserves area (drag the slider): https://www.desmos.com/calculator/1vykaqf7je
Re: Ask HN: How to self-learn math?
#155Re: Ask HN: How to self-learn math?
#156Earlier quoted context omitted.
I disagree about the repetitive calculation being "entirely unnecessary". Background: I (probably like many here) excelled at high school and undergraduate mathematics. I have a graduate degree in a heavily mathematics-focused branch of engineering (digital signal processing) and much of my work involves applying that math at a conceptual level. I'm currently tutoring an adult I'm close to who is approximately at GP'…
One of the earliest memories I have of really enjoying math was a unit on modular arithmatic from my 6th grade math class. The teacher introduced the concept with a hands of a clock metaphor, gave us a whole bunch of drill problems, and told us to watch for patterns. We had an easel in the class room where he collected the insights students had gained. Discovering the relationship with remainders by ourselves was inc…
Now, of course, I use mathematical insight to speed up processes occupationally; I guess that experience stuck with me.
Re: Ask HN: How to self-learn math?
#157The simplest approach I think would be to start with Khan Academy. Well spoken clear and concise. You can go from a Highschool level towards subjects from first year university. Once there, it should be easier to self teach from books.
Re: Ask HN: How to self-learn math?
#158>My current proficiency level is pre-high school mathematics as I didn't pay much attention in high school, learning effectively nothing. Advice from someone who was in the same position: Take a class. Multiple classes. Go sign up for a Mathematics AS at your nearest community college right now. You will never know enough of what you don't know to learn this stuff on your own. A lot of it is just doing the painful re…
Re: Ask HN: How to self-learn math?
#159Earlier quoted context omitted.
Depends what your goal is. I cant imagine anything worse than High School style teaching of mathematics. Its awful. That repetitive calculation, entirely unnecessary for almost any real world situation. Almost every time you are doing repetitive calculation what you should have been taught was a second or third conceptualisation of whatever maths you are looking at. So linear algebra I was only ever taught numericall…
Thank you for saying this. I've been learning math from Khan Academy for the last 200 days. I've reached calculus and I feel more and more the need for examples of how to apply the math that I'm learning to truly understand what it's useful for. I was actually thinking of learning how to build video games (or at least parts of it) to properly understand linear algebra. Someone else also suggested physics for calculus…
Just so that you know this was my impression at a university as well. In fact, calculus courses are translated into "basic mathematics." I think this underlines how much these courses are about learning the tooling for practical applications taught in later classes.
Re: Ask HN: How to self-learn math?
#160I'd like to learn vector calculus (to better understand Maxwell's Equations). Does anyone have any learning resources they could recommend? I've got this video in my Watch Later queue on YouTube, but if there are any other resources that give a clear introduction to the material I'd be interested in them. To give a bit of background, I learnt the basics of calculus back in school but I haven't used it in over 15 year…