summaryrefslogtreecommitdiff
path: root/1619/CH4/EX4.2.3/Example4_2_3.sce
blob: fa2b48ae45e83520a08b6ac110257143f14bf5e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//Example 4.2.3. pahe 4.15

clc;
clear;
e= 1.602*10^-19;
h= 6.625*10^-34;
v= 3*10^8;
n=0.65;
I= 10*10^-6;
lamda= 900*10^-9;
R= n*e*lamda/(h*v);
Po= 0.5*10^-6;
Ip= Po*R;
M= I/Ip;
printf("The multiplication factor is %.2f",M);