Results 1 to 2 of 2

Thread: Numerical Solution 'Graphical' Output

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2000
    Location
    Sedgefield
    Posts
    337

    Numerical Solution 'Graphical' Output

    I have a 'forward' equation that I'm inverting numerically, using a two dimensinol non-linear solver using first derivatives.

    Unfortunately as I refine my input mesh, I'm finding more and more input combinations where the reversibility is not accurate enough (the solver isn't reaching the correct solution).

    (I have A = f(X, Y) and X' = f(A, Y), so I can check reversibility by examining X-X').

    I wonder if it is possible to graphically represent my reversibility results using colours to represent certain tolerances. I was thinking of a picture box(?) with X and Y dimensions equivalent to my input ranges. But I'd also want to be able to identify the inputs from the graphical output, e.g. click on a point and have it report result and inputs...

    Any thoughts...?

    Dan

    Outside of a dog, a book is a man's best friend.
    Inside of a dog, it's too dark to read.

  2. #2
    Addicted Member MathImagics's Avatar
    Join Date
    Jun 2002
    Location
    Uki, NSW Australia
    Posts
    169
    Given that the resolution of your graph is limited by the pixel-dimensions of your PictureBox, say PX x PY, then you have all you need - when you click on (px,py) you can reverse-map to your actual (x,y), recalculate A(x,y) and display x,y and A(x,y)

    Or have I missed something?

    Dr Memory
    "He's got a B.A. (in be-bop), a Ph.D. (in swing), he's a Master of Rhythm, he's the Rock'n'Roll king" ("The Rock'n'Roll Doctor", Lowell George)

    "If you push something hard enough, it will fall over" (Fudd's Third Law of Opposition)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width