summaryrefslogtreecommitdiff
path: root/3523/CH3/EX3.7.12
diff options
context:
space:
mode:
Diffstat (limited to '3523/CH3/EX3.7.12')
-rw-r--r--3523/CH3/EX3.7.12/Ex3_12.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3523/CH3/EX3.7.12/Ex3_12.sce b/3523/CH3/EX3.7.12/Ex3_12.sce
new file mode 100644
index 000000000..9890502cb
--- /dev/null
+++ b/3523/CH3/EX3.7.12/Ex3_12.sce
@@ -0,0 +1,10 @@
+//Example 12// Ch 3
+clc;
+clear;
+close;
+// given data
+c=3*10^8;
+h=4.15*10^-15;
+lmax=1000*10^-10;
+We=(c*h)/lmax;
+printf("binding energy of gas %f eV",We)