how to find the reversal matrix

2 vues (au cours des 30 derniers jours)
Nir Shwartz
Nir Shwartz le 26 Jan 2022
Modifié(e) : Torsten le 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

Réponses (1)

Torsten
Torsten le 26 Jan 2022
Modifié(e) : Torsten le 26 Jan 2022
B = (v.'\i.').'

Catégories

En savoir plus sur Creating and Concatenating Matrices dans Help Center et File Exchange

Produits


Version

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by