Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Help using solve with matrixes

조회 수: 1 (최근 30일)
Pedro Silva
Pedro Silva 2012년 12월 4일
마감: MATLAB Answer Bot 2021년 8월 20일
Hey everyone.
I have 2 3x3 matrixes (A and B) that I know that represent the same, but are expressed in different ways. The variables that are inside A are known, and the variables that are inside B are the ones that I need to find. However, I am trying to compute everything in a symbolic manner to mantain everything as generic as possible.
So, I was thinking of doing the following:
S=(A-B); %since S solves for eq=0;
[V1 V2 V3] = solve(S);
But I get the Warning: Explicit solution could not be found.
Any ideas?

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by