HP Forums
Geometry App: Ellipse does not draw in Degrees Mode - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: Geometry App: Ellipse does not draw in Degrees Mode (/thread-5103.html)



Geometry App: Ellipse does not draw in Degrees Mode - Eddie W. Shore - 11-10-2015 01:49 PM

Denis Bisson brought this to my attention:

If the Prime is in Degrees mode, the calculator will not draw an ellipse in the Plot Screen mode. Only points are plotted. Bisson provides an animated gif in the link below:

https://plus.google.com/+DenisBissonExplorerchess/posts/5QCkHm16oob


RE: Geometry App: Ellipse does not draw in Degrees Mode - mandresve - 11-10-2015 03:45 PM

Denis Bisson Wrote:It looks like the HP Prime doesn't draw "ellipse" in "Geometry" app when in CAS mode we're set in "Degree" but does work when we're set in "Radians". Is it normal? (Link)

At least for me isn't normal in any way. =( Confirmed too.


RE: Geometry App: Ellipse does not draw in Degrees Mode - parisse - 11-11-2015 08:18 AM

The geometry app is using the giac CAS for internal computation, ellipse is a CAS command, the display is obtained by a trigonometric parametrization of the ellipse. I can of course change the parametrization if the user is in degree mode, but like any CAS, giac is designed to work in radians not in degrees, I'm certain you would get problems later. There are a few functions that are also working in degree, but as soon as you are using non trivial functions, you should always use radian mode. Perhaps ellipse should force radian mode...


RE: Geometry App: Ellipse does not draw in Degrees Mode - Marcus von Cube - 11-12-2015 02:24 PM

(11-11-2015 08:18 AM)parisse Wrote:  Perhaps ellipse should force radian mode...

Best only internally without changing the user setting but just ignoring it.