summaryrefslogtreecommitdiff
path: root/1730/CH4/EX4.1/Exa4_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '1730/CH4/EX4.1/Exa4_1.sce')
-rwxr-xr-x1730/CH4/EX4.1/Exa4_1.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1730/CH4/EX4.1/Exa4_1.sce b/1730/CH4/EX4.1/Exa4_1.sce
new file mode 100755
index 000000000..d325eca81
--- /dev/null
+++ b/1730/CH4/EX4.1/Exa4_1.sce
@@ -0,0 +1,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 : "); \ No newline at end of file