index
:
Scilab-TBC-Uploads/.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
149
/
CH2
/
EX2.3
/
ex3.sce
blob: 0844c5708fe770ae3ea3bd38322ec23895e7407a (
plain
)
1
2
3
4
5
6
clc syms a; syms b; syms c; A=[a a^2 a^3-1;b b^2 b^3-1;c c^2 c^3-1] det(A)