index
:
Scilab-TBC-Uploads/.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
149
/
CH2
/
EX2.1
/
ex1.sce
blob: a98a29805311ea3611e65f547b9c29b052123b39 (
plain
)
1
2
3
4
5
6
7
8
9
clc syms a; syms h; syms g; syms b; syms f; syms c; A=[a h g;h b f;g f c] det(A)