Change values in an iteration scipy
I want to change the F value at those timepoints how do i integrate it here is my code thank u:) When i simulate the F values are 0 `def bior(t, y): V,F,u,ud,Qs,Qmab,Qlac, xv, xd, s, mab, lac = y T_values = [2.03, 5.02,6.03,7.03,7.88,9.03, 10.02,12.02] F_values = [0.2,0.194,0.148,0.156,0.128,0.119,0.232,0.235] # Interpolate the flow value at the […]