Here is an example of the iterated dominance:

Step 1: It can be verified that for player 2, strictly dominates , so we delete

Step 2: Then, we could recognize that for player 1, strictly dominates , so we delete .

Step 3: Now, for player 2, strictly dominates , so we delete .

Another Example

LCR
U4,35,16,2
M2,18,43,6
D3,09,62,8

The method is the same, At first, we could find for player 2, strictly dominates , so we delete column :

LR
U4,36,2
M2,13,6
D3,02,8

Now, we could find strictly dominates and , we delete them:

LR
U4,36,2
dominates ,
L
U4,3

The final strategy pair is

The payoff is .

The intuition here is that the outcome of the Iterated Dominance is irrelevant to the order of deletion. That means, no matter how we delete the rows or the columns (only if we are correct), the dominated strategy won’t be into an undominated ones.

The key idea is Delete all strictly dominated strategies