summaryrefslogtreecommitdiff
path: root/1730/CH4/EX4.1/Exa4_1.sce
blob: d325eca817c9dd08116adbae5a56e5acfe87432b (plain)
1
2
3
4
5
6
7
8
9
10
11
//Exa 4.1
clc;
clear;
close;
//given data :
format('v',11)
VGS=10;//in Volt
IG=0.001;//in uAmpere
IG=IG*10^-6;//in Ampere
RGS=VGS/IG;//in Ohm
disp(RGS*10^-6,"Resistance between gate and source in Mohm : ");