SimReal: Mathematics - Matrix - Operation UiA Logo

[Main Menu] [Help]
Matrix Operation

In this application you can do different operation of two matrix M1 and M2.


Control objects:
- nRow   : Number of rows    in M1 or M2
- nCol   : Number of columns in M1 or M2
- None   : No operation
- Add    : Addition     of M1 and M2   (M1 + M2)
- Prod   : Product      of M1 and M2   (M1 * M2)
- Trans  : Transpose    of M1          (M1T)
- Inv    : Inverse      of M1          (M1-1)
- Pot    : Power k      of M1          (M1k)
- Det    : Determinant  of M1          (Det(M1))
- k      : Power factor of M1          (M1k)
- Clear  : Clear the matrix

MatRIC Logo