index
:
Scilab-TBC-Uploads/.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
149
/
CH9
/
EX9.10.2
/
example10_2.sce
blob: 8eea8a3e48797db2b097b527cba7858ba282729f (
plain
)
1
2
3
4
5
clc syms a b n; l=(b+1/n)/(a+1/n) disp(limit(l,n,0));