Introduction to Operations Research: Models and Methods
Classified in Mathematics
Written on in English with a size of 4.8 KB
1) What is an Inverse Matrix and How Do You Calculate It?
A matrix A-1 is called the inverse matrix of a matrix A (nxn) if AxA-1= A-1xA=E (where E is the identity unit matrix).
We calculate it by performing row operations on the augmented matrix (A | I) to transform it into (I | B). If this reduction is possible, then B=A-1, which is the inverse matrix of A.
2) Define the Model of a Game
Games can be modeled in various forms:
- Tree Form Model (Game Tree): Represents the game as a sequence of decisions (moves) made by players.
- Normal Form Model: Represents the game using:
- List of players
- List of strategy spaces for each player
- List of payoff functions (decision matrix) defining outcomes for each combination of strategies.
- Characteristic Function Form: