how to find the reversal matrix

2 次查看(过去 30 天)
Nir Shwartz
Nir Shwartz 2022-1-26
编辑: Torsten 2022-1-26
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

回答(1 个)

Torsten
Torsten 2022-1-26
编辑:Torsten 2022-1-26
B = (v.'\i.').'

类别

Help CenterFile Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息

产品


版本

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by