diff options
Diffstat (limited to '2096/CH1/EX1.1.b')
-rwxr-xr-x | 2096/CH1/EX1.1.b/ex_1_1_b.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/2096/CH1/EX1.1.b/ex_1_1_b.sce b/2096/CH1/EX1.1.b/ex_1_1_b.sce new file mode 100755 index 000000000..b37190342 --- /dev/null +++ b/2096/CH1/EX1.1.b/ex_1_1_b.sce @@ -0,0 +1,9 @@ +
+// Example 1.b : static correction
+clc, clear
+// given :
+vm=112.68; // voltmeter in volts
+vt=112.6; // voltage in volts
+Es=vm-vt;
+Cs=-Es;
+disp(Cs,"static corection,Cs = (V)")
|