|
|
|
|
|
by gimagon
3429 days ago
|
|
I guess I was trying to advocate for somewhat orthogonal ideas. On the one hand, learning how to approximate functions with arbitrary precision definitely solidifies an understanding of what those functions are doing. On the other hand high school math classes are often taught quite algorithmically. Therefore, rather than tests and problem sets, what if the student's chief deliverable was a small python package that performed the algorithms for that lesson? This has a really good advantage of teach basic life skills of turning a specification or intention into a physical product. It also does not significantly impair students that need a strong math background going forward. Finally, makes life a little easier for teachers because some of their grading work could be automated. Now these two approaches could be applied independently, but I think they would work well together, particularly because the numerical approximation programs generalize a bit better than symbolic ones. |
|