summaryrefslogtreecommitdiff
path: root/29/CH1/EX1.6.10/exa1_6_10.sce
blob: 0277af8deb02f38aaa01b6ef54e8f42a646204ec (plain)
1
2
3
4
5
6
7
8
9
10
//Caption:final_value
// example 1.6.10
//page 13
syms t s;
F=4/(s^2+2*s)
x=s*F
x=simple(x)
z=limit(x,s,0);//final value theorem
z=dbl(z);
disp(z,"f(0+)=")