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

26 次查看(过去 30 天)
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
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