Problem 44848. Approximate the inverse tangent by power series
Solution Stats
Problem Comments
-
6 Comments
Show
3 older comments
Gergely Patay
on 14 Feb 2019
Please fix the test suite.
William
on 16 Feb 2019
The arguments need to be supplied to the function, as in:
assert(isequal(your_fcn_name(b, n),y_correct))
Jesús Zambrano
on 11 Apr 2019
Test suite has been fixed. Thanks for the comments!!
William
on 26 May 2019
There is still a problem with the test suite. The quantity ff is not defined in test suite problems 2 and 3.
goc3
on 16 Jul 2019
The test suite has been fixed and improved.
goc3
on 16 Jul 2019
Also, note that the input n (polynomial order) refers to the highest-powered term in the series, NOT the number of series terms.
Problem Recent Solvers13
Suggested Problems
-
Construct a string from letters and counts
130 Solvers
-
256 Solvers
-
448 Solvers
-
252 Solvers
-
Celsius to Fahrenheit converter
486 Solvers
More from this Author11
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!