parametric matrix equivalence solution

1 vue (au cours des 30 derniers jours)
Vahid Ghazizadeh
Vahid Ghazizadeh le 14 Juin 2011
"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"

Réponse acceptée

John D'Errico
John D'Errico le 14 Juin 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
  1 commentaire
Vahid Ghazizadeh
Vahid Ghazizadeh le 14 Juin 2011
Thanks John, but as I said it was just a simple example, but yes, as you mentioned correctly it was a wrong one. I'll try out symbolic toolbox and this time with a proper example.
Thanks again

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Symbolic Math Toolbox dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by