Solve N interpolation functions
- November 2, 2017
- 2 replies
- 3584 views
How to get the intersection points when the number of when the number of interpolation function is large?
I have many data. so I should use "for loop".
However, Results of my mathcad code was wrong.
I need help!!
I explain my problem and attach file including data file.
1. My data "M" is 50X28 array
2. I want to get intersection points of these array.
My data consists of descrete points. Thus, I use interpolation function.
The even-numbered column of array "M" is the x-axis and the odd-numbered column of array "M" is the y-axis.
ex. M<0> (column 0 of M) and M<1> (column 1 of M) -> interpolation function (line 1)
M<2> and M<3> -> interpolation function (line 2)
M<4> and M<5> -> interpolation function (line 3)
M<6> and M<7> -> interpolation function (line 4)
3. intersection point of two line getted by interpolation funtion
line1 and line2 -> Intersection point (x1,y1)
line2 and line3 -> Intersection point (x2,y2)
line3 and line4 -> Intersection point (x3,y3)
In this case, lines are only 4. If the number of line is large, I don't know how to do...
please help me





