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

4 views (last 30 days)
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?

Answers (1)

Bruno Luong
Bruno Luong on 11 Aug 2022
Edited: Bruno Luong on 11 Aug 2022
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 Comment
Alberto Cuadra Lara
Alberto Cuadra Lara on 11 Aug 2022
That's right, my answer was totally wrong. I delete it to avoid confusion. Thanks Bruno!

Sign in to comment.

Categories

Find more on Linear Algebra in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!