Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Case study: linearized game dynamics #2

Open
bchasnov opened this issue Mar 21, 2020 · 0 comments
Open

Case study: linearized game dynamics #2

bchasnov opened this issue Mar 21, 2020 · 0 comments

Comments

@bchasnov
Copy link
Owner

Take a 4x4 matrix split into 2x2 blocks. Parameterize each block by a diagonal component and rotation(s). For symmetric matrices, R(theta) D R(theta)^T, and for non-symmetric matrices, R(theta1) D R(theta2)^T.

Diagonals D are expressed as their average and differences (g’s and f’s).

  • Knobs: four diagonal matrices with two entries, and six angles. 14 in total.
  • Outputs: spectral radius, maximum eigenvalue, is stable, resolvant, quadratic numerical range, etc.

We want to especially look at the case where

  1. A, D<0,
  2. A \nless 0, D < 0,
  3. A > 0, D < 0.

We have strong theory for the case of
M = ((A,P),(P.T,D)) and M=((A,-K),(K.T,D)),
so always be looking at those extremes.

Also, we should simulate a impulse response to the system.

Plotting into tikz will be a crucial feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant