![]() |
GRAPH 3D v2.425 (20-FEB-2017) - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Software Libraries (/forum-10.html) +--- Forum: HP Prime Software Library (/forum-15.html) +--- Thread: GRAPH 3D v2.425 (20-FEB-2017) (/thread-95.html) |
GRAPH 3D v2.425 (20-FEB-2017) - Han - 12-15-2013 01:20 AM How to install this app:
Alternate installation method for non-hpappdir versions
Alternate installation method 1
Alternate installation method 2
How to use this app:
Some notes from iOS user rrshier: How to install on iOS (scroll pass the quoted section) Changelog
Still to come: Finding local max/min, inserting tangent planes, additional color mode based on the color box in the [Symb] view (right now it's hard to tell which function is which in multi-graphs). Download (Update: Make sure to update to at least firmware 6940.) Full Manual: http://www.hpmuseum.org/forum/thread-95-post-22720.html#pid22720 Version 2.425: RE: GRAPH 3D v2.1 - cyrille de brébisson - 12-16-2013 08:41 AM Hello, look at this version. It uses directly the TRIANGLE function to do all the transform in one go, it should make it a whole lot faster... however, this is an old source dump, so you might want to modify it to add the latest refinements that you might have added. cyrille RE: GRAPH 3D v2.1 - Han - 12-16-2013 07:24 PM (12-16-2013 08:41 AM)cyrille de brébisson Wrote: Hello, The built-in projection within TRIANGLE() still messes up fairly easy so I have not planned to rely on it in this release. RE: GRAPH 3D v2.1 - cyrille de brébisson - 12-16-2013 08:52 PM hello (12-16-2013 07:24 PM)Han Wrote: The built-in projection within TRIANGLE() still messes up fairly easy so I have not planned to rely on it in this release. ho, please give me example/bug reports so that I can fix them! cyrille RE: GRAPH 3D v2.1 - Han - 12-16-2013 09:48 PM (12-16-2013 08:52 PM)cyrille de brébisson Wrote: hello I made a report on it, just not here. RE: GRAPH 3D v2.1 - John Colvin - 12-17-2013 02:51 AM What were your plot settings in the two example functions you used? RE: GRAPH 3D v2.1 - Han - 12-17-2013 03:19 AM (12-17-2013 02:51 AM)John Colvin Wrote: What were your plot settings in the two example functions you used? For the first plot, xmin and ymin were -4.1, and xmax and ymax were 4.1; zmin was -3 and zmax was 2 (I think). Zoom was 35. Rotation angles were left default. For the second plot, everything is default (Hit the [View] button and reset the app. It's been a while so the rotation angles may not be the same. RE: GRAPH 3D v2.2 (beta) - Han - 12-18-2013 07:14 PM Just posted a beta release of the next version of Graph 3D. It's marked beta because I have not tested it very rigorously. The older version 2.1 is still available. RE: GRAPH 3D v2.2 (beta) - ArielPalazzesi - 12-19-2013 10:55 AM Hi Han! Thank you very much for sharing. It works perfectly! It is a great application that is already part of my program library ![]() A hug. RE: GRAPH 3D v2.2 (beta) - LarsF - 12-19-2013 08:03 PM Hi Han I agree with ArielPalazzesi, thank you very much for sharing and show how to program this nice calculator /Lars RE: GRAPH 3D v2.2 (beta) - John Colvin - 12-19-2013 11:54 PM Great job Han. There is one issue though with changing the grid size. I can only change it over a very small range. For example if the grid size is initially set to 15 and then I change it to 18 or 14, I get a plot error message. Other than that, the app works perfectly. RE: GRAPH 3D v2.2 (beta) - Han - 12-20-2013 12:07 AM Hi John, You are likely seeing that message because the routine that generates the z-values are likely running into instances where the input values are just right and end up causing an evaluation error. For example, \( \displaystyle 1-\frac{\cos(x^2+y^2)}{x^2+y^2} \) has a singularity at \( x=y=0 \). So when you use an even-sized grid, then you will have a domain error. You can get a bigger wireframe by using an odd integer (e.g. 49) or changing the window so that it isn't perfectly symmetric. RE: GRAPH 3D v2.2 (beta) - Terje Vallestad - 12-21-2013 08:11 AM Cyrille, Your app works fine on my calculator and the rotations and zooms are very fast. Very impressive and thanks for sharing! Thanks, Terje RE: GRAPH 3D v2.2 (beta) - Harold A Climer - 12-25-2013 11:06 PM I think I have followed the instructions in the first post in this thread and can not find any syntax errors when I check the code,but I get a green plot screen when I try to plot Sin(X+Y). Also when I look at the NUM screen I get the X and Y values but the V3 column screen shows the word FALSE instead of a numerical value. RE: GRAPH 3D v2.2 (beta) - Han - 12-30-2013 05:46 AM A slightly different approach. Some screenshots of upcoming features. \[f(x,y)= \sqrt{\frac{x}{\tan(.2y)}} - \cos(x) \] Notice the handling of disconnected domains for the middle graph. Also, all three graphs feature an intersecting z-plane which can also be used to help users get the frame of reference when used at the bottom of the viewing box. Other features to come include tracing the surface, as well as a mode-switch to toggle between z-clipping vs. translucent surfaces. RE: GRAPH 3D v2.2 (beta) - Thomas_Sch - 12-31-2013 09:53 AM Hi Han! This is a really helpful app showing the possibilities. I also appreciate your very helpful films. Can't await getting my prime. Many thanks! RE: GRAPH 3D v2.2 (beta) - ArielPalazzesi - 12-31-2013 05:42 PM Very nice! As always, an excellent job. A hug from Argentina. Ariel. RE: GRAPH 3D v2.2 (beta) - eried - 01-01-2014 07:54 AM Whoa!! tracing makes this an instant elemental prime part. Without trace was a nice toy ![]() RE: GRAPH 3D v2.2 (beta) - Han - 01-02-2014 06:28 AM (01-01-2014 07:54 AM)eried Wrote: Whoa!! tracing makes this an instant elemental prime part. Without trace was a nice toy Happy New Year! RE: GRAPH 3D v2.2 (beta) - ArielPalazzesi - 01-02-2014 10:31 AM Hi Han! When are you going to release the new version? ![]() Greetings! |