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

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

That's right, my answer was totally wrong. I delete it to avoid confusion. Thanks Bruno!

Sign in to comment.

Categories

Find more on Mathematics in Help Center and File Exchange

Asked:

on 11 Aug 2022

Edited:

on 11 Aug 2022

Community Treasure Hunt

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

Start Hunting!