SyntaxFix
Write A Post
Hire A Developer
Questions
This is pretty simple with numpy, just subtract the arrays:
numpy
diffs = array1 - array2
I get:
diffs == array([ 0.1, 0.2, 0.3])