From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3718/CH6/EX6.4/Ex6_4.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 3718/CH6/EX6.4/Ex6_4.sce (limited to '3718/CH6/EX6.4/Ex6_4.sce') diff --git a/3718/CH6/EX6.4/Ex6_4.sce b/3718/CH6/EX6.4/Ex6_4.sce new file mode 100644 index 000000000..53d63487a --- /dev/null +++ b/3718/CH6/EX6.4/Ex6_4.sce @@ -0,0 +1,13 @@ +//Chapter 6: Electrochemistry +//Problem: 4 +clc; + +//Declaration of Variable +Eo_Cu = 0.3370 // Cu+2 -> Cu +Eo_Zn = - 0.7630 // Zn -> Zn +2 + +// Solution +Eo_cell = Eo_Cu - Eo_Zn + +mprintf("Daniel cell is, Zn | Zn +2 || Cu+2 | Cu\n") +mprintf(" Eo (cell) is %.1f V", Eo_cell) -- cgit