index
:
Scilab-TBC-Uploads/.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
3838
/
CH2
/
EX2.21.D
/
EX2_21_d.sce
blob: 0af8e06a683254a29144e1f268151de85c571d9f (
plain
)
1
2
3
4
5
6
//EXAMPLE 2.21.D clc; x1=10; x=integrate('1','t',2,x1); disp(x) disp('valid for t>=2')