Login
Remember
Register
Ask a Question
What is the output of print(np.dot([1,2,3],[[1],[2],[3]])?
+1
vote
asked
Jan 28, 2020
in
Data Handling
by
rahuljain1
What is the output of print(np.dot([1,2,3],[[1],[2],[3]])?
[[1 2 3] [2 4 6] [3 6 9]]
[14]
[[14]]
throws error
#output-print
DataHandling-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 28, 2020
by
SakshiSharma
[14]
...