필터 지우기
필터 지우기

write this in matlab?

조회 수: 1 (최근 30일)
Relly Syam
Relly Syam 2021년 8월 3일
편집: Relly Syam 2023년 3월 8일
  댓글 수: 2
Walter Roberson
Walter Roberson 2021년 8월 3일
What are the E? Are they function handles? Symbolic functions?
Relly Syam
Relly Syam 2021년 8월 3일
E_n, n=0,..,10 is an Euler polynomial

댓글을 달려면 로그인하십시오.

채택된 답변

Walter Roberson
Walter Roberson 2021년 8월 3일
x = sym("x" +(0:10));
syms X
E = subs(euler(0:10,X),X,x(:));

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Number Theory에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by