summaryrefslogtreecommitdiff
path: root/2489/CH13/EX13.1/13_1.sce
blob: 2d4407d6e2253adaa8f472663b1f3792794e9c1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clc
//Intitalisation of variables
clear
F= 96500 //coulombs
t= 3600 //sec
n= 0.75 //mole
v= 22.4 //lit
v1= 0.336 //lit
//CALCULATIONS
cs= F*v1/(n*v*t)
//RESULTS
printf ('Current strength = %.3f amp',cs)