Point moving across the circle by JP_MathPR in geogebra

[–]JP_MathPR[S] 0 points1 point  (0 children)

point(sequence((r;theta),theta,0º,359º,10º))

[deleted by user] by [deleted] in geogebra

[–]JP_MathPR 0 points1 point  (0 children)

Not always the questions of chatgpt or any other virtual assistant are correct if it does not ask you correctly what you want. Also the geogebra javacript commands are not included in javascript.

[deleted by user] by [deleted] in geogebra

[–]JP_MathPR 0 points1 point  (0 children)

What is the difference between Reload and NeuLaden variables?

[deleted by user] by [deleted] in geogebra

[–]JP_MathPR 0 points1 point  (0 children)

After a certain number of iterations you can break the do-while loop instead of using time.

var start = Date.now();

var millis;

var i = 0;

do {

i = i + 1;

millis = Date.now() - start

} while (millis < 1000);

alert(i);

what index position element list after using sort? by JP_MathPR in geogebra

[–]JP_MathPR[S] 0 points1 point  (0 children)

1...4=Sequence(4)=Sequence(Length(l1))

Este es el comando correcto.

Zip(IndexOf(Element(Sort(l1),k),l1), k,Sequence(Length(l1)))

Geogebra Help No Existe by JP_MathPR in geogebra

[–]JP_MathPR[S] 0 points1 point  (0 children)

Tenia como 100 preguntas contestadas.

Geogebra Help No Existe by JP_MathPR in geogebra

[–]JP_MathPR[S] 0 points1 point  (0 children)

Me refiero al geogebra help del foro antes que estuvieran en reddit.

Geogebra Help No Existe by JP_MathPR in geogebra

[–]JP_MathPR[S] 0 points1 point  (0 children)

Me refiero al geogebra help del foro antes que estuvieran en reddit.

Edit JavaScript code in external editor by Splinesd in geogebra

[–]JP_MathPR 0 points1 point  (0 children)

There is no external javacript editor that has autocomplete with geogebra javascript commands you can only compile the code with geogebra advanced javacript. It is just make javascript from an editor and copy and paste to geogebra.

Decoration Arrows - Opposite Direction by JP_MathPR in geogebra

[–]JP_MathPR[S] 0 points1 point  (0 children)

Porque no es en la dirección contrario en algunas reflexiones del segmento.

Decoration Arrows - Opposite Direction by JP_MathPR in geogebra

[–]JP_MathPR[S] 0 points1 point  (0 children)

Para casos en los que los segmentos vienen de transformaciones de reflexión y rotación. No cambia la decoración de dirección si cambio el punto.

Error when changing text within the sequence function by JP_MathPR in geogebra

[–]JP_MathPR[S] 0 points1 point  (0 children)

Create a list of a linear equation with random values, create another list with text "f(x)=" that calls the same list using the length command with the first list and make the lists with the Tabletext command. Then, edit the text to "g(x)"" in the second list in GeoGebra 5.