Problem 55775. Taylor Series
Solution Stats
Problem Comments
-
2 Comments
Rafael S.T. Vieira
on 30 Oct 2022
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.
Ricardo
on 3 Feb 2023
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
Show commentsProblem Recent Solvers73
Suggested Problems
-
Number of 1s in a binary string
7046 Solvers
-
The Answer to Life, the Universe, and Everything
491 Solvers
-
Create an index-powered vector
579 Solvers
-
915 Solvers
-
3878 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!