summaryrefslogtreecommitdiff
path: root/995/CH3/EX3.8/Ex3_8.sce
blob: ddfb7d64d4b5a5a25b9f7c0003632dbb59ad17a8 (plain)
1
2
3
4
5
6
7
8
9
//Ex:3.8
clc;
clear;
close;
I_sc=19;//in uA
R=1000;
R_m=968;
V_out=I_sc*(R*R_m/(R+R_m));
printf("Voltage produced = %d uV",V_out);