index
:
Scilab-TBC-Uploads/.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
162
/
CH5
/
EX5.2
/
example52.sce
blob: 0c1334ee6fc5cd7a0a8815a7e450d16136b68020 (
plain
)
1
2
3
4
5
6
//Example 5.2 clc; syms t; h=%e^(-3*t); H=laplace(h); disp(H,'Transfer Function is');