how to find the reversal matrix

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

Answers (1)

Torsten
Torsten on 26 Jan 2022
Edited: Torsten on 26 Jan 2022
B = (v.'\i.').'

Products

Release

R2016b

Asked:

on 26 Jan 2022

Edited:

on 26 Jan 2022

Community Treasure Hunt

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

Start Hunting!