Plotting absolute value functions on the 50G - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: General Forum (/forum-4.html) +--- Thread: Plotting absolute value functions on the 50G (/thread-4187.html) |
Plotting absolute value functions on the 50G - John Colvin - 06-19-2015 07:56 PM Is there a way to correctly plot an absolute value function (y(x) = abs(x) for example) on the 50G? It appears that when calculating the plot points, the absolute value is ignored and negative values are plotted as negative values. RE: Plotting absolute value functions on the 50G - Tugdual - 06-19-2015 08:46 PM Works fine on mine, I get the expected V shape? RE: Plotting absolute value functions on the 50G - Jlouis - 06-19-2015 10:52 PM (06-19-2015 08:46 PM)Tugdual Wrote: Works fine on mine, I get the expect V shape? +1 I ploted abs (cos (x)) and abs (inv cos (x)) togheter Worked fine in 50g and 48's. RE: Plotting absolute value functions on the 50G - Gilles - 06-20-2015 11:46 AM (06-19-2015 07:56 PM)John Colvin Wrote: Is there a way to correctly plot an absolute value function (y(x) = abs(x) for example) Flag 119 ? RE: Plotting absolute value functions on the 50G - Tugdual - 06-20-2015 04:23 PM (06-20-2015 11:46 AM)Gilles Wrote:(06-19-2015 07:56 PM)John Colvin Wrote: Is there a way to correctly plot an absolute value function (y(x) = abs(x) for example) I never quite understood why we wouldn't want to be rigorous? RE: Plotting absolute value functions on the 50G - John Colvin - 06-20-2015 06:13 PM Thanks for the help. Yes, I had the rigorous flag unchecked in CAS settings. |