Problem 1474. Chebyshev polynomials of the 1st Kind
Solution Stats
Problem Comments
Solution Comments
-
2 Comments
Hi ! I've tried solving your problem using a recursive method, only to be met by a "While evaluating the solution, the server encountered an error caused by long running MATLAB code. Edit the code if needed and then submit." Are recursive codes computable by the matlab online platform ?
Regards,
Adel
Hi! You are overdoing it by using a "for" loop with the recursion: it takes too long and an error is thrown. Remove the loop and try again. Good luck!
Regards, Yaroslav
Problem Recent Solvers65
Suggested Problems
-
Calculate Euler's phi function
82 Solvers
-
Duplicate each element of a vector.
573 Solvers
-
589 Solvers
-
Cell Counting: How Many Draws?
1320 Solvers
-
Sums of Multiple Pairs of Triangular Numbers
227 Solvers
More from this Author18
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!