如何在 Python 中求解转换矩阵?

问题描述 投票:0回答:0

我有 n 个向量 v_i, 1<=i<=n, and a starting vector v_0. I would like to solve for an nxn transition matrix A, s.t. A^i * v_0 = v_i for all i. What is the easiest way to implement this in python?

python matrix linear-algebra markov-chains
© www.soinside.com 2019 - 2024. All rights reserved.