Home > Back-end >  How do you create a function to input two vectors to produce a matrix
How do you create a function to input two vectors to produce a matrix

Time:11-28

Lets say I have 5 pairs of coordinates in vector form (x1,y1)(region1) , (x2,y2)(region2) and so on up to (x5,y5)(region5). Now I want to find the distance of each region from each other. For instance , I take distance, D = √[(

  • Related