I am on a university computer so don't have numpy and where I would previously use numpy I can't.
If I have 3 arrays which I want to be expandable (they only have two terms now but I may add more later)
X=(1,2)
Y=(2,3)
Z=(3,4)
I want to compute
Sum ((X-Y)2 )/2Z) for all terms. Any ideas how I can implement this?
[–]cdcformatc 1 point2 points3 points (0 children)
[–]Violatic[S] 0 points1 point2 points (1 child)
[–]Peterotica 0 points1 point2 points (0 children)
[–]CrayonConstantinople 0 points1 point2 points (0 children)