WLJS LogoWLJS Notebook

PlanckRadiationLaw

PlanckRadiationLaw[temperature, λ] returns the spectral radiance for the specified temperature and wavelength λ.

  • PlanckRadiationLaw[temperature, f] returns the spectral radiance for the specified temperature and frequency f.
  • PlanckRadiationLaw[temperature, property] returns the value of the property for the specified temperature.
  • PlanckRadiationLaw[temperature, {λ1, λ2}] returns the integrated result over the wavelength range λ1 to λ2.
  • PlanckRadiationLaw[temperature, {f1, f2}] returns the integrated result over the frequency range f1 to f2.

Examples

PlanckRadiationLaw[5800, Quantity[500, "Nanometers"]]
PlanckRadiationLaw[Quantity[6000, "Kelvins"], "PeakWavelength"]
Plot[PlanckRadiationLaw[5800, Quantity, "Nanometers"]],, 100, 2000}]

*See the official Wolfram Language Reference for more details.

On this page