Quiz 7!

A short quiz to test your understanding of differentiation, integration, and limits.

We'll cover the following...
Technical Quiz
1.

Which of the following will compute second derivative of the function f with respect to x?

Note: This question can have mutiple answers.

A.
diff(f(x), x, x)
B.
diff(f(x), xx)
C.
diff(f(x), x, 2)
D.
diff(f(x), x*2)

1 / 5

In ...