If we compute

```
y = f(t + h) - f(t - h)
2h

y is
```

a. an approximation of a root of f
b. an approximation of f'(t)
c. an approximation of f ' '(t)
d. an approximation of the antiderivative of f evaluated at t


b. an approximation of f'(t)

Computer Science & Information Technology

You might also like to view...

The SSE-CMM project originated at the National Security Agency (NSA) in 1993.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Why does the output give a hexadecimal address? grades[5] = {94, 97, 90, 85, 82}; cout<

A. Because it is the value of the pointer to the first element of the array. B. Because I told it to. C. Because this statement will write out all values of the array. D. Because the answer is

Computer Science & Information Technology

?Just as objects are similar to adjectives, attributes resemble verbs that describe what and how an object does something.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The Coding toolbar is available only in Code view and appears on the ________ side of the Document window.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology