Doing a symbolic Comparison of Coefficients for arbitrary length of coefficients
1 回表示 (過去 30 日間)
古いコメントを表示
Hello Folks,
I need to do a comparison of coefficients with an arbitray number of coeeficients. For example, Imagine the following PDE:
with an initial function:
. Inserting this into the PDE, derivate and solving
yields a very long equation with different variations of sin/cos. Now here comes the question: How can I do (symbolic) comparison of coefficients, such that I get the following equations (only exemplary):
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/275749/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/275750/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/275751/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/275752/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/275753/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/275754/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/275755/image.png)
After receiving the equations, I want to transfer them into a system of equations. I read something about determining the coefficients by matlab itself, but I guess it is a problem that the number of coefficients
depend on the length of my initial function. Is there any possibility to do this?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/275756/image.png)
Thanks in advance!
0 件のコメント
採用された回答
Walter Roberson
2020 年 3 月 7 日
You can subs() a variable for the expression cos(n*t) and then you can use coeffs() to extract the coefficients that it is multiplied by.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Partial Differential Equation Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!