Consider the following allocation and request matrices, where E is the vector representing the resources of each type that exist in the system and A si the vector representing the resources currently available.

E = (3, 5, 4) A = (0, 4, 2)

Current Allocation Matrix:

[1 0 1]

[1 1 1]

[1 0 0]

Current Request Matrix:

[0 2 0]

[2 0 0]

[1 1 4]

T/F: This matrix is deadlocked