summaryrefslogtreecommitdiff
path: root/3630/CH3/EX3.18/Ex3_18.sce
blob: 0674e089ef06e1afcfce864c6a5c3affa090d6d2 (plain)
1
2
3
4
5
6
7
clc;
//Ex3.18
Vz=9.1; //volt
RL=10000; //ohm
IL=Vz/RL; //Ampere fromV=R*I
disp('micro Amperes',IL*1000000,"IL="); //The answers vary due to round off error