summaryrefslogtreecommitdiff
path: root/1427/CH6/EX6.1/6_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '1427/CH6/EX6.1/6_1.sce')
-rw-r--r--1427/CH6/EX6.1/6_1.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/1427/CH6/EX6.1/6_1.sce b/1427/CH6/EX6.1/6_1.sce
new file mode 100644
index 000000000..83cb19d41
--- /dev/null
+++ b/1427/CH6/EX6.1/6_1.sce
@@ -0,0 +1,7 @@
+//ques-6.1
+//Calculating reduction potential for a half cell
+clc
+e1=-2.48;//reduction of Ce(4+) (in V)
+e2=1.61;//reduction of Ce(3+) (in V)
+E=e1+e2;
+printf("The reduction potential of the half-cell is %.2f V.",E);