Group Abstract Group Abstract

Message Boards Message Boards

0
|
4.2K Views
|
2 Replies
|
2 Total Likes
View groups...
Share
Share this post:

Solving for value inside matrix

Posted 4 years ago
POSTED BY: Kaylea Anderson
2 Replies

Maybe this?

Eigenvalues[{{6/10, a}, {2/3, 0}}]
Solve[%[[2]] == 1]

You can make an interactive simulation:

Manipulate[
 DiscretePlot[
  MatrixPower[{{6/10, a}, {2/3, 0}}, n] . {110, 30}, {n, 0, 10}, 
  Joined -> True],
 {{a, 3/5}, 0, 1}]
POSTED BY: Gianluca Gorni
POSTED BY: Marco Thiel
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard