summaryrefslogtreecommitdiff
path: root/226/CH10/EX10.1
diff options
context:
space:
mode:
Diffstat (limited to '226/CH10/EX10.1')
-rwxr-xr-x226/CH10/EX10.1/example1_sce.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/226/CH10/EX10.1/example1_sce.sce b/226/CH10/EX10.1/example1_sce.sce
new file mode 100755
index 000000000..a016005f0
--- /dev/null
+++ b/226/CH10/EX10.1/example1_sce.sce
@@ -0,0 +1,13 @@
+//chapter 10
+//example 10.1
+//page 381
+printf("\n")
+printf("given")
+Vdd=22;Rd=2*10^3;
+disp("when Id=0")
+Id=0;
+Vds=Vdd-Id*Rd
+disp(" at point A Id=0 nad Vds=22")
+Vds=0;
+Id=Vdd/Rd
+disp(" at point B Id=11mA and Vds=0") \ No newline at end of file