Community Profile

photo

Mahima Mohan


Last seen: 1 year ago Active since 2022

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


how can integrate black body spectrum in frequency with lowest limit has energy as 13.6 eV in matlab
How can integrate black body equation in frequency with lowest limit has energy 13.6 eV

2 years ago | 1 answer | 0

1

answer

Question


How can I plot loglog graph for a black body spectrum by taking frequency as x axis in matlab
h =6.626e-34; c = 3e8; k= 1.38e-23; T=[3000,5000,10000,20000,30000]; nu=linspace(1e9,1e19,100); B=(2*h*nu.^3/c.^2)/(exp(h*...

2 years ago | 1 answer | 0

1

answer

Question


I'm trying to plot log-log graph for the black body spectrum with frequency range 10^9 to 10^19 with temperatures 3000k, 5000k, 10000k, 20000k, 30000k I can't plot the graph
h =6.626e-34; c = 3e8; k= 1.38e-23; T1 =3000; T2=5000; T3=10000; T4=20000; T5=30000; nu=linspace(1e9,1e19,100); B=(2*h...

2 years ago | 1 answer | 0

1

answer