How would I get CoCalc to solve this code for mdot[2], having defined all of the other values already?
mdot[2] = ((mdot[1] + mdot[2])*h[3]) - ((mdot[1]*h[1]) + mdot[2]*h[2])