compute_model¶
- TRXASprefitpack.mathfun.compute_model(t: ndarray, eigval: ndarray, V: ndarray, c: ndarray) ndarray[source]¶
Compute solution of the system of rate equations solved by solve_model Note: eigval, V, c should be obtained from solve_model
- Parameters:
t – time
eigval – eigenvalue for equation
V – eigenvectors for equation
c – coefficient
- Returns:
solution of rate equation
Note
eigval, V, c should be obtained from solve_model.