summaryrefslogtreecommitdiff
path: root/3835/CH1/EX1.8/Ex1_8.sce
blob: 2927d3a7b915e2610e967a403441b0b44698773d (plain)
1
2
3
4
5
6
7
8
9
clear
//
res=0.02*(10**-6)
l=4000*80*(10**-2)
a=0.8*(10**-6)
R=(res*l)/(a)
printf("\n R= %0.1f  ohm",R)
power=(230*230)/(80)
printf("\n power= %0e  W",power)