DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
addition of matrix in python using numpy
data
=
np
.
array
(
[
1
,
2
]
)
data2
=
np
.
array
(
[
2
,
3
]
)
np
.
add
(
data
,
data2
)
PREVIOUS
NEXT
Tagged:
#addition
#matrix
#python
#numpy
ADD COMMENT
Topic
COMMENT
Name
6+8 =
Submit