diff options
Diffstat (limited to '1388/CH7/EX7.8')
-rwxr-xr-x | 1388/CH7/EX7.8/7_8.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1388/CH7/EX7.8/7_8.sce b/1388/CH7/EX7.8/7_8.sce new file mode 100755 index 000000000..006d9fe37 --- /dev/null +++ b/1388/CH7/EX7.8/7_8.sce @@ -0,0 +1,8 @@ +clc
+//initialisation of variables
+l= 349.82
+F= 96493.1 //coloumb
+//CALCULATIONS
+u= l/F
+//RESULTS
+printf (' effective mobility = %.3e volt sec^-1 ',u)
|