summaryrefslogtreecommitdiff
path: root/3363/CH10/EX10.5/Ex10_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3363/CH10/EX10.5/Ex10_5.sce')
-rwxr-xr-x3363/CH10/EX10.5/Ex10_5.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3363/CH10/EX10.5/Ex10_5.sce b/3363/CH10/EX10.5/Ex10_5.sce
new file mode 100755
index 000000000..d564f6229
--- /dev/null
+++ b/3363/CH10/EX10.5/Ex10_5.sce
@@ -0,0 +1,10 @@
+//Example 10.5, page 386
+clc
+a=1*(1+1)
+x=a+a-a
+y=2*a
+g=1+(x/y)
+u=9.3*10^-24//amp-m2
+B=1/10//in Tesla
+delta_E=u*B*g
+printf("\n The displace energy is %e ev",delta_E) \ No newline at end of file