input = x - the degree of the polynomial
output = matrix of Legendre polynomials
Solution Stats
Problem Comments
4 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers25
Suggested Problems
-
Calculate the Levenshtein distance between two strings
1513 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
2070 Solvers
-
Convert a numerical matrix into a cell array of strings
2555 Solvers
-
302 Solvers
-
Remove entire row and column in the matrix containing the input values
576 Solvers
More from this Author8
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Test suite has been expanded
As always, please don't use isequal() for comparing floating-point numbers. (My initial attempt would've failed the last test with a deviation on the order of 1e-15, for instance.)
Test suite has been updated to check tolerance instead of equality.
Thanks, Dyuman!