Skip to main content
14-Alexandrite
April 29, 2024
Solved

Wrong values

  • April 29, 2024
  • 1 reply
  • 1636 views

I'm trying to calculate the distance when I do it manually I get different results from the one mathcad gives

Lp1 should be the same of LP1

YA_10963798_0-1714365646158.png

I also need to write a program to make this function uses different fixed point , for example the first time it will use X1,Y1 (0,0) as fixed point and I get the values for Lp1 

the second time it uses x2,y2(2,0) as fixed point and I get the values for Lp2 

and repeat the process with the all points to get lp3, lp4 ... and so on

Best answer by ttokoro

image.png

1 reply

ttokoro
21-Topaz I
21-Topaz I
April 29, 2024

image.pngimage.pngimage.png

t.t.
14-Alexandrite
April 29, 2024

I did the same still error occurs , can you attach the sheet, please?

YA_10963798_0-1714367933078.png

 

ttokoro
21-Topaz I
21-Topaz I
April 29, 2024

(x-xi)^2 + (y-yi)^2  plus not -.

t.t.