parametric matrix equivalence solution
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
"I have two separate matrices A and B, as an example in the form of A=[a+b, a; b, a+b] and B=[x, y; x+y, x]. In case of A=B, how can I find "a" and "b" according to "x" and "y", which are all parametric? Is there any function already defined in MATLAB to solve this? If there's not, how can I define one? Thanks alot"
0 Commenti
Risposta accettata
John D'Errico
il 14 Giu 2011
You have a system of equalities. 4 of them. In your example they are linear, but since it was just an example, I cannot know.
Use the symbolic toolbox, however, it will likely fail to find an exact solution, since there are 4 equations in only 2 unknowns. An over-determined system like this will usually not have an exact solution.
John
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!