[SOLVED] Geometry App Transform Question - 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: [SOLVED] Geometry App Transform Question (/thread-6164.html) |
[SOLVED] Geometry App Transform Question - Dirk.nl - 04-28-2016 08:10 AM Question about transform function Geometry App Symbolic: GA, plot function (x^2) GB, translation (2,GA) Plot okay, GB plotted 2 units horizontal to the right Numeric: Equitation (GA) (y -x^2) = 0 Equitation (GB) (x^2-4.*x-y+4.) = 0 -> Okay! Symbolic: GA, plot function (x^2) GB, translation (0-2i,GA) Plot okay, GB plotted 2 units vertical down Numeric: Equitation (GA) (y -x^2) = 0 Equitation (GB) 1 = 0 -> WHY? What must I do (or change some settings?) to get the right answer? When I use I line in stead of a plot function I get the right answer!! (Not the 1 = 0) Sorry, but my "think window" is very small! RE: Geometry App Transform Question - parisse - 04-28-2016 01:30 PM Sorry, this is a bug. Will try to fix it as soon as possible. RE: Geometry App Transform Question - Dirk.nl - 04-28-2016 04:50 PM Thank you Parisse!! I thought it was my fault that I did not understood it. Waiting for the next update. RE: [SOLVED] Geometry App Transform Question - Dirk.nl - 09-07-2016 10:15 AM Geo App transform (equitation of) solved, thank you Parisse! Note: CAS Setting "complex" must be disabled. |