diff options
Diffstat (limited to '3665/CH6/EX6.4/Ex6_4.sce')
-rw-r--r-- | 3665/CH6/EX6.4/Ex6_4.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3665/CH6/EX6.4/Ex6_4.sce b/3665/CH6/EX6.4/Ex6_4.sce new file mode 100644 index 000000000..7d4080f9c --- /dev/null +++ b/3665/CH6/EX6.4/Ex6_4.sce @@ -0,0 +1,12 @@ +clc//
+//
+//
+
+//Variable declaration
+V=1600; //voltage(V)
+
+//Calculation
+lamda=12.26/sqrt(V); //de broglie wavelength(angstrom)
+
+//Result
+printf("\n de broglie wavelength is %0.3f angstrom",lamda)
|