![[MAP Logo]](../../maplogo1.gif) 
H.K.D.H. Bhadeshia,
Phase Transformations Group,
Department of Materials Science and Metallurgy,
University of Cambridge,
Cambridge, U.K.
To calculate the inverse of a 3x3 matrix (held in a vector form).
| Language: | FORTRAN | 
| Product form: | Source code | 
MAP_UTIL_INVERS calculates the inverse A of the 3x3 matrix B. Both A and B are in vector form.
None supplied.
None.
No information supplied.
None.
       REAL A(9),B(9)
       INTEGER I
       READ (5,*) (B(I), I=1,9)
       CALL MAP_UTIL_INVERS(A,B)
       WRITE (6,*) (A(I), I=1,9)
       STOP
       END
1.0 1.0 0 0 1.0 1.0 1.0 0 1.0
0.5 -0.5 0.5 0.5 0.5 -0.5 -0.5 0.5 0.5
None.
matrix, inverse
MAP originated from a joint project of the National Physical Laboratory and the University of Cambridge.
MAP Website administration / map@msm.cam.ac.uk