Modal Assurance Criterion

Returns the MAC (Modal Assurance Criterion) for two given input matrices A, B containing modal vectors column-wise. One is the reference modal base (for example, measured), the other the base to compare (for example, simulated). The matrices must have the same number of rows.

mac(A, B) = |A'B|2 / ( A' A B' B)

Syntax

mac(A, B)

Types
 Variable NameValue TypeVariable Type
Arguments:Areal, complexmatrix
Breal, complexmatrix
Result: Creal matrix
Calculator Input

Use the mac button to complete the operation.

Example
IDDescriptionTypeValueExpression
AArgumentREAL MATRIX

[[1,3],[3,5]]
BArgumentREAL MATRIX

[[1,2],[3,5]]
C Result REAL MATRIX

mac(A,B)