diff options
Diffstat (limited to '1286/CH15/EX15.11/15_11.sce')
-rwxr-xr-x | 1286/CH15/EX15.11/15_11.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1286/CH15/EX15.11/15_11.sce b/1286/CH15/EX15.11/15_11.sce new file mode 100755 index 000000000..833becc7b --- /dev/null +++ b/1286/CH15/EX15.11/15_11.sce @@ -0,0 +1,8 @@ +clc
+//initialisation
+de=5.52*10^-21//j
+k=1.38*10^-23
+//CALCULATIONS
+t=de/(2*k)
+//results
+printf(' \n temperature of system= % 1f k',t)
|