summaryrefslogtreecommitdiff
path: root/3769/CH9/EX9.38/Ex9_38.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH9/EX9.38/Ex9_38.sce')
-rw-r--r--3769/CH9/EX9.38/Ex9_38.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH9/EX9.38/Ex9_38.sce b/3769/CH9/EX9.38/Ex9_38.sce
new file mode 100644
index 000000000..362182881
--- /dev/null
+++ b/3769/CH9/EX9.38/Ex9_38.sce
@@ -0,0 +1,11 @@
+clear
+//Given
+V=100
+v=1
+a=1980
+
+//Calculation
+Rm=a/(V-v)
+
+//Result
+printf("\n Resistance of the voltmeter is %0.3f ohm", Rm)