BlackBodyRadiation`
BlackBodyRadiation`

BlackBodyProfile

As of Version 10.0, black-body radiation functionality is built into the Wolfram Language »

BlackBodyProfile[temp1,temp2,]

generates a plot of black-body spectral distribution profiles at the specified temperatures temp1,temp2,.

Details and Options

  • To use BlackBodyProfile, you first need to load the Black-Body Radiation Package using Needs["BlackBodyRadiation`"].
  • The temperatures tempi are typically measured in degrees Kelvin (Kelvin). For example: 5000 Kelvin.
  • BlackBodyProfile has the same options as Plot.
  • PlotStyle->{style1,style2,} can be used to specify different styles for each profile curve.