symsum returning a large fraction
조회 수: 9(최근 30일)
표시 이전 댓글
I am using the symsum command to obtain a value for the summation of a series. My specific code is
syms g
SUM = symsum(.9^g,g,0,20);
The answer given to me by matlab is 890581010868487640791/100000000000000000000. I can't seem to change the formatting of the value, any help is appreciated!
댓글 수: 0
채택된 답변
추가 답변(0개)
참고 항목
범주
Find more on Calculus in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!