zuai-logo
zuai-logo
  1. AP Pre Calculus
FlashcardFlashcard
Study GuideStudy GuideQuestion BankQuestion BankGlossaryGlossary

What is the formula for a general 2x2 transition matrix?

[p(A→A)p(A→B)p(B→A)p(B→B)]\begin{bmatrix} p(A \rightarrow A) & p(A \rightarrow B) \\ p(B \rightarrow A) & p(B \rightarrow B) \end{bmatrix}[p(A→A)p(B→A)​p(A→B)p(B→B)​]

Flip to see [answer/question]
Flip to see [answer/question]
Revise later
SpaceTo flip
If confident

All Flashcards

What is the formula for a general 2x2 transition matrix?

[p(A→A)p(A→B)p(B→A)p(B→B)]\begin{bmatrix} p(A \rightarrow A) & p(A \rightarrow B) \\ p(B \rightarrow A) & p(B \rightarrow B) \end{bmatrix}[p(A→A)p(B→A)​p(A→B)p(B→B)​]

How to find the state vector after 'n' transitions?

Multiply the transition matrix T by itself 'n' times, then multiply by the initial state vector X: Tn∗XT^n * XTn∗X

How do you find the previous state vector?

Multiply the inverse of the transition matrix by the current state vector: T−1∗XT^{-1} * XT−1∗X

What is the condition for a matrix to be a valid transition matrix?

The sum of entries in each column must equal 1, and all entries must be non-negative.

How do you find the state vector after one transition?

Multiply the transition matrix (T) by the current state vector (X): T∗XT * XT∗X

What is the formula to find the steady-state vector?

Repeatedly multiply the transition matrix by the state vector until the state vector converges. Alternatively, solve TX = X.

How do you calculate the state vector after two transitions?

Multiply the transition matrix by itself, then multiply the result by the initial state vector: T2∗XT^2 * XT2∗X

What is the formula to predict a future state?

Multiply the transition matrix by the current state vector: T∗XT * XT∗X

What formula do you use to predict a past state?

Multiply the inverse of the transition matrix by the current state vector: T−1∗XT^{-1} * XT−1∗X

What is the formula to find the probability of staying in state A?

p(A→A)p(A \rightarrow A)p(A→A)

Explain how a transition matrix models change over time.

It shows the probabilities of moving from one state to another at each time step, allowing us to track how the system evolves.

Explain the concept of a steady state in Markov chains.

It's the long-term distribution where the probabilities of being in each state remain constant, even after multiple transitions.

How can you predict future states using a transition matrix and state vector?

By repeatedly multiplying the transition matrix by the state vector, you can project the probabilities of being in each state at future time intervals.

Why is the sum of entries in each column of a transition matrix equal to 1?

Because each column represents the probabilities of transitioning from a single state to all possible states, and these probabilities must add up to 100%.

What does it mean if a transition matrix has an inverse?

It means you can predict past states by multiplying the inverse of the transition matrix by the current state vector.

What is the significance of the entries in a transition matrix?

Each entry represents the probability of transitioning from one state to another in a single time step.

Why is matrix multiplication order important when using transition matrices?

Because matrix multiplication is not commutative, so changing the order can lead to incorrect results.

Explain how Markov chains can be used to model real-world scenarios.

Markov chains can model systems that transition between states based on probabilities, such as customer behavior, weather patterns, or population dynamics.

What is the purpose of finding the steady-state vector?

To determine the long-term distribution of states, which can help predict the eventual outcome of a system.

How does the initial state vector affect the future states in a Markov chain?

The initial state vector determines the starting point, and the transition matrix then dictates how the probabilities evolve over time from that starting point.

What is a transition matrix?

A matrix representing probabilities of moving between states in a system.

What is a state vector?

A column vector showing probabilities of being in each state at a specific time.

What is a Markov Chain?

A model that describes transitions between states, where the probability of each transition depends only on the current state.

What is steady state?

The distribution of states in a Markov chain that doesn't change over time.

What does the entry p(A→B) in a transition matrix represent?

The probability of moving from state A to state B.

What is the inverse of a matrix?

A matrix that, when multiplied by the original matrix, results in the identity matrix.

What is the identity matrix?

A square matrix with 1s on the main diagonal and 0s elsewhere.

What is the significance of the columns in a transition matrix?

Each column represents the probabilities of transitioning from a specific state to all other possible states.

What is the purpose of using matrices in modeling contexts?

To represent and analyze transitions between different states over time.

What is the difference between a transition matrix and a state vector?

A transition matrix describes how probabilities change, while a state vector describes the probabilities at a specific time.