2016 Update
This commit is contained in:
parent
948b86eafa
commit
dcf5d15da3
7965 changed files with 139854 additions and 31002 deletions
15
Task/Matrix-arithmetic/Java/matrix-arithmetic-2.java
Normal file
15
Task/Matrix-arithmetic/Java/matrix-arithmetic-2.java
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
2
|
||||
1 2
|
||||
3 4
|
||||
Determinant: -2.0
|
||||
Permanent: 10.0
|
||||
|
||||
|
||||
5
|
||||
0 1 2 3 4
|
||||
5 6 7 8 9
|
||||
10 11 12 13 14
|
||||
15 16 17 18 19
|
||||
20 21 22 23 24
|
||||
Determinant: 0.0
|
||||
Permanent: 6778800.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue