Using the function symsum.

조회 수: 17 (최근 30일)
Shane Kosir
Shane Kosir 2016년 10월 25일
답변: Walter Roberson 2016년 10월 25일
I use symsum(k^2,k,0,4) in the command window but it brings back "undefined function or variable "k"". What else do I need to do?

답변 (1개)

Walter Roberson
Walter Roberson 2016년 10월 25일
syms k
symsum(k^2,k,0,4)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by