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