summaryrefslogtreecommitdiff
path: root/2939/CH9/EX9.1/Ex9_1.sce
blob: 419e6c278ee381ce66a865ef991e6b692443f100 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

//Ex9_1

clc;

//Give:
t=3600;// in seconds
F=96500;// in columbs
// Formula: m=0.0373fMit, Faraday's law: m=(itE)/F

//Solution:
constant=t/F;
printf("The value of numerical constant is = %f",constant)