summaryrefslogtreecommitdiff
path: root/3630/CH13/EX13.3/Ex13_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '3630/CH13/EX13.3/Ex13_3.sce')
-rw-r--r--3630/CH13/EX13.3/Ex13_3.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/3630/CH13/EX13.3/Ex13_3.sce b/3630/CH13/EX13.3/Ex13_3.sce
new file mode 100644
index 000000000..167f683fd
--- /dev/null
+++ b/3630/CH13/EX13.3/Ex13_3.sce
@@ -0,0 +1,8 @@
+clc;
+Vdd=20;
+Id=0.01;
+Rd=1000;
+Vgs=Vdd-Id*Rd;
+disp('V',Vgs,"Vgs=")//The answers vary due to round off error
+
+