Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
julia> [1 2 3 ; 4 5 6] * [1 2 ; 3 4 ; 5 6] # product of a 2x3 by a 3x2
|
||||
2x2 Array{Int64,2}:
|
||||
22 28
|
||||
49 64
|
||||
|
||||
julia> [1 2 3] * [1,2,3] # product of a row vector by a column vector
|
||||
1-element Array{Int64,1}:
|
||||
14
|
||||
Loading…
Add table
Add a link
Reference in a new issue