summaryrefslogtreecommitdiff
path: root/3769/CH9/EX9.33/Ex9_33.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH9/EX9.33/Ex9_33.sce')
-rw-r--r--3769/CH9/EX9.33/Ex9_33.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH9/EX9.33/Ex9_33.sce b/3769/CH9/EX9.33/Ex9_33.sce
new file mode 100644
index 000000000..3fb6bad23
--- /dev/null
+++ b/3769/CH9/EX9.33/Ex9_33.sce
@@ -0,0 +1,12 @@
+clear
+//Given
+n=30
+B=0.25 //T
+A=1.5*10**-3
+K=10**-3
+
+//Calculation
+S=(n*B*A)/K
+
+//Result
+printf("\n Current sensitivity of the galvanometer is %0.3f degree/A", S)