Review of Taylor Series - PowerPoint PPT Presentation

About This Presentation
Title:

Review of Taylor Series

Description:

1. Review of Taylor Series. Read Section 1.2. 2. 3. 4. 5. 6. 7. 8. 9. Root Finding. Read Chapter 3 ... define a function named 'f' y = x^5 - x^3 sin(x) 7; ... – PowerPoint PPT presentation

Number of Views:52
Avg rating:3.0/5.0
Slides: 34
Provided by: sha9157
Category:
Tags: review | series | taylor

less

Transcript and Presenter's Notes

Title: Review of Taylor Series


1
Review of Taylor Series
  • Read Section 1.2

2
(No Transcript)
3
3
4
4
5
5
6
6
7
7
8
8
9
Root Finding
  • Read Chapter 3

9
10
10
11
11
12
12
13
13
14
14
15
15
16
c
16
17
c
17
18
18
19
19
20
20
21
21
22
22
23
23
24
24
25
25
26
26
27
27
28
28
29
29
30
30
31
function y f(x) define a function named
"f" y x5 - x3 sin(x) 7
32
x linspace(-pi, pi) an array of 100
equally-spaced points in -pi,pi for i 1100
y(i) f(x(i)) end plot(x,y)
33
x linspace(-pi,pi) for i 1100 y(i)
f(x(i)) end root fzero('f',-2 2) plot(x,y,
root, 0, 'ro') root, f_val_at_root f(root)
Write a Comment
User Comments (0)
About PowerShow.com