summaryrefslogtreecommitdiff
path: root/46/CH5/EX5.1/Example5_1.sce
blob: 5f5368ba0014101b6d942f71d7bb2f24df341638 (plain)
1
2
3
4
5
6
7
8
9
//Example 5.1
tau=0.1;//min
xs=90;//degrees
A=10;//degrees
Y_inf=10;//degrees
Y_t=8;//degrees
//Substituting into Eq.(5.12) the appropriate values of Y_t,A,and tau gives
t=-0.1*logm(1-(Y_t/A));//min
disp('min',t,'time=')