summaryrefslogtreecommitdiff
path: root/2459/CH25/EX25.7/Ex25_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '2459/CH25/EX25.7/Ex25_7.sce')
-rw-r--r--2459/CH25/EX25.7/Ex25_7.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2459/CH25/EX25.7/Ex25_7.sce b/2459/CH25/EX25.7/Ex25_7.sce
new file mode 100644
index 000000000..73ae81a85
--- /dev/null
+++ b/2459/CH25/EX25.7/Ex25_7.sce
@@ -0,0 +1,10 @@
+//chapter25
+//example25.7
+//page552
+
+S=0.03 // mm per volt
+spot_shift=3 // mm
+
+V=spot_shift/S // since spot shift = deflection sensitivity * applied voltage
+
+printf("applied voltage = %.3f V \n",V)