Problem 55335. Generate Bernoulli polynomials
The Bernoulli polynomial
is a polynomial of order n with the properties that
and for
where the prime denotes differentiation with respect to x, and
Write a function to generate the Bernoulli polynomial of order n. Use MATLAB's approach for specifying the coefficients. For example, the function should return [1 -1/2] for
and [1 -1 1/6] for
.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers6
Suggested Problems
-
Combinations without using nchoosek
129 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
384 Solvers
-
375 Solvers
-
Create the following sequence : 0 1 1 4 9 25 64 169 ...
197 Solvers
-
463 Solvers
More from this Author298
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!