Borrar filtros
Borrar filtros

linsolve for coefficient matrix

2 visualizaciones (últimos 30 días)
巧云
巧云 el 16 de Oct. de 2023
Movida: Torsten el 16 de Oct. de 2023
From what I understand, linsolve(A, B) can help to solve for X, where AX = B, and A and B are matricies.
However, say I would like to solve for X, where XA = B. Would that be possible? And how exactly could I do this. Thanks!

Respuesta aceptada

Dyuman Joshi
Dyuman Joshi el 16 de Oct. de 2023
You are looking for mrdivide, /.
  1 comentario
巧云
巧云 el 16 de Oct. de 2023
Oh cool! Thank you so much! Think that did the job!

Iniciar sesión para comentar.

Más respuestas (1)

Torsten
Torsten el 16 de Oct. de 2023
Movida: Torsten el 16 de Oct. de 2023
A.'*X.' = B.'

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Productos


Versión

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by