93

I am starting IT studies. As someone always interested in computers I have paths in my head how to get needed information. There is also a luxury of testing anything learn in practice by for ex. contributing to open source or creating a server.

Math was always interesting for me too, but I haven't spend time on learning it much, I have many lacks from middle school and there are topics I know about but can't use them in practice or have no intuition or forgot how to formally write them.

So I started to try to learn, as a self-learner most time I spend on Wikipedia and forums, but those turned out to be death end when it comes to understanding whole topic and not just reminding one thing.

So question to you that are learning math: how do you do so? And I also never learned anything in a typical "school" way, I always need to feel interest or have a goal in something.

all 32 comments
sorted by: hot top controversial new old
[-] ZagamTheVile@lemmy.world 27 points 11 months ago* (last edited 11 months ago)

I dropped out of high school because it was interfering with my smoking pot and skateboarding schedule. A skatepark opened up by me (this was before concrete parks were the norm) and I managed to get a job building and maintaining ramps there. My friend and I had always built little kickers and quarter pipes but this was on a larger scale. So I went out and bought a book on geometry and taught myself circles and domes and stuff like that. Being interested in the outcome, not just the problem, was the thing that clicked for me. Once the interest was there, the work and study was fun. Since then, I've become a finish carpenter and specialize in odd trim details and complicated builds. So I guess my advice is to find a reason to learn it. Find that thing that makes it more than rote memorization and turns it into something more than that.

[-] walden@sub.wetshaving.social 8 points 11 months ago

Were you able to keep up your smoking pot hobby?

[-] ZagamTheVile@lemmy.world 10 points 11 months ago

Nah. I had several bad acid trips in a row and getting high was never fun after that. I'm at a point now where I enjoy being sober so much I don’t even take heavy duty cold meds. But I did fight in the war on drugs and now it's legal where I live. So at least I fought the good fight for, and with, others.

[-] WeirdGoesPro@lemmy.dbzer0.com 4 points 11 months ago

I talked to marijuana recently, and it misses you, but hopes you’re doing well.

[-] bionicjoey@lemmy.ca 25 points 11 months ago

Khan Academy, Numberphile, and 3Blue1Brown

[-] evasive_chimpanzee@lemmy.world 8 points 11 months ago

Wikipedia is rough for math. Anything remotely complex isn't really explained well to a layperson. What kind of math do you want to learn, and why? I can also recommend numberphile. Project euler is a cool way to teach yourself some math/programming concepts. I also can highly recommend the book "shape" by Jordan ellenberg to help build interest in geometry

[-] aldalire@lemmy.dbzer0.com 8 points 11 months ago

Mathematics major here who is also a part-time mathematics tutor.

This is a question that plagues me too. Math is an absolutely gigantic subject! There’s statistics (probability, etc), combinatorics (counting things), calculus, differential geometry, topology, linear algebra, number theory. The list goes on. And what’s interesting is that they’re all connected! Knowing calculus, for example, can lead you to solve recurrence problems in combinatorics using generating functions, which i always thought was pretty neat. The idea of using the infinite to prove something finite.

My purpose here is not to overwhelm you, but to invite you to a whole new world. I’ve been obsessed with learning about everything in mathematics! I am actually in the opposite problem as you, as a math major transitioning into the tech field. I’ve always thought that learning computers is so much more interactive and hands-on, since you can make and build a project that you can show people. I think this is where you can focus on learning math: making something or building a project that interests you. That, and puzzles. Mathematics is not a spectator sport. You have to read some information, close your book, and put some pen into paper and fill in the gaps. Right now I’m going through Cryptohack puzzles to brush up on my number theory and learn its applications in cryptography.

Book learning is straightforward , but it has to be supplemented with exercises and putting pen into paper. Also, pick one field you’re interested in and stick with it. I hope this helps.

[-] smileyhead@discuss.tchncs.de 1 points 11 months ago

Thank you for such an respond 😄.

[-] raubarno@lemmy.ml 8 points 11 months ago

I'm also half-math and half-IT person. I'd recommend you to start Competitive Programming, try to participate in the contests, solve Codeforces (https://codeforces.com/?locale=en) or Kattis (https://open.kattis.com) tasks, grasp Asymptotic notation, etc.

Math (and academical) formalism is a thing, Wikipedia also shows it. You just need to get used to it.

What you will probably learn in the University:

  • Calculus (matrices, limits, derivatives, integrations)
  • Discrete Math (sets, graphs, etc.)
  • Algorithmic complexity and asymptotic notation
  • Probabilities
  • If you're lucky, you'll get Algebraic Structures (a.k.a Group Theory) that teaches the essential foundations of Math.

I've always been more interested in discrete part of math where real numbers do not exist (only rational numbers do).

Alternatively, if you're as mad as me, you can try doing side projects, like creating your own Computer Algebra System or Ray tracing algorithm from scratch. It is a good brain exercise.

Go to your Campus library, look for some books. My University library was a goldmine for me. Take notes. If you have a genius idea, don't hesitate to talk with your lecturers or the Dean, they can offer you scientific work.

[-] pineapplelover@lemm.ee 7 points 11 months ago

Khan academy

[-] criitz@reddthat.com 4 points 11 months ago

Just walk into a college class and start attending

[-] Doxatek@mander.xyz 4 points 11 months ago

Tbh just buy the textbook and work through it. That's what a lot of my college courses ended up consisting of

[-] electric_nan@lemmy.ml 3 points 11 months ago

Depending on what you want to do in IT, you may not really need any math. If you are going to do programming, then yes, you'll need some advanced math.

[-] ShadowCatEXE@lemmy.world 11 points 11 months ago

You don’t need to be good at math for programming… It all depends on what you want to do. Even if you do want to do math heavy things like graphics or dealing with any formulas for any reason, you can learn as you go… However, wanting to jump ahead is never a bad idea. Most of the time, basic understanding of math is absolutely fine in programming.

[-] electric_nan@lemmy.ml 3 points 11 months ago

I took one semester of Java, and I was expected to know a bunch of math I'd never taken before. Trigonometry and I forget what else. I'd love to know some programming, but I just don't have the brain for it.

[-] Synthead@lemmy.world 7 points 11 months ago

For math, it really depends on what you're doing. The overwhelming majority of software simply uses conditionals (if this, then that), and it also structures and consumes data. If you're working on stuff like calculating stress of physical structures, then some math may be involved. But even then, unless you're innovating in a specific field, you'll often use prior art from solved problems.

For example, if you want to write some math to create a reverb on sound, we've done that before. If you want to forecast trends, we've done that, too. Machine learning and AI is accompanied by a lot of open source libraries, so you can just install a lib and use it.

[-] Valmond@lemmy.mindoki.com 5 points 11 months ago

You don't need advanced math IMO for programming.

Binary stuff and complexity is like the worst thing you'll ever need, except if you do scientific software or 3D videogame engines.

[-] Tatters@feddit.uk 3 points 11 months ago* (last edited 11 months ago)

You definitely don’t need advanced maths for most programming, especially the usual enterprise/web development. I have worked for almost 35 years as a programmer, the last 25 years as a senior developer, and my math skills are not great. My formal maths education finished at age 16, and I only scored an average grade in the exam. Programming is a distinct skill from maths, and if you have some natural aptitude and a real interest in it, then you can make a career as a developer, mostly learning as you go. Some formal computer science education may be useful too, although I did not have much of that either.

[-] theragu40@lemmy.world 3 points 11 months ago

I agree but I'll take it a step further. I've been in IT for almost 20 years. I never took a math class after high school (age 18). I took math up through calc 2 in high school.

I've never used a single lick of anything beyond basic math for my work. None. And I don't know anyone else who has either over the course of 4 different employers and working with hundreds of people.

In my opinion it's the logical thinking and the process of problem solving that are the parts of math that translate to IT. Doing proofs, understanding all the reasons why something is the way that it is. So in that regard sure, math is important. But I feel like OP is implying that actually knowing how to do complex math problems is important for a career in IT, and it really isn't.

[-] aebletrae@hexbear.net 3 points 11 months ago

Take a look at Engineering Mathematics by KA Stroud. It has a step-by-step approach with worked examples that might be useful to you. Even if you don't like the structure, it'll at least give you a comprehensive list of topics.

[-] dragnet@lemmy.dbzer0.com 3 points 11 months ago

Either go with working through textbooks on your own, as has been stated by others, but that approach requires tons of discipline as the subject matter can get quite dry and frustrating at times. Or, I'd say ideally, enroll in courses at a local community college. The one I went to had four calculus classes, linear algebra and differential equations, along with statistics and I believe some kind of math programming course (my have just been part of other classes). So you cab get into fairly advanced stuff going that route.

If you want to learn even more after that, you'll have a solid basis to continue self study. Hell, you might even have a good start towards a bachelor's in math.

[-] interolivary@beehaw.org 3 points 11 months ago

Regardless of how you end up getting your information (whether textbooks or Khan academy or local school or what), the most important thing is that you have to do exercises. Learning math, especially more advanced stuff, is a lot of work. You just have to grind until you git gud, and it definitely will feel like a grind at times

[-] rufus@discuss.tchncs.de 2 points 11 months ago* (last edited 11 months ago)

If you start studying at an university: They sometimes offer extracurricular maths courses. For people who need to brush up on their maths skills before the semester starts. At least where I live, they do.

[-] Drusas@kbin.social 2 points 11 months ago

In addition to online options, taking courses at your local community college would be helpful. They often have remedial classes like this in the evening as well.

[-] java@beehaw.org 2 points 11 months ago* (last edited 11 months ago)

Find a teacher, take private lessons. People are mentioning some online courses, but over long periods having a teacher can be more effective.

[-] PlexSheep@feddit.de 2 points 11 months ago

I like the idea of just taking a textbook, skript or whatever and going through it. And making sure you actually understand it. No more more less. It's not learning for school or exams, it's for you.

I've started doing this weekly, tomorrow is day two! Through I will have to mix it with stuff for university classes.

[-] Masimatutu@lemm.ee 1 points 11 months ago

I really like Brilliant. It is really clear and interactive, the only real negative is the price.

this post was submitted on 14 Oct 2023
93 points (98.9% liked)

Asklemmy

43394 readers
1464 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy 🔍

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS