|
|
|
|
|
by missosoup
2459 days ago
|
|
You can't really do problems of meaningful complexity without either a calculator or forcing your class to do a large amount of arithmetic which is really not what you're testing. And at the same time you can't really twist those problems around to not require arithmetic, without also making them abstract and too different from what's encountered in the real world. Try doing matrix multiplications for hidden markov chains without a calculator. I dare ya. |
|
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.