フィルターのクリア

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