how to find the reversal matrix

3 Ansichten (letzte 30 Tage)
Nir Shwartz
Nir Shwartz am 26 Jan. 2022
Bearbeitet: Torsten am 26 Jan. 2022
in case i have two vectors v and i, while v=A*i (A is a matrix).
who can i find matrix B where i=B*v? i'm not sure how to code this with matlab.
thanks

Antworten (1)

Torsten
Torsten am 26 Jan. 2022
Bearbeitet: Torsten am 26 Jan. 2022
B = (v.'\i.').'

Kategorien

Mehr zu Resizing and Reshaping Matrices finden Sie in Help Center und File Exchange

Produkte


Version

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by