converting a symbolic vector into a matrix vector product.

my problem is the following:
[b1;b2]=[a11,a12;a21,a22]*[p1;p2]
how do i find the matrix A so that this equation is statisfied.
(in my specific case b1=0 and b2 is a long expession involving terms with both p1 and p2)

댓글 수: 2

Have you tried using solve?
Also, provide the expression for b2 and values for variables, if any.
John D'Errico
John D'Errico 2023년 10월 18일
편집: John D'Errico 2023년 10월 18일
If b1, b2, p1, p2 are the only givens, then you cannot do so. Actually, you could, but there are infinitely many possible solutions. This is an underdetermined problem. So you cannot solve the problem in a unique way.
But worse, I see also the comment that b2 involves terms that have both p1 and p2 inside. That means you effectively have a system of apparently nonlinear equations, but only 2 equations, and 4 unknowns that you wish to solve for, thus rhe elements of A. Now you have an underdetermined nonlinear problem. so still no unique soluitons.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Logical에 대해 자세히 알아보기

제품

릴리스

R2023a

질문:

2023년 10월 18일

편집:

2023년 10월 18일

Community Treasure Hunt

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

Start Hunting!

Translated by