Scratchpad#
Use this notebook to solve problems and expeiment with coding
Try prompting ChatGPT to: Plot black body radiation intensity as a function of wavelength for three different temperatures.
import numpy as np
import matplotlib.pyplot as plt
from ipywidgets import interact
import scipy
from scipy.constants import physical_constants, hbar, h, c, k, m_e, Rydberg, e, N_A
%matplotlib inline
%config InlineBackend.figure_format='retina'