Generation

generate functionTue, 18 Apr 2023

resolver la ecuacion de maxwell

import numpy as np def maxwell(q_e, m_e, T): return q_e ** 4 * np.exp(-m_e / (2 * k_b * T)) / (2 * np.pi ** 2 * hbar ** 3)

Questions about programming?Chat with your personal AI assistant