Power method to rank baseball teams

In summary, the conversation discusses using the power method to rank a baseball league with a given matrix. The method involves repeatedly scaling a vector with the matrix and finding the eigenvalues and eigenvectors to compute matrix powers. However, this may be difficult if the numbers are made up.
  • #1
Punkyc7
420
0
Use the power method to rank the baseball league with the matrix

{ 1, .5, .5}
{.5, 1, 1/3}
{.5, 2/3, 1}


So I choose some random matrix which sum to one so
let x={.5,.3,.2}^T


So

{ 1, .5, .5}
{.5, 1, 1/3} {.5,.3,.2}^T= X[itex]_{1}[/itex]
{.5, 2/3, 1}


And I keep repeating this scaling the new x vector. Is there an easier way to do this or does it have to be done with technology?
 
Physics news on Phys.org
  • #2
So you want to compute matrix powers of a vector? The usual way to do this is to find the eigenvalues and eigenvectors of the 3x3 matrix and express the vector as a sum of eigenvectors. If you are just making up the numbers, you might find it's pretty hard to find the eigenvectors, though.
 

Related to Power method to rank baseball teams

1. What is the power method to rank baseball teams?

The power method is a mathematical algorithm used to rank a set of objects based on a specific criteria. In the case of ranking baseball teams, the power method takes into account a team's win-loss record and strength of schedule to determine their overall ranking.

2. How does the power method work?

The power method works by assigning a "power score" to each team based on their winning percentage and the winning percentages of their opponents. This score is then used to rank the teams in order, with the highest score being the top-ranked team.

3. What are the advantages of using the power method to rank baseball teams?

The power method takes into account a team's overall performance, rather than just their win-loss record. It also considers the strength of their opponents, giving a more accurate representation of a team's strength. Additionally, the power method is a fair and objective way to rank teams, as it is based on mathematical calculations rather than subjective opinions.

4. Are there any limitations to using the power method to rank baseball teams?

The power method is not a perfect system and may not always accurately reflect a team's true strength. It does not take into account factors such as injuries, player performance, or team chemistry, which can all have an impact on a team's success. Additionally, the power method may not work well for smaller or less competitive leagues.

5. How is the power method different from other ranking methods?

The power method differs from other ranking methods in that it takes into account the strength of a team's opponents, rather than just their win-loss record. It also uses a mathematical approach rather than relying on subjective opinions or polls. Other ranking methods may also consider additional factors such as individual player statistics or team dynamics.

Similar threads

  • Calculus and Beyond Homework Help
Replies
1
Views
420
  • Calculus and Beyond Homework Help
Replies
12
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
559
  • Calculus and Beyond Homework Help
Replies
4
Views
3K
  • Calculus and Beyond Homework Help
Replies
11
Views
2K
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
599
  • Calculus and Beyond Homework Help
Replies
8
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
2K
  • Calculus and Beyond Homework Help
Replies
6
Views
337
Back
Top