Dear Friends, please help me in finding (matlab code) the inverse of this matrix. F=[ 1 1 -1 -1; -a b c d; e -f -g h; j k l m]. where a, b, c etc are constants.Best Regards.

1 view (last 30 days)
Dear Friends, please help me in finding (matlab code) the inverse of this matrix.
F=[ 1 1 -1 -1; -a b c d; e -f -g h; j k l m].
where a, b, c etc are constants.Best Regards.

Accepted Answer

Roger Stafford
Roger Stafford on 17 Dec 2014
The Symbolic Math Toolbox contains the function 'inv' which will find the symbolic inverse of your matrix.
Or, if the values of your 12 constants are known, you can use the regular matlab function of the same name, 'inv'.

More Answers (1)

Geoff Hayes
Geoff Hayes on 17 Dec 2014
Hassan - if you are looking for the algorithm to determine the 4x4 matrix inverse, then see the notes from http://www.euclideanspace.com/maths/algebra/matrix/functions/inverse/fourD/index.htm which you can then update given your above matrix.

Community Treasure Hunt

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

Start Hunting!