summaryrefslogtreecommitdiff
path: root/3487/CH6/EX6.4/Ex6_4.sce
blob: a67907f49b44ffdafe0840710b0b601ed20c719f (plain)
1
2
3
4
5
6
7
8
9
//Chapter 6,Example 6.4 Page 200
clc
clear
t = 60
C = 600*10^-12
V = 250
v = 92
R = t/(C*log(V/v))
printf (" R = %e ohm \n ",R)