In this activity, the teacher should create a set of cards with different graphs of functions and another set of cards with their functions written on them. The students will match the graphs with the ...
Programs can get very long and complicated. Often, we try to break a program into smaller tasks. In fact, we can often think of having a program within a program. These may have their own variables, ...
Programs can get very long and complicated. Often, we try to break a program into smaller tasks. In fact, we can often think of having a program within a program. These may have their own variables, ...
A translation is a shift of the graph either horizontally parallel to the \(x\)-axis or vertically parallel to the \(y\)-axis. If \(f(x) = x^2\), then \(f(x) + a = x^2 + a\). The value of \(a\) ...
Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...