Properties
Category
English
Similar Topics
Statistics
Comments
8
Participants
2
Subscribers
2
Votes
1
Views
711
Share
New
Intersect(a,b) command with two parameter curves (line and ellipse), the app crushed.
intersect(a,b)
Files:
bug-curve-inter...
- 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
read the help. the syntax for curve needs initial values for parameters or try implicit form or better conic and line
ie: conic(a(0),a(1),a(2),a(3),a(4)); line(b(1),b(3))
read the help. the syntax for curve needs initial values for parameters. try implicit form or better conic and line
ie: conic(a(0),a(1),a(2),a(3),a(4)); line(b(1),b(3))
the ¿bug? needs a check your input message
If you input
intersect(a,b,-3,3)
the CPU 100%, and no result.
maybe not a bug. but it really has something.
please check that file attached.
in that file, there is another bug:
in that file, there is another bug:
when you input:
(2cos(θ), 4sin(θ))
it is ok. but when you save and re-open, it is "undefined"
win10+Geogebra5.0.579-d
newly i think (2cos(θ), 4sin(θ)) that returns X=(0,0)+(2cos(θ), 4sin(θ)) is not supported syntax
the correct syntax for parametric curves is curve(2cos(θ), 4sin(θ),θ,0,2 pi)
I think there is a bad interpretation with X=(1,2)+t (3,4) for lines and (2cos(θ);θ) for polar curves
newly i think (2cos(θ), 4sin(θ)) that returns X=(0,0)+(2cos(θ), 4sin(θ)) is not supported syntax
the correct syntax for parametric curves is curve(2cos(θ), 4sin(θ),θ,0,2 pi)
it is possible Curve((2cos(θ), 4sin(θ)), θ, 0, 2π) also
I think there is a bad interpretation with X=(1,2)+t (3,4) for lines and (2cos(θ);θ) for polar curves
thank you, mathmagic!
I knew that reason, I think that the application should has strict syntext,that will minimize ambiguity.
Comments have been locked on this page!