solve_l_model¶
- TRXASprefitpack.mathfun.solve_l_model(equation: ndarray, y0: ndarray) Tuple[ndarray, ndarray, ndarray][source]¶
Solve system of first order rate equation where the rate equation matrix is lower triangle
- Parameters:
equation – matrix corresponding to model
y0 – initial condition
- Returns:
eigenvalues of equation
eigenvectors for equation
coefficient where y0 = Vc