Borrar filtros
Borrar filtros

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

26 visualizaciones (últimos 30 días)
Stuart Pritchard
Stuart Pritchard el 11 de Ag. de 2022
Editada: Bruno Luong el 11 de Ag. de 2022
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?

Respuestas (1)

Bruno Luong
Bruno Luong el 11 de Ag. de 2022
Editada: Bruno Luong el 11 de Ag. de 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 comentario
Alberto Cuadra Lara
Alberto Cuadra Lara el 11 de Ag. de 2022
That's right, my answer was totally wrong. I delete it to avoid confusion. Thanks Bruno!

Iniciar sesión para comentar.

Categorías

Más información sobre Matrix Indexing en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by