<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Where is the problem? Why I cannot pointplot3d?</title>
    <link>http://www.mapleprimes.com/questions/43491-Where-Is-The-Problem-Why-I-Cannot-Pointplot3d</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Wed, 10 Jun 2026 05:24:45 GMT</lastBuildDate>
    <pubDate>Wed, 10 Jun 2026 05:24:45 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Where is the problem? Why I cannot pointplot3d?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Where is the problem? Why I cannot pointplot3d?</title>
      <link>http://www.mapleprimes.com/questions/43491-Where-Is-The-Problem-Why-I-Cannot-Pointplot3d</link>
    </image>
    <item>
      <title>Try this</title>
      <link>http://www.mapleprimes.com/questions/43491-Where-Is-The-Problem-Why-I-Cannot-Pointplot3d?ref=Feed:MaplePrimes:Where is the problem? Why I cannot pointplot3d?:Comments#answer80452</link>
      <itunes:summary>Hi, I am sure that other Maple users might suggest other methods to make this faster but you might want to try the following: restart; with(ArrayTools): x := Array([1, 2, 3]): y := Array([1, 2, 3]): zxy := NULL; for i to 3 do for j to 3 do zxy := Concatenate(1, zxy, (Vector[row])([x[i]+y[j], x[i], y[j]])): end do: end do: zxy; with(plots): pointplot3d([seq([zxy[l, 1], zxy[l, 2], zxy[l, 3]], l = 1 .. 9)], color = red, axes = normal); I believe this will run better and will give you an zxy that has the three rows for z,x,y in that order. S</itunes:summary>
      <description>Hi, I am sure that other Maple users might suggest other methods to make this faster but you might want to try the following: restart; with(ArrayTools): x := Array([1, 2, 3]): y := Array([1, 2, 3]): zxy := NULL; for i to 3 do for j to 3 do zxy := Concatenate(1, zxy, (Vector[row])([x[i]+y[j], x[i], y[j]])): end do: end do: zxy; with(plots): pointplot3d([seq([zxy[l, 1], zxy[l, 2], zxy[l, 3]], l = 1 .. 9)], color = red, axes = normal); I believe this will run better and will give you an zxy that has the three rows for z,x,y in that order. S</description>
      <guid>80452</guid>
      <pubDate>Thu, 27 Oct 2005 17:12:40 Z</pubDate>
      <itunes:author>Scott03</itunes:author>
      <author>Scott03</author>
    </item>
  </channel>
</rss>