Below is the overview of all the core IFO suspension input diagonalizatidons.
Summary: ITMY, PRM, BS are really bad (in that order) and are our top priorities.
UPDATE:
I had originally put the condition number of the calculated input matrix (M) in the last column. However, after some discussion we decided that this is not in fact what we want to look at. The condition number of a matrix is unity if the matrix is completely diagonal. However, even our ideal input matrix is not diagonal, so the "best" condition number for the input matrix is unclear.
What instead we do know is that the matrix, B, that describes the difference between the calculated input matrix, M, and the ideal input matrix, M0: should be diagonal (identity, in fact):
M = M0 B
B should be diagonal (identity, in fact), and it's condition number should ideally be 1. So now we calculate B-1, since it can be calculated from the pre-inverted input matrix:
B-1 = M-1 * M0
From that we calculate cond(B) == cond(B-1).
cond(B) is our new measure of the "badness" of the OSEMS.
new summary: ITMY, PRM, BS are really bad (in that order) and are our top priorities.
|