summaryrefslogtreecommitdiff
path: root/1026/CH6/EX6.6/Example6_6.sce
blob: 8b26dd4741c96fba01117fbeb26d62c1b4b61691 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//chapter6,Example6_6,pg 123

ni=2*10^19

e=1.6*10^-19

up=0.17

un=0.36

V=2

A=10^-4

d=0.3*10^-3

I=(ni*e*(up+un)*V*A)/d

printf("current produced in Ge-plate\n")

printf("I=%.4f A",I)