Quiz 10!

A quiz to test your understanding of the concepts we have learned.

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

Which of the following can be the value of z if z is given by:

z = np.polyfit(x, y, 3)

Note: This question can have more than one answer.

A.

[1, 0, 3, 2]

B.

[0, 1, 3, 2]

C.

[1, 1, 3, 0]

D.

[1, 3, 0, 2]


1 / 6

In the ...