Path: Math/Linear
% Inverse of a 3x3 matrix. Since version 1. -------------------------------------------------------------------------- Form: ainv = Inv3x3( a ) -------------------------------------------------------------------------- ------ Inputs ------ a (3,3) A matrix ------- Outputs ------- ainv (3,3) The inverse of a --------------------------------------------------------------------------
Back to the Math Module page