PYTHON /JUPYTER NOTEBOOKS Given the stoichiometric matrix for a set of recations [[ 0. 1. 0. 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. 0. 0. 1. -1. 0. 0. -1. 1.] [ 0. 0. 0. 1. -1. 0. 0. 0. 1. 0.] [ 1. -1. 0. 0. 0. 0. 0. 0. 1. 0.] [ 1. 0. 0. 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 1. 0. 1. -1. 0. 0. 0. 0.] [ 0. 0. 0. 0. 1. -1. -1. 1. 0. 0.] [ 0. 0. 0. 1. -1. 0. -1. 1. 0. 0.]] and also net reaction rate density vector in units of mols/(s ml) r = [0.29895] [−1.51364] [−0.327360] [0.12542] [−1.0311] [−0.17034] [−2.0348] [−0.64358] Compute the species production rate density vector, ? , and show the results with 5 decimal places and state the units. Explain how you obtained the result and what it mean The approved solution for the problem is : g_vec [unit?] = [-0.90568 0.34387 -0.17034 -0.97094 -1.71675 3.41984 1.94624 -2.67839 1.3117 -1.51364]
PYTHON /JUPYTER NOTEBOOKS
Given the stoichiometric matrix for a set of recations
[[ 0. 1. 0. 0. 0. -1. 1. 0. 0. 0.]
[ 0. 0. 0. 0. 1. -1. 0. 0. -1. 1.]
[ 0. 0. 0. 1. -1. 0. 0. 0. 1. 0.]
[ 1. -1. 0. 0. 0. 0. 0. 0. 1. 0.]
[ 1. 0. 0. 0. -1. 0. 1. 0. 0. 0.]
[ 0. -1. 1. 0. 1. -1. 0. 0. 0. 0.]
[ 0. 0. 0. 0. 1. -1. -1. 1. 0. 0.]
[ 0. 0. 0. 1. -1. 0. -1. 1. 0. 0.]]
and also net reaction rate density
r = [0.29895]
[−1.51364]
[−0.327360]
[0.12542]
[−1.0311]
[−0.17034]
[−2.0348]
[−0.64358]
Compute the species production rate density vector, ?
, and show the results with 5 decimal places and state the units. Explain how you obtained the result and what it mean
The approved solution for the problem is : g_vec [unit?] = [-0.90568 0.34387 -0.17034 -0.97094 -1.71675 3.41984 1.94624 -2.67839 1.3117 -1.51364]
Step by step
Solved in 3 steps with 1 images