필터 지우기
필터 지우기

Matrix algebra AxB=C, I want to solve for B

조회 수: 26 (최근 30일)
Stuart Pritchard
Stuart Pritchard 2022년 8월 11일
편집: Bruno Luong 2022년 8월 11일
I have the following matrix equation: A[4x1826] * B[1826x5]=C[4x5]
I have A and C and want to calculate B but I can't remember my matrix algebra because I'm too dumb and old.
Can anyone help me out?

답변 (1개)

Bruno Luong
Bruno Luong 2022년 8월 11일
편집: Bruno Luong 2022년 8월 11일
You can't recover the "original" B, whatever it is, your system is underdetermined (much more unknowns - 1826 - than equations - 4). MATLAB "\" gives ONE solution.
  댓글 수: 1
Alberto Cuadra Lara
Alberto Cuadra Lara 2022년 8월 11일
That's right, my answer was totally wrong. I delete it to avoid confusion. Thanks Bruno!

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

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by