Foundations-of-Applied-Mathematics / Labs

Labs for the Foundations of Applied Mathematics curriculum.
https://foundations-of-applied-mathematics.github.io/
211 stars 71 forks source link

Linear Transformation - pdf #18

Closed cnoorda2 closed 2 years ago

cnoorda2 commented 2 years ago

The transforms problem (#1) should say "return a transformation of the data" not "return the transformed data" because at least one student actually made his code transform the original data array, so that the data input for the next method was corrupted by the previous method. It's a subtle change in wording, but an important point for the students to learn.