index
:
Scilab-TBC-Uploads/.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
1436
/
CH3
/
EX3.1
/
ex3_1.sce
blob: 4be93a77bc803fc1aa1a4be442e358126b1029d1 (
plain
)
1
2
3
4
5
6
7
// Example 3.1, page no-163 clear clc m1=20 a=5 F=m1*a printf("F = %d Newtons",F)