|
|
|
|
|
by gimagon
3429 days ago
|
|
One small change I'd like is to teach a lot of math from a more numerical approach. Learning to approximate sines, cosines, limits, derivatives, and integrals in university made me feel much more confident in my understanding of the concepts. An advantage of this approach is it still gives STEM bound students a good intro to core math, but allows all students to learn a bit of programming. It also teaches how to implement something concrete from an abstract specification. I felt like a lot of high school math was very algorithmic, so why not just teach kids how to implement basic algorithms? |
|
I'll say that knowing mental approximations for sines is a wonderful thing. And, come to think of it, writing something to do the same approximation as the calculator sounds good too. And then analyzing the error introduced by the two methods... So many fun tangents!