2 个评论

What are the E? Are they function handles? Symbolic functions?
E_n, n=0,..,10 is an Euler polynomial

请先登录,再进行评论。

 采纳的回答

Walter Roberson
Walter Roberson 2021-8-3

0 个投票

x = sym("x" +(0:10));
syms X
E = subs(euler(0:10,X),X,x(:));

更多回答(0 个)

类别

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by