Mid 232
Mid 232
13/03/2024 13/03/2024
Hoang Hai Ha Dr. Nguyen Tien Dung
Semester/Year 2 2023-2024
Midterm test Date 15/03/2024
Subject Numerical methods
HCM City University of Technology - VNUHCM Subject MT1009 Exam code 2321
Faculty of Applied Science code
Duration 50 mins Session 07:00
Note:
- ONLY Paper materials and pocket calculators are used.
- There are 18 questions.
- The final results are rounded to 4 decimal places. Each incorrect answer will get a penalty of 0.05 (point),
there is no penalty for blank answers.
- You must fill information in the table below.
ID Student: . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . Proctor 2: . . . . . . . . . . . . . . . . . . . . . . . . . . . .
4 6
1. Consider the system Ax = B, where A = . Let A = LU be the factorization by Doolittle’s
5 α
−46
method of A. Given that u22 = . Find the value of α.
4
A -4 B -3 C -5 D None of others E -2
6 9
2. Consider the system Ax = B, where A = .
10 3
Find the conditional number of A using the norm 1.
A 4.7333 B 3.9333 C 3.3333 D None of the others E 4.0333
Given the following table for the function f (x) . Answer Questions 4 through 7.
x 0.3 1.7 2.6 3.7
y 1.9 7 8.4 9.9
7. Approximate f (4.2) using the polynomial interpolation. A None of the others B 10.9824
C 12.4824 D 11.9824 E 9.9824
8. Suppose that A is a symmetric, positive definite matrix. Let a11 = 49 and the sum of all entries
in the first column be 46. A is decomposed by Cholesky method as A = BB T , find the sum of all
entries in the first column of B.
46 46 46 46
A B − C None of the others D − E
7 7 49 49
−8 −2 −2
9. Consider the system Ax = B, where A = 1 −8 −5 and vectors B = (2, −46, −38)T ,
4 2 −9
x = (x1 , x2 , x3 ) . Using the Gauss-Seidel method, solve Ax = B with x(0) = (−1.5, 2.5, 5)T , find
T
Consider the equation cos x − x = 0 with the interval [0, 1]. Using the bisection method to answer
Questions 10 through 11.
10. Compute x4 .
A 0.3188 B None of the others C 0.7188 D 0.7188 E 1.0188
11. How many steps are required (at least) to get solution xn satisfying ∆xn ≤ 0.002?
A None of the others B 8 C 6 D 11
E 10
38 3.8 1 (0) 3
Consider the system AX = B, where A = ,B = ,X = . Using the Jacobi
−4.7 −47 1 1
method, answer Questions 12 through 14.
12. Let X (3) = (a, b)T be an approximate solution of the above system. Find a.
A 0.0277 B 1.0277 C 2.0277 D 3.0277 E None of the others
Consider the equation x = 1.6−x . Using the fixed point method with the initial solution x0 = 1, answer
Questions 15 through 16.
16. Which value of n below satisfies |xn − xn−1 | ≤ 10−2 ? (Taking the possible smallest value).
A 5 B None of the others C 10 D 9 E 3
Consider the equation x3 − sin(x) − 7 = 0 with the interval [1.3, 2.8] . Using the Newton method to
answer Questions 17 through 18.
17. Compute x3 .
A 2.0929 B 2.2929 C 1.9929 D None of the others E 1.7929
Semester/Year 2 2023-2024
Midterm test Date 15/03/2024
Subject Numerical methods
HCM City University of Technology - VNUHCM Subject MT1009 Exam code 2322
Faculty of Applied Science code
Duration 50 mins Session 07:00
Note:
- ONLY Paper materials and pocket calculators are used.
- There are 18 questions.
- The final results are rounded to 4 decimal places. Each incorrect answer will get a penalty of 0.05 (point),
there is no penalty for blank answers.
- You must fill information in the table below.
ID Student: . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . Proctor 2: . . . . . . . . . . . . . . . . . . . . . . . . . . . .
−9 −3
1. Consider the system Ax = B, where A = . Let A = LU be the factorization by
5 α
−21
Doolittle’s method of A. Given that u22 = . Find the value of α.
−9
A None of others D 6 B E 3 4 C 5
2 −1
2. Consider the system Ax = B, where A = .
−9 10
Find the conditional number of A using the infinity norm.
A None of the others B 20.1 C 20.2 D 20 E 19
Given the following table for the function f (x) . Answer Questions 4 through 7.
x 0.6 1.1 2.5 3.1
y 2.1 5.3 7.2 10
7. Approximate f (3.6) using the polynomial interpolation. A 15.6133 B None of the others
C 17.1133 D 16.6133 E 14.6133
8. Suppose that A is a symmetric, positive definite matrix. Let a11 = 25 and the sum of all entries
in the first column be 27. A is decomposed by Cholesky method as A = BB T , find the sum of all
entries in the first column of B.
27 27 27 27
A − B C None of the others D E −
5 5 25 25
5 3 −1
9. Consider the system Ax = B, where A = −3 8 −1 and vectors B = (2, −19, 41)T ,
2 −2 7
x = (x1 , x2 , x3 ) . Using the Gauss-Seidel method, solve Ax = B with x(0) = (2.5, −1.5, 6)T , find
T
Consider the equation cos x − x = 0 with the interval [0, 1]. Using the bisection method to answer
Questions 10 through 11.
10. Compute x4 .
A 0.6188 B 0.7188 C 1.6188 D None of the others E -0.8812
11. How many steps are required (at least) to get solution xn satisfying ∆xn ≤ 0.001?
A 9 B 12 C 11 D 7
E None of the others
24 2.4 2 (0) 5
Consider the system AX = B, where A = ,B = ,X = . Using the Jacobi
−1.5 −15 5 2
method, answer Questions 12 through 14.
12. Let X (3) = (a, b)T be an approximate solution of the above system. Find a.
A 3.1155 B 1.1155 C None of the others D 0.1155 E 2.1155
Consider the equation x = 1.5−x . Using the fixed point method with the initial solution x0 = 1, answer
Questions 15 through 16.
16. Which value of n below satisfies |xn − xn−1 | ≤ 10−2 ? (Taking the possible smallest value).
A 9 B 2 C 8 D None of the others E 4
Consider the equation x3 − sin(x) − 7 = 0 with the interval [1.3, 2.8] . Using the Newton method to
answer Questions 17 through 18.
17. Compute x3 .
A 2.2929 B 2.0929 C 1.7929 D None of the others E 1.9929
Semester/Year 2 2023-2024
Midterm test Date 15/03/2024
Subject Numerical methods
HCM City University of Technology - VNUHCM Subject MT1009 Exam code 2323
Faculty of Applied Science code
Duration 50 mins Session 07:00
Note:
- ONLY Paper materials and pocket calculators are used.
- There are 18 questions.
- The final results are rounded to 4 decimal places. Each incorrect answer will get a penalty of 0.05 (point),
there is no penalty for blank answers.
- You must fill information in the table below.
ID Student: . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . Proctor 2: . . . . . . . . . . . . . . . . . . . . . . . . . . . .
−7 −5
1. Consider the system Ax = B, where A = . Let A = LU be the factorization by
6 α
93
Doolittle’s method of A. Given that u22 = . Find the value of α.
−7
A None of others B -10
D -9 E -8 C -7
−2 3
2. Consider the system Ax = B, where A = .
−9 3
Find the conditional number of A using the norm 1.
A 6.8857 B 6.2857 C 6.3857 D None of the others E 6.6857
Given the following table for the function f (x) . Answer Questions 4 through 7.
x 0.9 1.4 2.2 3.2
y 1.9 6.6 8.3 10.3
7. Approximate f (3.7) using the polynomial interpolation. A None of the others B 16.8929
C 15.3929 D 16.3929 E 14.3929
8. Suppose that A is a symmetric, positive definite matrix. Let a11 = 81 and the sum of all entries
in the first column be 38. A is decomposed by Cholesky method as A = BB T , find the sum of all
entries in the first column of B.
38 38 38 38
A None of the others B C − D − E
9 81 9 81
9 5 3
9. Consider the system Ax = B, where A = −3 −9 1 and vectors B = (11, −1, 23)T , x =
−1 −3 5
(x1 , x2 , x3 ) . Using the Gauss-Seidel method, solve Ax = B with x(0) = (−0.5, 0.5, 6)T , find the
T
Consider the equation cos x − x = 0 with the interval [0, 1]. Using the bisection method to answer
Questions 10 through 11.
10. Compute x4 .
A 1.0188 B 0.2188 C -1.2812 D None of the others E 0.7188
11. How many steps are required (at least) to get solution xn satisfying ∆xn ≤ 0.004?
A 7 B 9 C 10 D 5
E None of the others
37 3.7 3 (0) 1
Consider the system AX = B, where A = ,B = ,X = . Using the Jacobi
−5.3 −53 2 3
method, answer Questions 12 through 14.
12. Let X (3) = (a, b)T be an approximate solution of the above system. Find a.
A None of the others B 0.0827 C 1.0827 D 2.0827 E 3.0827
Consider the equation x = 1.4−x . Using the fixed point method with the initial solution x0 = 1, answer
Questions 15 through 16.
16. Which value of n below satisfies |xn − xn−1 | ≤ 10−2 ? (Taking the possible smallest value).
A 2 B 9 C 8 D None of the others E 4
Consider the equation x3 − sin(x) − 7 = 0 with the interval [1.3, 2.8] . Using the Newton method to
answer Questions 17 through 18.
17. Compute x3 .
A 1.9929 B 2.2929 C 1.7929 D 2.0929 E None of the others
Semester/Year 2 2023-2024
Midterm test Date 15/03/2024
Subject Numerical methods
HCM City University of Technology - VNUHCM Subject MT1009 Exam code 2324
Faculty of Applied Science code
Duration 50 mins Session 07:00
Note:
- ONLY Paper materials and pocket calculators are used.
- There are 18 questions.
- The final results are rounded to 4 decimal places. Each incorrect answer will get a penalty of 0.05 (point),
there is no penalty for blank answers.
- You must fill information in the table below.
ID Student: . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . Proctor 2: . . . . . . . . . . . . . . . . . . . . . . . . . . . .
2 6
1. Consider the system Ax = B, where A = . Let A = LU be the factorization by
−8 α
Doolittle’s method of A. Given that u22 = 29. Find the value of α.
A 6 B None of others C 7 D 5 E 4
−2 −6
2. Consider the system Ax = B, where A = .
−8 −9
Find the conditional number of A using the norm 1.
A 8.5 B 9.6 C None of the others D 10.4 E 10.3
Given the following table for the function f (x) . Answer Questions 4 through 7.
x 0.4 1.3 2.3 3.7
y 2.4 7 7.1 10.3
8. Suppose that A is a symmetric, positive definite matrix. Let a11 = 16 and the sum of all entries
in the first column be 45. A is decomposed by Cholesky method as A = BB T , find the sum of all
entries in the first column of B.
45 45 45 45
A None of the others B − C − D E
16 4 4 16
−5 −2 −1
9. Consider the system Ax = B, where A = −5 −8 2 and vectors B = (10, 19, −18)T ,
4 3 8
x = (x1 , x2 , x3 ) . Using the Gauss-Seidel method, solve Ax = B with x(0) = (−0.5, −2.5, 0)T , find
T
Consider the equation cos x − x = 0 with the interval [0, 1]. Using the bisection method to answer
Questions 10 through 11.
10. Compute x4 .
A 0.7188 B 1.0188 C None of the others D 0.4188 E 0.7188
11. How many steps are required (at least) to get solution xn satisfying ∆xn ≤ 0.004?
A 9 B 7 C 5 D None of the others E 10
28 2.8 4 (0) 4
Consider the system AX = B, where A = ,B = ,X = . Using the Jacobi
−2.3 −23 3 5
method, answer Questions 12 through 14.
12. Let X (3) = (a, b)T be an approximate solution of the above system. Find a.
A 1.1523 B 3.1523 C 0.1523 D None of the others E 2.1523
Consider the equation x = 5.9−x . Using the fixed point method with the initial solution x0 = 0.9,
answer Questions 15 through 16.
16. Which value of n below satisfies |xn − xn−1 | ≤ 10−2 ? (Taking the possible smallest value).
A 24 B 25 C None of the others D 20 E 18
Consider the equation x3 − sin(x) − 7 = 0 with the interval [1.3, 2.8] . Using the Newton method to
answer Questions 17 through 18.
17. Compute x3 .
A 2.0929 B 2.2929 C 1.7929 D None of the others E 1.9929
Semester/Year 2 2023-2024
Midterm test Date 15/03/2024
Subject Numerical methods
HCM City University of Technology - VNUHCM Subject MT1009 Exam code 2325
Faculty of Applied Science code
Duration 50 mins Session 07:00
Note:
- ONLY Paper materials and pocket calculators are used.
- There are 18 questions.
- The final results are rounded to 4 decimal places. Each incorrect answer will get a penalty of 0.05 (point),
there is no penalty for blank answers.
- You must fill information in the table below.
ID Student: . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . Proctor 2: . . . . . . . . . . . . . . . . . . . . . . . . . . . .
3 8
1. Consider the system Ax = B, where A = . Let A = LU be the factorization by
−8 α
73
Doolittle’s method of A. Given that u22 = . Find the value of α.
3
A 3 B 4 C 5 D 2 E None of others
−2 7
2. Consider the system Ax = B, where A = .
2 1
Find the conditional number of A using the infinity norm.
A 5.6 B 5.5 C 4.6 D 4.5 E None of the others
Given the following table for the function f (x) . Answer Questions 4 through 7.
x 0.5 1.5 2.9 3.6
y 2 6.4 7.1 9.2
8. Suppose that A is a symmetric, positive definite matrix. Let a11 = 16 and the sum of all entries
in the first column be 49. A is decomposed by Cholesky method as A = BB T , find the sum of all
entries in the first column of B.
49 49 49 49
A B − C − D E None of the others
4 16 4 16
9 6 1
9. Consider the system Ax = B, where A = −2 −7 −2 and vectors B = (−18, 15, 13)T ,
1 −2 −4
x = (x1 , x2 , x3 ) . Using the Gauss-Seidel method, solve Ax = B with x(0) = (−0.5, −1.5, −2)T , find
T
Consider the equation cos x − x = 0 with the interval [0, 1]. Using the bisection method to answer
Questions 10 through 11.
10. Compute x4 .
A -0.0812 B None of the others C 0.7188 D 0.1188 E 1.2188
11. How many steps are required (at least) to get solution xn satisfying ∆xn ≤ 0.006?
A 7 B 10 C 9 D 5
E None of the others
25 2.5 2 (0) 4
Consider the system AX = B, where A = ,B = ,X = . Using the Jacobi
−4.1 −41 1 1
method, answer Questions 12 through 14.
12. Let X (3) = (a, b)T be an approximate solution of the above system. Find a.
A 0.0822 B None of the others C 3.0822 D 2.0822 E 1.0822
Consider the equation x = 6.5−x . Using the fixed point method with the initial solution x0 = 0.7,
answer Questions 15 through 16.
16. Which value of n below satisfies |xn − xn−1 | ≤ 10−2 ? (Taking the possible smallest value).
A None of the others B 20 C 25 D 24 E 18
Consider the equation x3 − sin(x) − 7 = 0 with the interval [1.3, 2.8] . Using the Newton method to
answer Questions 17 through 18.
17. Compute x3 .
A None of the others B 1.9929 C 2.2929 D 1.7929 E 2.0929
Semester/Year 2 2023-2024
Midterm test Date 15/03/2024
Subject Numerical methods
HCM City University of Technology - VNUHCM Subject MT1009 Exam code 2326
Faculty of Applied Science code
Duration 50 mins Session 07:00
Note:
- ONLY Paper materials and pocket calculators are used.
- There are 18 questions.
- The final results are rounded to 4 decimal places. Each incorrect answer will get a penalty of 0.05 (point),
there is no penalty for blank answers.
- You must fill information in the table below.
ID Student: . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . Proctor 2: . . . . . . . . . . . . . . . . . . . . . . . . . . . .
6 −5
1. Consider the system Ax = B, where A = . Let A = LU be the factorization by
4 α
−10
Doolittle’s method of A. Given that u22 = . Find the value of α.
6
A -6 B -3 C -4 D -5 E None of others
−10 −1
2. Consider the system Ax = B, where A = .
10 2
Find the conditional number of A using the infinity norm.
A 24 B 25.5 C 24.6 D None of the others E 25
Given the following table for the function f (x) . Answer Questions 4 through 7.
x 0.6 1.7 2.8 3.2
y 2.7 5.7 8.5 10.3
7. Approximate f (3.7) using the polynomial interpolation. A 12.616 B None of the others
C 14.616 D 15.116 E 13.616
8. Suppose that A is a symmetric, positive definite matrix. Let a11 = 16 and the sum of all entries
in the first column be 19. A is decomposed by Cholesky method as A = BB T , find the sum of all
entries in the first column of B.
19 19 19 19
A − B C − D None of the others E
16 16 4 4
8 −4 2
9. Consider the system Ax = B, where A = 1 −5 1 and vectors B = (−26, −16, 8)T ,
−4 3 −9
x = (x1 , x2 , x3 ) . Using the Gauss-Seidel method, solve Ax = B with x(0) = (−1.5, 2.5, 2)T , find
T
Consider the equation cos x − x = 0 with the interval [0, 1]. Using the bisection method to answer
Questions 10 through 11.
10. Compute x4 .
A 0.7188 B 0.2188 C None of the others D 0.7188 E 1.7188
11. How many steps are required (at least) to get solution xn satisfying ∆xn ≤ 0.001?
A 11 B 12 C None of the others D 9 E 7
26 2.6 5 (0) 5
Consider the system AX = B, where A = ,B = ,X = . Using the Jacobi
−3.3 −33 2 1
method, answer Questions 12 through 14.
12. Let X (3) = (a, b)T be an approximate solution of the above system. Find a.
A 1.1993 B 2.1993 C 3.1993 D 0.1993 E None of the others
Consider the equation x = 1.3−x . Using the fixed point method with the initial solution x0 = 1.2,
answer Questions 15 through 16.
16. Which value of n below satisfies |xn − xn−1 | ≤ 10−2 ? (Taking the possible smallest value).
A 9 B 2 C None of the others D 4 E 8
Consider the equation x3 − sin(x) − 7 = 0 with the interval [1.3, 2.8] . Using the Newton method to
answer Questions 17 through 18.
17. Compute x3 .
A None of the others B 1.9929 C 2.2929 D 1.7929 E 2.0929
Semester/Year 2 2023-2024
Midterm test Date 15/03/2024
Subject Numerical methods
HCM City University of Technology - VNUHCM Subject MT1009 Exam code 2327
Faculty of Applied Science code
Duration 50 mins Session 07:00
Note:
- ONLY Paper materials and pocket calculators are used.
- There are 18 questions.
- The final results are rounded to 4 decimal places. Each incorrect answer will get a penalty of 0.05 (point),
there is no penalty for blank answers.
- You must fill information in the table below.
ID Student: . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . Proctor 2: . . . . . . . . . . . . . . . . . . . . . . . . . . . .
−4 −7
1. Consider the system Ax = B, where A = . Let A = LU be the factorization by
8 α
Doolittle’s method of A. Given that u22 = −5. Find the value of α.
A 8 B 10 C
D None of others9 E 11
3 7
2. Consider the system Ax = B, where A = .
0 −10
Find the conditional number of A using the infinity norm.
A 7.3667 B 5.6667 C 6.7667 D 6.6667 E None of the others
Given the following table for the function f (x) . Answer Questions 4 through 7.
x 0.2 1.5 2.8 3.7
y 1 6 8.3 9.6
8. Suppose that A is a symmetric, positive definite matrix. Let a11 = 9 and the sum of all entries in
the first column be 11. A is decomposed by Cholesky method as A = BB T , find the sum of all
entries in the first column of B.
11 11 11 11
A B − C − D None of the others E
3 9 3 9
−9 −1 7
9. Consider the system Ax = B, where A = 3 7 1 and vectors B = (−58, 6, 4)T , x =
4 −2 9
(x1 , x2 , x3 ) . Using the Gauss-Seidel method, solve Ax = B with x(0) = (5.5, −1.5, −1)T , find the
T
Consider the equation cos x − x = 0 with the interval [0, 1]. Using the bisection method to answer
Questions 10 through 11.
10. Compute x4 .
A 0.7188 B 1.1188 C 0.6188 D -0.6812 E None of the others
11. How many steps are required (at least) to get solution xn satisfying ∆xn ≤ 0.003?
A 8 B 11 C 10 D 6
E None of the others
18 1.8 5 (0) 5
Consider the system AX = B, where A = ,B = ,X = . Using the Jacobi
−2.2 −22 1 4
method, answer Questions 12 through 14.
12. Let X (3) = (a, b)T be an approximate solution of the above system. Find a.
A None of the others B 0.2811 C 1.2811 D 3.2811 E 2.2811
Consider the equation x = 2.7−x . Using the fixed point method with the initial solution x0 = 1, answer
Questions 15 through 16.
16. Which value of n below satisfies |xn − xn−1 | ≤ 10−2 ? (Taking the possible smallest value).
A None of the others B 9 C 14 D 13 E 7
Consider the equation x3 − sin(x) − 7 = 0 with the interval [1.3, 2.8] . Using the Newton method to
answer Questions 17 through 18.
17. Compute x3 .
A 2.0929 B 2.2929 C 1.7929 D 1.9929 E None of the others
Semester/Year 2 2023-2024
Midterm test Date 15/03/2024
Subject Numerical methods
HCM City University of Technology - VNUHCM Subject MT1009 Exam code 2328
Faculty of Applied Science code
Duration 50 mins Session 07:00
Note:
- ONLY Paper materials and pocket calculators are used.
- There are 18 questions.
- The final results are rounded to 4 decimal places. Each incorrect answer will get a penalty of 0.05 (point),
there is no penalty for blank answers.
- You must fill information in the table below.
ID Student: . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . Proctor 2: . . . . . . . . . . . . . . . . . . . . . . . . . . . .
−9 −9
1. Consider the system Ax = B, where A = . Let A = LU be the factorization by
2 α
Doolittle’s method of A. Given that u22 = −1. Find the value of α.
A 1 B None of others
D 2 E 3 C 0
−10 3
2. Consider the system Ax = B, where A = .
1 −6
Find the conditional number of A using the infinity norm.
A 4.1088 B None of the others C 3.1088 D 2.8088 E 2.5088
Given the following table for the function f (x) . Answer Questions 4 through 7.
x 0.6 1.5 3 3.8
y 3.6 5.8 8.9 10.7
8. Suppose that A is a symmetric, positive definite matrix. Let a11 = 49 and the sum of all entries
in the first column be 20. A is decomposed by Cholesky method as A = BB T , find the sum of all
entries in the first column of B.
20 20 20 20
A B − C D None of the others E −
7 49 49 7
9 3 −4
9. Consider the system Ax = B, where A = −1 −9 7 and vectors B = (−20, 13, 11)T ,
2 −4 −7
x = (x1 , x2 , x3 ) . Using the Gauss-Seidel method, solve Ax = B with x(0) = (−1.5, −2.5, 0)T , find
T
Consider the equation cos x − x = 0 with the interval [0, 1]. Using the bisection method to answer
Questions 10 through 11.
10. Compute x4 .
A 0.8188 B 0.0188 C None of the others D -0.2812 E 0.7188
11. How many steps are required (at least) to get solution xn satisfying ∆xn ≤ 0.006?
A 9 B None of the others C 5 D 10
E 7
32 3.2 1 (0) 2
Consider the system AX = B, where A = ,B = ,X = . Using the Jacobi
−4.6 −46 5 3
method, answer Questions 12 through 14.
12. Let X (3) = (a, b)T be an approximate solution of the above system. Find a.
A 0.0394 B None of the others C 2.0394 D 3.0394 E 1.0394
Consider the equation x = 2.6−x . Using the fixed point method with the initial solution x0 = 0.8,
answer Questions 15 through 16.
16. Which value of n below satisfies |xn − xn−1 | ≤ 10−2 ? (Taking the possible smallest value).
A 11 B 12 C 5 D None of the others E 7
Consider the equation x3 − sin(x) − 7 = 0 with the interval [1.3, 2.8] . Using the Newton method to
answer Questions 17 through 18.
17. Compute x3 .
A None of the others B 2.2929 C 1.9929 D 2.0929 E 1.7929