how to find the reversal matrix

4 views (last 30 days)
Nir Shwartz
Nir Shwartz on 26 Jan 2022
Edited: Torsten on 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

Answers (1)

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

Categories

Find more on Resizing and Reshaping Matrices in Help Center and File Exchange

Products


Release

R2016b

Community Treasure Hunt

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

Start Hunting!