GRAPH 3D v2.425 (20-FEB-2017)
|
12-15-2013, 01:20 AM
(This post was last modified: 03-19-2017 12:00 AM by Han.)
Post: #1
|
|||
|
|||
GRAPH 3D v2.425 (20-FEB-2017)
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-...l#pid22720 Version 2.425: Graph 3D | QPI | SolveSys |
|||
12-16-2013, 08:41 AM
Post: #2
|
|||
|
|||
RE: GRAPH 3D v2.1
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 |
|||
12-16-2013, 07:24 PM
Post: #3
|
|||
|
|||
RE: GRAPH 3D v2.1
(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. Graph 3D | QPI | SolveSys |
|||
12-16-2013, 08:52 PM
Post: #4
|
|||
|
|||
RE: GRAPH 3D v2.1 | |||
12-16-2013, 09:48 PM
Post: #5
|
|||
|
|||
RE: GRAPH 3D v2.1
(12-16-2013 08:52 PM)cyrille de brébisson Wrote: hello I made a report on it, just not here. Graph 3D | QPI | SolveSys |
|||
12-17-2013, 02:51 AM
Post: #6
|
|||
|
|||
RE: GRAPH 3D v2.1
What were your plot settings in the two example functions you used?
|
|||
12-17-2013, 03:19 AM
Post: #7
|
|||
|
|||
RE: GRAPH 3D v2.1
(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. Graph 3D | QPI | SolveSys |
|||
12-18-2013, 07:14 PM
Post: #8
|
|||
|
|||
RE: GRAPH 3D v2.2 (beta)
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.
Graph 3D | QPI | SolveSys |
|||
12-19-2013, 10:55 AM
Post: #9
|
|||
|
|||
RE: GRAPH 3D v2.2 (beta)
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. |
|||
12-19-2013, 08:03 PM
Post: #10
|
|||
|
|||
RE: GRAPH 3D v2.2 (beta)
Hi Han
I agree with ArielPalazzesi, thank you very much for sharing and show how to program this nice calculator /Lars |
|||
12-19-2013, 11:54 PM
Post: #11
|
|||
|
|||
RE: GRAPH 3D v2.2 (beta)
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. |
|||
12-20-2013, 12:07 AM
Post: #12
|
|||
|
|||
RE: GRAPH 3D v2.2 (beta)
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. Graph 3D | QPI | SolveSys |
|||
12-21-2013, 08:11 AM
Post: #13
|
|||
|
|||
RE: GRAPH 3D v2.2 (beta)
Cyrille,
Your app works fine on my calculator and the rotations and zooms are very fast. Very impressive and thanks for sharing! Thanks, Terje |
|||
12-25-2013, 11:06 PM
Post: #14
|
|||
|
|||
RE: GRAPH 3D v2.2 (beta)
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.
|
|||
12-30-2013, 05:46 AM
(This post was last modified: 12-31-2013 06:28 AM by Han.)
Post: #15
|
|||
|
|||
RE: GRAPH 3D v2.2 (beta)
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. Graph 3D | QPI | SolveSys |
|||
12-31-2013, 09:53 AM
Post: #16
|
|||
|
|||
RE: GRAPH 3D v2.2 (beta)
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! |
|||
12-31-2013, 05:42 PM
Post: #17
|
|||
|
|||
RE: GRAPH 3D v2.2 (beta)
Very nice!
As always, an excellent job. A hug from Argentina. Ariel. |
|||
01-01-2014, 07:54 AM
(This post was last modified: 01-01-2014 07:55 AM by eried.)
Post: #18
|
|||
|
|||
RE: GRAPH 3D v2.2 (beta)
Whoa!! tracing makes this an instant elemental prime part. Without trace was a nice toy Kudos to Han
My website: ried.cl |
|||
01-02-2014, 06:28 AM
Post: #19
|
|||
|
|||
RE: GRAPH 3D v2.2 (beta)
(01-01-2014 07:54 AM)eried Wrote: Whoa!! tracing makes this an instant elemental prime part. Without trace was a nice toy Kudos to Han Happy New Year! Graph 3D | QPI | SolveSys |
|||
01-02-2014, 10:31 AM
Post: #20
|
|||
|
|||
RE: GRAPH 3D v2.2 (beta)
Hi Han!
When are you going to release the new version? Greetings! |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)