Properties
Similar Topics
Statistics
Comments
5
Participants
5
Subscribers
27
Votes
2
Views
1261
Share
Solved
i'm trying to intersect a 4th degree implicit curve with a sequence of vertical lines to obtain the intersection points with every branch.
Using the intersection command with the index of intersection doesn't give us all points.
Anyone can help?
- GeoGebra
- Help
- Partners
-
Contact us
- Feedback & Questions
- This email address is being protected from spambots. You need JavaScript enabled to view it.
- +43 677 6137 2693
© 2023 International GeoGebra Institute
Please post your file.
I've tried right now with a classic curve and a family of lines defined by a slider (to avoid huge, continuous computation), and it seems to be working.
I think sometimes intersect(object,object,index) does not work when the amount of points is variable
try {intersect(a,g)}
Problem is that
Sequence(Intersect(a, Element(L_1, i), 2), i, 1, 9)
gets rewritten as
Sequence(Intersect(a, -(x(Element(L_1, i)) / y(Element(L_1, i))) x - z(Element(L_1, i)) / y(Element(L_1, i)), 2), i, 1, 9)
The problem was fixed for the next release but given that this happens on saving you will need to recreate the file once 5.0.466.0 / 6.0.466.0 is available.
v466 online now
Comments have been locked on this page!