summaryrefslogtreecommitdiff
path: root/3875/CH2/EX2.1/Ex2_1.sce
blob: 031f1044324491394c0e33d024571335459277fa (plain)
1
2
3
4
5
6
7
8
9
clc;
clear;
V=7500 //volume in m^3
T=1.2 //time in seconds

//calculations
A=(0.162*V)/T

mprintf("Total absorption in hall = %0.1f m^2 sabine",A)