We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
os resultados salvos na última execução do notebook são os de Dg12 = 1335 em vez de Dg12 = 1335 * 4.184 #J/K (para todos os DGij)
The text was updated successfully, but these errors were encountered:
obs cálculo do GE/RT
lngamma = ((q_E+(q_E.T))-(((q_G * l_D) * (c_x.T)) @ (q_E.T))) @ c_x gamma = np.exp(lngamma) GE_rt = c_x.T @ lngamma return gamma, GE_rt, np.sum(c_x[:,0]*lngamma[:,0])
Sorry, something went wrong.
No branches or pull requests
os resultados salvos na última execução do notebook são os de
Dg12 = 1335
em vez de
Dg12 = 1335 * 4.184 #J/K
(para todos os DGij)
The text was updated successfully, but these errors were encountered: