필터 지우기
필터 지우기

How to solve system of nonlinear equations (A-x1)*x2=B?

조회 수: 2 (최근 30일)
Wanda Love
Wanda Love 2015년 6월 8일
댓글: Torsten 2015년 6월 8일
A and x1 are 300*1 vectors, x2 is a 1*2000 vector, B is a 300*2000 sparse matrix.
(A-x1)*x2=B
we know A, B, then how can we calculate both vector x1 and x2?

답변 (1개)

Torsten
Torsten 2015년 6월 8일
Choose x1_i (1<=i<=300) arbitrarily and x2_j = b_ij/(a_i-x1_i) (1<=j<=2000).
Best wishes
Torsten.
  댓글 수: 2
Wanda Love
Wanda Love 2015년 6월 8일
편집: Wanda Love 2015년 6월 8일
Thanks Torsten, can I calculate x1 and x2 at the same time? actually, x1 is a noisy vector which I cannot anticipate how does it look like, and I am expecting to get it as well.
Torsten
Torsten 2015년 6월 8일
As I already posted, there are infinitly many solutions for x1 and x2 that satisfy your above equations.
If you prescribe x1, then x2 is uniquely determined.
Best wishes
Torsten.

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

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by