Hacker News new | ask | show | jobs
by jacobolus 2459 days ago
Nobody should be using a handheld calculator for nontrivial matrix multiplications. In “the real world” literally nobody does this.

Making students do nontrivial matrix calculations on a timed in-class exam just tests their calculator skills. There are a wide variety of alternative types of problems which will better probe their understanding of the course.

If your students are trying to learn about numerical linear algebra, consider getting them implementing the relevant algorithms in computer code.

1 comments

> Making students do nontrivial matrix calculations on a timed in-class exam just tests their calculator skills [...]

> consider getting them implementing the relevant algorithms in computer code.

Cool, so we went from a statistics exam with no programming experience required, to a programming language exam with a theme of statistics. Because what? Because calculators are bad mmkay?

Yeah I'm not sure this idea has been thought through.

I thought your big concern was “what's encountered in the real world”?

Seems to me like the concern is “what someone decided should be in the curriculum 30 years ago and nobody ever bothered to change even though it is now an anachronism”.

But anyway, I am suggesting writing programs could potentially be part of the homework, not part of exams. (At least, writing computer models was far more useful for learning about statistics than any textbook problem I ever did. YMMV.)

On timed in-class exams, there are many relevant pen and paper exercises that could be posed. Posing problems requiring a handheld calculator is a generally poor way to track whether students understand the content of a course. Then again, personally I think timed in-class exams are terrible. YMMV; some teachers seem to love them.