Quiz 8!

A short quiz to test your understanding of the concepts we’ve previously learned.

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

For taylor expansion of a function f(x), which of the following commands are used?

Note: This question can have mutiple answers.

A.
series(f(x), x)
B.
expand(f(x), x)
C.
f(x).series(x)
D.
f(x).expand(x)

1 / 5

In the next ...