index
:
Scilab-TBC-Uploads/.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
3838
/
CH3
/
EX3.7.b
/
EX3_7_B.sce
blob: 13a1e2a7d6b04901bd96dce2232bc92876e671cc (
plain
)
1
2
3
4
5
6
//example 3.7.b clc; Syms s t a=5; F=(t-a)*unit_step(t-a) laplace(F,t,s)