채택된 답변

Walter Roberson
Walter Roberson 2023년 1월 7일

0 개 추천

Hint:
syms n
symsum( 1/factorial(n), n, 0, 10)
ans = 
Second hint:
you can break up the second sum into three pieces: the sum from -20 to -1, the value for 0 exactly, and the sum for 1 to 10. And you can evaluate at 0 exactly by using limit() .
If you do not do this, then you will encounter division by 0.

댓글 수: 1

parid
parid 2023년 1월 7일
thank a lot for suggest to me.
Thank you so much

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

질문:

2023년 1월 7일

댓글:

2023년 1월 7일

Community Treasure Hunt

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

Start Hunting!

Translated by