diff options
Diffstat (limited to '3630/CH21/EX21.3/Ex21_3.sce')
-rw-r--r-- | 3630/CH21/EX21.3/Ex21_3.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3630/CH21/EX21.3/Ex21_3.sce b/3630/CH21/EX21.3/Ex21_3.sce new file mode 100644 index 000000000..993646aef --- /dev/null +++ b/3630/CH21/EX21.3/Ex21_3.sce @@ -0,0 +1,5 @@ +clc;
+Vout=8;
+Vd=40;
+Vin=Vout+Vd;
+disp('V',Vin,"Vin=");//The answers vary due to round off error
|