Hi Ryan,
Please post code, not images.
The definition of the function planck
does not use the T
argument, so pSun
, pSirius
, pLHS
are identical. Fix that first.
To generate a plot, lambda
has to have a numeric value over a range. What is that range? Maybe you want
Plot[pSun, {lambda, 0., 0.00001}]