diff options
Diffstat (limited to '3630/CH2/EX2.3/Ex2_3.sce')
-rw-r--r-- | 3630/CH2/EX2.3/Ex2_3.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3630/CH2/EX2.3/Ex2_3.sce b/3630/CH2/EX2.3/Ex2_3.sce new file mode 100644 index 000000000..f64ef73b0 --- /dev/null +++ b/3630/CH2/EX2.3/Ex2_3.sce @@ -0,0 +1,7 @@ +clc
+//ex2.3
+Vd=0.7;//volt
+Vs=6;//volt
+Vr1=Vs-Vd; //volt//Voltmeter's reading
+disp( 'Volt',Vr1*1,"Vr1=");
+
|