
05:33:58
https://stack-demo.maths.ed.ac.uk/demo/course/view.php?id=176

05:49:04
The STACK documentation for JSXGraph: https://docs.stack-assessment.org/en/Authoring/JSXGraph/

06:04:53
Here is an even simpler use the "ntuple" STACK function I added to Maxima.Move the point \(P\) to the coordinate {@apply(ntuple,point)@}

06:15:44
Or, aother option is to calculate

06:15:45
(first(ans1)-first(ta))^2+(second(ans1)-second(ta))^2

06:19:11
I’ve to leave until 4:15

06:25:28
Turn off coordinates: https://github.com/jsxgraph/jsxgraph/issues/457

06:26:37
Unfortunately I have to leave for another seminar. Thanks for a very interesting and productive day! Thanks in particular to Konstantina for organising.

06:27:34
Good to know that you find it useful.

06:55:10
In JavaScript it would be p1.X().toFixed(5)

06:55:39
Thank you !!

06:56:32
Thank you!

07:00:34
I think you can avoid the regex stuff if you replace '{#F#}' with '{#float(F)#}' :)