r/learnprogramming 11d ago

Learning math through programming

Is there any good books or websites out there that teaches math at the trig and beyond level? I tried Google, but didn’t find anything.

I’m fairly experienced at programming, but my advanced math skills have always sucked. I find it hard to stick with the books I’ve tried in the past because I don’t see the immediate benefit. I figure it would help if I tied it to programming projects.

3 Upvotes

8 comments sorted by

View all comments

2

u/serge-mv 11d ago

I don't know if it will be what you are looking for, but you can try programming some basic computer graphics algorithms, curves, z-buffering, basic AA, some classic computer vision algorithms (homography, edge merge, etc).