Problem 55775. Taylor Series
Solution Stats
Problem Comments
-
2 Comments
Using sin(x) to test the tolerance level is probably inadequate. We should be testing how much a new term improved the solution compared to the previous one. If we calculate sin(x) there is no need to use the Taylor series.
You are right. I made a solution with the remainder of Lagrange for error estimation. I avoided the sin(x) usage for comparing approximation and real values.
Solution Comments
-
1 Comment
And where is the Taylor series in your solution?
Problem Recent Solvers56
Suggested Problems
-
The Goldbach Conjecture, Part 2
1911 Solvers
-
Solve the set of simultaneous linear equations
361 Solvers
-
Return the first and last characters of a character array
7136 Solvers
-
Set some matrix elements to zero
375 Solvers
-
363 Solvers
More from this Author10
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!