diff options
Diffstat (limited to '1439/CH14/EX14.6')
-rwxr-xr-x | 1439/CH14/EX14.6/14_6.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1439/CH14/EX14.6/14_6.sce b/1439/CH14/EX14.6/14_6.sce new file mode 100755 index 000000000..953512d17 --- /dev/null +++ b/1439/CH14/EX14.6/14_6.sce @@ -0,0 +1,8 @@ +clc
+//initialisation of variables
+E= -0.403 //volt
+E1= -0.763 //volt
+//CALCULATIONS
+E0= E-E1
+//RESULTS
+printf ('voltage of cell = %.3f volt',E0)
|