summaryrefslogtreecommitdiff
path: root/3673/CH4/EX4.a.17/Example_a_4_17.sce
diff options
context:
space:
mode:
Diffstat (limited to '3673/CH4/EX4.a.17/Example_a_4_17.sce')
-rw-r--r--3673/CH4/EX4.a.17/Example_a_4_17.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3673/CH4/EX4.a.17/Example_a_4_17.sce b/3673/CH4/EX4.a.17/Example_a_4_17.sce
new file mode 100644
index 000000000..a81fa267f
--- /dev/null
+++ b/3673/CH4/EX4.a.17/Example_a_4_17.sce
@@ -0,0 +1,10 @@
+//Example_a_4_17 page no:182
+clc;
+P=0.03;
+x0=0;
+x1=0.01;
+Vav=(1/P)*((20*x1)-(20*x0));
+Veff=sqrt((1/P)*(20^2*x1));
+form_factor=Veff/Vav;
+disp(form_factor,"the form factor is");
+//in textbook calculation of Veff is wrong so the form factor value varies in textbook