How to do a taylor series in matlab with e?
조회 수: 1 (최근 30일)
이전 댓글 표시
if the equation was g(x)=e^x/(cos(x)+tan3(x)) for x=2 I tried >> x=2;taylor(exp(e^x/(cos(x)+tan3(x)))) but an error comes up with undefined function or variable 'e'
댓글 수: 0
답변 (1개)
Todd Leonhardt
2016년 5월 25일
편집: Todd Leonhardt
2016년 5월 25일
Check out this example of how to compute Taylor series in Matlab:
Make sure you define x as a symbolic variable first.
댓글 수: 2
Todd Leonhardt
2016년 5월 25일
taylor operates symbolically
You need to give it the variable.
Do you have the symbolic math toolbox?
참고 항목
카테고리
Help Center 및 File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!