summaryrefslogtreecommitdiff
path: root/3523/CH4/EX4.10.3/Ex4_3.sce
blob: 4fd8ae6e444771cd2f3a24d7f9f7ca32d50c1d62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Example 3// Ch 4
clc;
clear;
close;
// given data
a=4*1e4;
b=15*1e5;
lb=0;
ub=0.0005;
i=integrate('(a-b*sqrt(x))','x',lb,ub)
as=exp(i);//Avalanche size
printf('Avalache size %f',as)