diff options
Diffstat (limited to '3630/CH8/EX8.3/Ex8_3.sce')
-rw-r--r-- | 3630/CH8/EX8.3/Ex8_3.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3630/CH8/EX8.3/Ex8_3.sce b/3630/CH8/EX8.3/Ex8_3.sce new file mode 100644 index 000000000..3c089802d --- /dev/null +++ b/3630/CH8/EX8.3/Ex8_3.sce @@ -0,0 +1,6 @@ +clc;
+Zin=1500; //ohm
+Rs=100; //Ohm
+Vs=0.002; //Volt
+Vin=Vs*(Zin/(Zin+Rs)); //Volt
+disp('mV',Vin*1000,"Vin=");//The answers vary due to round off error
|