필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

writing out equation in matlab with summation.

조회 수: 1 (최근 30일)
John Smith
John Smith 2014년 10월 17일
마감: MATLAB Answer Bot 2021년 8월 20일
I am trying to solve a simultaneous equation in MATLAB and to write this function down I needed to use symsum.
So for example I have code similar to this:
syms k d(k)
symsum(d(k),1,10) = d(1)+d(2)+...+d(10)
Where the d(k)'s are supposed to be a vector of eigenvalues that I have computed before but once d(k) has been written as a symbolic function then I lose the eigenvalues stored in the vector d. Is there a way aroudn this problem as I cannot seem to find one in MATLAB.

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by