index
:
Scilab-TBC-Uploads/.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
3838
/
CH3
/
EX3.24.a
/
EX3_24_A.sce
blob: 26a01bc1d3f1654a360537d29521e735ad851307 (
plain
)
1
2
3
4
5
//Example 3.24.a clc; Syms s t; x=laplace(((2+t)*(exp(-3*t)),t,s); disp(x);