フィルターのクリア

Method for Calculating Steady State Probablities from Transition Matrix

5 ビュー (過去 30 日間)
Masood Abbasi
Masood Abbasi 2018 年 5 月 6 日
コメント済み: Issy P 2019 年 10 月 26 日
Hi, I have 40 x 40 Transition Matrix. Can any one tell me the code to get steady state probabilities from this Matrix.
  1 件のコメント
Issy P
Issy P 2019 年 10 月 26 日
Hi, I have a 16x16 transition matrix and want to find the steady state matrix using the eigenvalue of 1. I am completely new to matlab and need to find this for a school assignment. What was the code that you used to find it?

サインインしてコメントする。

回答 (1 件)

Matt J
Matt J 2018 年 5 月 6 日
Use eig() to find the eigenvector with eigenvalue 1.
  2 件のコメント
Masood Abbasi
Masood Abbasi 2018 年 5 月 7 日
Can you eloborate if i have TM= transition matrix then what the code would be. Like eig(TM,1). My matrix is 40x40. Thanks

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeLinear Algebra についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by