I’m a thirty-something with an arts degree who decided to learn math. Basically I was tired of reading popular science and being fed metaphors to understand concepts. I wanted to “see” it for myself. I spent time online at Khan Academy and friends for a year or so on and off. It was fine but meandering? So I enrolled in community college! It’s great. I have a clearer path, immediate feedback, teachers, and an obligat…
> working toward a bachelor of science in physics. Thats cool, I kind of want to do that. But also Im stuck with wondering, I put all this work into that, what do I do at the end?
Relearning math as an adult
91–100 of 268 posts
Re: Relearning math as an adult
#92Earlier quoted context omitted.
AOPS audience is gifted high school kids, so it doesn't get up to the college level. The core texts are: - Prealgebra - Intro to Algebra - Intro to Counting & Probability - Intro to Geometry - Intro to Number Theory - Intermediate Algebra - Intermediate Counting & Probability - Precalculus - Calculus
I think it's a weird way to learn math, and I learned it this way in school. Most of these courses just teach information memorization and recall. sin(x)^2 + cos(x)^2 = 1, etc. I would start with something like Elementary Analysis: The Theory of Calculus, and work from there. You'll eventually arrive at the same place -- Calculus but from a much stronger mathematical foundation.
It's confusing because that title is also the name of the publisher / website of the series of the books I'm reading.
Re: Relearning math as an adult
#93If OP still wants to learn the mathematical foundation of transformers, I built a free alternative learning tool: https://afaik.io/nebula?mode=nebula&category=blueprint&id=ed... It's also based on an underlying knowledge graph, connecting concepts across various subjects like maths, machine learning, physics, etc. You can check the graph for transformer here: https://afaik.io/nebula?category=brickset&id=VLlOnZLl&mode…
I assume it means such a graph connects the topics together as "pre-requisites". To understand A you need to already understand B and C, and to understand B you need to understand D and ... etc.
But the thing about such a graph is that really it must be a tree, not just a directed graph. Why? Because there cannot be cycles in it. If to understand A you need to understand B, and to understand B you would need to understand A, you could never understand either of them. Right?
Re: Relearning math as an adult
#94$49/student/month? That's excessive.
Re: Relearning math as an adult
#95Re: Relearning math as an adult
#96I’m a thirty-something with an arts degree who decided to learn math. Basically I was tired of reading popular science and being fed metaphors to understand concepts. I wanted to “see” it for myself. I spent time online at Khan Academy and friends for a year or so on and off. It was fine but meandering? So I enrolled in community college! It’s great. I have a clearer path, immediate feedback, teachers, and an obligat…
Re: Relearning math as an adult
#97Earlier quoted context omitted.
> Math is easy if you build up from fundamentals To a certain point, I guess. Most people hit a wall of abstraction at some point, either because the abstraction is too hard or because the abstraction stops being relevant so the person loses drive to learn. For me, the wall is model theory and the second course of abstract algebra. They are both too hard and too abstract for me to push through.
> abstraction stops being relevant I found this to be the points where abstractions being learned today are only precursors for abstractions that will be learned tomorrow. Another way to put it is at the stage where you're learning to make tools that are themselves only used to make other tools, not used to get results outside of the domain of tool making. These stages have no apparent relevance outside of math, and…
I learned that 3 x 9 = 27. You just had to memorize that, right? Well then I realized that if 3 x 10 = 30, then 3 x 9 must be one fewer '3' added together by the multiplication, which means take out one '3' from the set of 3s you are adding together by multiplication when doing 3 x 10, which comes to 30 - 3 = 27.
That means I didn't really need to memorize 3 x 9, I needed the above simple rule in addition to the fact that n x 10 is always what you get when you take the digit 'n' and add a 0 after it.
So learning multiplication tables was hard, until I learned the rule of looking for an easier-to-remember result and then adding or subtracting something to it. Of course I also had to understand that multiplication is really just repeated addition.
My teacher never taught me this trick, just told us to recite the multiplication tables in out heads again and again. But after doing that for some time I figured out the above trick myself.
Learning math beyond multiplication is hard if you cannot multiply numbers in your head, because lots of math presentations assume that of course you know that 3 x 9 = 27. Or something similar. It is not just about understanding the concepts, it's about being able to perform calculations, in your head. Else you cannot understand the explanations of new concepts. Even though we have pocket-calculators, we still need to be able to do calculations in our heads to understand new topics. in math.
So, learning what is 3 x 9 is not hard AFTER you have learned n * 10, and this trick. I assume something like that happens in the minds of mathematicians. They know a lot of math already which makes it easier to understand new results when they already know a lot. To learn what is n * 10, you had to learn 1 x 10, 2 x 10, 3 x 10 etc. and then understand the pattern in there.
Learning something is easy if you already know lots of related stuff. So it's not about learning more and more difficult things, it is about just learning more and more, related things. It is about having more and more (learned) data in your head.
I assume that is also why LLMs work so well: They have lots of data.
In summary: Learning math is not "difficult", it is tedious.
Re: Relearning math as an adult
#98Earlier quoted context omitted.
Why am I not surprised that a marketeer shows up in an 'organic' posting about a company.
FYI this is the guy that wrote the comment you replied to: https://www.justinmath.com He's true math nerd, and definitely not a marketer. In fact, I don't think a single marketer works at the company. It's a bootstrapped labor of love and I've been following their journey for almost a decade. I get the skepticism, but some things are legit.
Your whole blog post comes across as an advert, that may not have been your intention but that's what it looks like to me, legit or not.
Re: Relearning math as an adult
#99Earlier quoted context omitted.
Are you using any of the stuff you're learning for whatever practical 3d game-making things you're working on? Just curious how it's working out, you've picked a pretty broad foundation as a starting point.
I took a brief detour late last year to study "Linear Algebra: Theory, Intuition, Code", and to my surprise it stuck pretty well. The author said the pre-reqs were just "basic high school math", but I'm glad I had recently done lots of algebra and geometry, as the difference between that and some vague memories of stuff I did 30 years ago in school is pretty wide. I haven't started any 3d game projects yet. For that,…