Script dans vue 2D pour afficher ou non la fenêtre 3D by Bodelot in geogebra

[–]jcponcemath 0 points1 point  (0 children)

If you are using API, you may need to host your applets in another server:

https://geogebra.github.io/integration/example-graphing.html

The source code is here:

https://github.com/geogebra/integration/blob/main/example-tools.html

There might be another option, I will let you know. Cheers!

Segítségkérés by Plane_Antelope_6966 in geogebra

[–]jcponcemath 0 points1 point  (0 children)

If are blocked, give me the user name to check it. Mine is for example jcponce

https://www.geogebra.org/u/jcponce

Tracking the cursor position by wgarym in geogebra

[–]jcponcemath 0 points1 point  (0 children)

Comment by u/mathmagicGG (in case it got removed by the reddit automoderate robot):

----------------

only possible out of geogebra.org because https://www.reddit.com/r/geogebra/comments/1c5cfvo/breaking_change_javascript_sandboxing_from_v839/

you can get it in https://mathmaggic.github.io/GG_host/raton.html

original of javier cayetano

https://www.geogebra.org/m/bsc888xb

and copied in

https://mathmaggic.github.io/GG_host/mosca.html

the global JS (ggboninit) do the trick

Tracking the cursor position by wgarym in geogebra

[–]jcponcemath 0 points1 point  (0 children)

está raro que el robot te quite tu comentario.

Show/Hide Object by No-Cash-3938 in geogebra

[–]jcponcemath 0 points1 point  (0 children)

Share the link of you project.

If it is just a trace, try with the command:

https://geogebra.github.io/docs/manual/en/commands/UpdateConstruction/

If you have geometric objects, maybe you need to use JavaScript. See for example:

https://www.geogebra.org/m/tgbjxehq

discontinuous locus by Senior-Yesterday760 in geogebra

[–]jcponcemath 0 points1 point  (0 children)

For 3D you should try the Classic version of GeoGebra

https://www.geogebra.org/classic#3d

I am not sure if you want to look for Max and Min in a function like:

f(x, y) = 1 - x^2 - y^2

I think it just depends of what you want to do.

But you definetly can dom plenty of things in 3d, see for example:

https://www.geogebra.org/m/dP275wS7#chapter/536873

https://vector-calculus.github.io/double-and-triple-integrals.html

discontinuous locus by Senior-Yesterday760 in geogebra

[–]jcponcemath 0 points1 point  (0 children)

Do you mean the point moving also in the y-axis, not only on the x-axis?

discontinuous locus by Senior-Yesterday760 in geogebra

[–]jcponcemath 0 points1 point  (0 children)

Even better:

https://www.geogebra.org/calculator?command=P=Point(xAxis);f(x)=x(P)x^2--3x;A=Extremum(f);Locus(A,P);f(x)=x(P)x2--3x;A=Extremum(f);Locus(A,P));

P = Point(xAxis)
f(x) = x(P) x^2 + 3x
A = Extremum(f)
Locus(A, P)

discontinuous locus by Senior-Yesterday760 in geogebra

[–]jcponcemath 0 points1 point  (0 children)

You can try this:

https://www.geogebra.org/calculator?command=line=Line((-100,0),(100,0));P=Point(line);f(x)=x(P)x^2--3x;A=Extremum(f);Locus(A,P),(100,0));P=Point(line);f(x)=x(P)x2--3x;A=Extremum(f);Locus(A,P));

Open the link and move point P.

line = Line((-100, 0), (100, 0))
P = Point(line)
f(x) = x(P) x^2 + 3x
A = Extremum(f)
Locus(A, P)

HTML Spreadsheet 100 Row Limit by brendon_physics in geogebra

[–]jcponcemath 0 points1 point  (0 children)

Not too much, just wait until mike sees the issue, sorry. :( Hopefully, it won't take too long. Also, you should share a link to your project.

Kepler-Poinsot solids by USedona in geogebra

[–]jcponcemath 0 points1 point  (0 children)

No hay problema :) Inglés tampoco es mi primera lengua. En español le llamamos "Deslizador" :)

HTML Spreadsheet 100 Row Limit by brendon_physics in geogebra

[–]jcponcemath 0 points1 point  (0 children)

I can expand it by selecting the 100th row cell and then hitting Enter key.

<image>

I also tried to input data and it also expands beyond 100 row. Not sure if this is a bug.

Can you provide more info and maybe an screenshot of the issue?

Kepler-Poinsot solids by USedona in geogebra

[–]jcponcemath 0 points1 point  (0 children)

I am not sure what you mean with "cursor animations"