index
:
Scilab-TBC-Uploads/.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
104
/
CH2
/
EX2.13
/
2_13.sce
blob: 1fd3d6ab3ab140aaafdb0d7b3cefeb78698d86d7 (
plain
)
1
2
3
4
5
//adjoint of a matrix A=[1 2;3 4] i=inv(A) a=i.*det(A) disp(a)