Sequence command doesn't consider all intersections and tangents

Clueid shared this problem 3 years ago
Not a Problem

Hello,


When putting Intersect() or Tangent() commands in Sequence() or Zip(), the command does not consider all possible tangents or intersections.

Best Answer
photo

sorry, I don't understand Your Question.


Verbinde ( Zip( { Tangente(P, d) } , P, l1))

----> {

Comments (11)

photo
1

Another example:

photo
2

Have you tried Intersect(a,b,1) and Intersect(a,b,2)?

photo
1

Yes, but unfortunately, it does not work for tangents :(

photo
2

ein Versuch: l1: Liste von lines, c: circle


Verbinde(Zip({Schneide(c, g)}, g, l1))

W.F.

photo
1

Thanks for the reply, but what about Tangent()?

photo
2

Zip( { Schneide(c,t) },t,l2)

----->{ ---->}

photo
1

I don't want the second intersection of the tangents.

Given a list of points, I want to draw BOTH tangents from these list of points to the circle.


Instead of this:

/A4CG78f3Zkw3AAAAAElFTkSuQmCC


I want this:


/sItr0ejGICoAAAAASUVORK5CYII=


From each point, TWO tangents should be drawn. Not one.

photo
1

sorry, I don't understand Your Question.


Verbinde ( Zip( { Tangente(P, d) } , P, l1))

----> {

photo
1

All right, thanks. This was what I wanted.

photo
photo
2

You can also try

{Intersect(f,g)}

photo
1

Can you explain why the program doesn't from the beginning consider all possible intersections, please?

photo
© 2023 International GeoGebra Institute