diff options
Diffstat (limited to '1026/CH6/EX6.1/Example6_1.sce')
-rwxr-xr-x | 1026/CH6/EX6.1/Example6_1.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/1026/CH6/EX6.1/Example6_1.sce b/1026/CH6/EX6.1/Example6_1.sce new file mode 100755 index 000000000..5b9eb9abc --- /dev/null +++ b/1026/CH6/EX6.1/Example6_1.sce @@ -0,0 +1,13 @@ +//chapter6,Example6_1,pg 121
+
+e=1.6*10^-19
+
+V=1000
+
+m=9.1*10^-31
+
+v=sqrt((2*e*V)/m)
+
+printf("final velocity of electron\n")
+
+printf("v=%.f m/sec",v)
\ No newline at end of file |