Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6716767
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T08:46:23+00:00 2026-05-26T08:46:23+00:00

Hi I am unable to understand the output of the following function. ListPointPlot3D[Table[Sin[x^2 +

  • 0

Hi I am unable to understand the output of the following function.

ListPointPlot3D[Table[Sin[x^2 + y],
                      {x, 0, 3, 0.15}, {y, 0, 3, 0.15}],
                      AxesLabel -> {"X axis", "Y axis", "Z axis"}
               ]

enter image description here

I have told X and Y to be in the interval [0,3] But the diagram is showing an entirely different range for these variables from about [0,21].

How did this happen?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T08:46:23+00:00Added an answer on May 26, 2026 at 8:46 am

    You gave ListPointPlot3D a matrix of values. Each value of interpreted as a “height” (z-coordinate) and the matrix indices of the values as the x and y coordinates.

    Perhaps you want

    ListPointPlot3D[Join @@ Table[{x, y, Sin[x^2 + y]}, {x, 0, 3, 0.15}, {y, 0, 3, 0.15}]]
    

    Mathematica graphics

    or

    Plot3D[Sin[x^2 + y], {x, 0, 3}, {y, 0, 3}]
    

    Mathematica graphics

    Also take a look at the docs of the Mesh option of Plot3D.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Myself and some teammates have been unable to understand why the following snippet of
I have some questions about basic CSS that I was unable to understand or
I might be missing something here but am unable to understand the true purpose
I'm unable to understand the following codes $(this).animate({rotate3Di: degrees}, options) . Here rotate3Di is
Unable to understand. Why output is equal code: if (-3 == ~2) Console.WriteLine(equal); else
sorry but Im unable to understand these example. I started learning ajax right from
I am unable to understand the following text... Does it mean that <clinit> is
I have search all over the web, but unable to find an answer, so
I am unable to understand the weird behavior of this program. I have 2
I have been unable to receive UDP multicast under VxWorks 5.5. I've joined the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.