Hacker News new | ask | show | jobs
by Jach 2950 days ago
There's a lot to be said for using computer tools. If you're writing proofs, why not do it formally? [0] If you're working with graphical concepts, why not code them up, or use a drawing program (or hey, a graphing calculator) rather than pulling out a ruler and such (and maybe learning to draw at all if you don't know how)? If you have sloppy handwriting (as I'm sure many of us here do), why not type in something you'll always be able to read later? (Along with whomever you show it to -- I did a lot of college homework using LaTeX. With macros I could do things way more efficiently, with comments I could go back and see what I was thinking at a misstep (if I wrote anything).)

The downside of course is that computers are very capable distraction vehicles, you need a bit of discipline to sit at one and study / do this sort of work at the same time for prolonged periods. Pulling out the ethernet cable can help but may not be sufficient depending on one's level of discipline and access to offline distractions.

A lot of the old methods of learning actually work and so the advice is sound to strictly adhere to them when you're having struggles. Certain modern enhancements are worth a qualified mention though.

[0] https://lamport.azurewebsites.net/pubs/proof.pdf

2 comments

> If you're writing proofs, why not do it formally?

Because that requires learning a formal proof-verification language. I'm certainly interested in that, but it is a distraction from learning undergraduate mathematics.

> If you're working with graphical concepts, why not code them up, or use a drawing program (or hey, a graphing calculator) rather than pulling out a ruler and such (and maybe learning to draw at all if you don't know how)?

> If you have sloppy handwriting (as I'm sure many of us here do), why not type in something you'll always be able to read later? (Along with whomever you show it to -- I did a lot of college homework using LaTeX. With macros I could do things way more efficiently, with comments I could go back and see what I was thinking at a misstep (if I wrote anything).)

I'm confused; my post was advocating using software, so I'm unclear why you're suggesting I use software.

> A lot of the old methods of learning actually work and so the advice is sound to strictly adhere to them when you're having struggles.

What is that, a flat contradiction of my post?

Very strange, maybe you meant to reply to a different post?

My post was mainly adding agreement to yours with more specifics, "you" used is the "generic you".

> it is a distraction from learning undergraduate mathematics

Arguably so is LaTeX. But it's desirable that students (or just people learning the same material, later) spend some of their undergraduate time learning new things, right? And not just because it's new, but hopefully because it's better. Learning new/different things is just a small step further beyond learning old things with new/different assistants. And maybe some things will have to be cut out, like 17th century prose-proofs (edit: and even just moving to structured proofs without full formal tools is an improvement...), or square roots by hand (http://www.theodoregray.com/BrainRot/)

One thing that I can add, is that the process of neatly recording something really helps cement the process. My professor for dynamics and mechanics of materials required homework to include diagrams of the problem, neatly drawn, on unlined paper. Often I would find that each problem would take three sheets of paper (I'm a horrible draftsman), but I am horribly glad after the fact that I invested all that time.

It is painful, but I don't think there is any easy way of actually learning without just sitting down and doing problems. Have you considered auditing a course at a community college? Very few people (myself included) are motivated enough to work enough problems without the threat of assigned homework. You need to do enough problems on a topic that you are no longer struggling, then do 4-6 more. Those last problems are, IMO, the most important, they actually cement the concepts in long term memory.

As far as books, I can recommend Schaums Outlines for good examples of worked-through example problems.

Edit:fixed typos