Problem 61000. Touchard Polynomial
T1(x) = x;
output = [1 0];
T2(x) = x^2 + x;
output = [1 1 0];
Only vectorized solutions will be accepted. Check the test suite for banned functions.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers6
Suggested Problems
-
6 Solvers
More from this Author39
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!