summaryrefslogtreecommitdiff
path: root/1376/CH3/EX3.3/3_3.sci
blob: f564c815e3c2450091fa71fff3b1c2ea98370a74 (plain)
1
2
3
4
5
6
7
//3.3
clc;
Is=150*10^-6;
I=50*10^-6;
R=4*10^3;
Rt=R*I/Is;
printf("\nthe value of total resistance=%.2f ohm",Rt)