Doing a symbolic Comparison of Coefficients for arbitrary length of coefficients
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
FBBVC
el 7 de Mzo. de 2020
Respondida: Walter Roberson
el 7 de Mzo. de 2020
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):
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?
Thanks in advance!
0 comentarios
Respuesta aceptada
Walter Roberson
el 7 de Mzo. de 2020
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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Partial Differential Equation Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!