<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Picking points on a 3D plot</title>
    <link>http://www.mapleprimes.com/questions/144193-Picking-Points-On-A-3D-Plot</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Tue, 09 Jun 2026 09:30:04 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 09:30:04 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Picking points on a 3D plot</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Picking points on a 3D plot</title>
      <link>http://www.mapleprimes.com/questions/144193-Picking-Points-On-A-3D-Plot</link>
    </image>
    <item>
      <title>A little bit more complicated</title>
      <link>http://www.mapleprimes.com/questions/144193-Picking-Points-On-A-3D-Plot?ref=Feed:MaplePrimes:Picking points on a 3D plot:Comments#answer144195</link>
      <itunes:summary>&lt;p&gt;You have to extract the z-values of the plot, and calculate the corresponding x- and y-values.&lt;br&gt;I give an example&lt;/p&gt;
&lt;pre&gt;restart;&lt;br&gt;p := plot3d(x^2-y^2, x=-1..1,y=-1..2):&lt;br&gt;pdata := plottools:-getdata(p); zvals := pdata[3]:&lt;br&gt;# the x- and y-range are divided in 48 equal intervals.&lt;br&gt;# we compute the x- and y-values in this grid:&lt;br&gt;h := 2/48: xvals := seq(evalf(h*i),i=-24..24);&lt;br&gt;h := 3/48: yvals := seq(evalf(h*i), i=-16..32);&lt;br&gt;# an arbitrary point on the graph:&lt;br&gt;[xvals[9],yvals[23],zvals[9,23]];&lt;br&gt;# check:&lt;br&gt;xvals[9]^2-yvals[23]^2;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;You have to extract the z-values of the plot, and calculate the corresponding x- and y-values.&lt;br&gt;I give an example&lt;/p&gt;
&lt;pre&gt;restart;&lt;br&gt;p := plot3d(x^2-y^2, x=-1..1,y=-1..2):&lt;br&gt;pdata := plottools:-getdata(p); zvals := pdata[3]:&lt;br&gt;# the x- and y-range are divided in 48 equal intervals.&lt;br&gt;# we compute the x- and y-values in this grid:&lt;br&gt;h := 2/48: xvals := seq(evalf(h*i),i=-24..24);&lt;br&gt;h := 3/48: yvals := seq(evalf(h*i), i=-16..32);&lt;br&gt;# an arbitrary point on the graph:&lt;br&gt;[xvals[9],yvals[23],zvals[9,23]];&lt;br&gt;# check:&lt;br&gt;xvals[9]^2-yvals[23]^2;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/pre&gt;</description>
      <guid>144195</guid>
      <pubDate>Tue, 05 Mar 2013 20:29:53 Z</pubDate>
      <itunes:author>Adri van der Meer</itunes:author>
      <author>Adri van der Meer</author>
    </item>
  </channel>
</rss>