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 7907237
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T11:20:35+00:00 2026-06-03T11:20:35+00:00

If you have Mathematica and input: ParametricPlot3D[{Sin[u], Sin[v], Sin[u + v]}, {u, 0, 2

  • 0

If you have Mathematica and input:

ParametricPlot3D[{Sin[u], Sin[v], Sin[u + v]}, {u, 0, 2 Pi}, {v, 0, 2 Pi]

You will generate a 3D solid that looks like a cube with crushed in sides. What I want to do is take cross sections of this solid with the horizontal planes: z = 0, z = 1, z= -1, z= 1/2, and z= -1/2.

What is the command to generate plots of these cross sections?

  • 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-06-03T11:20:38+00:00Added an answer on June 3, 2026 at 11:20 am

    This can be done by specifying a RegionFunction, which is a boolean condition that determines where the surface is allowed to be plotted. Here, you would use

    RegionFunction -> Function[{x, y, z}, z < a]
    

    where a is the height at which you want the intersecting plane to be. To illustrate this, I’ll make a movie:

    t = Table[
      ParametricPlot3D[{Sin[u], Sin[v], Sin[u + v]}, {u, 0, 2 Pi}, {v, 0, 
        2 Pi}, RegionFunction -> Function[{x, y, z}, z < a], 
       PlotRange -> {{-1, 1}, {-1, 1}, {-1, 1}}], 
     {a, 1, -1, -.1}
    ]
    

    And now I’ll export it as a GIF animation to include below:

    Export["section.gif", Join[t, Rest[Reverse[t]]]]
    

    Sections

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

Sidebar

Related Questions

In Mathematica I have a list: x = {1,2,3,3,4,5,5,6} How will I make a
Possible Duplicate: Best practices in error reporting (Mathematica) Assume that I have a function
If I have a number like 12345, and I want an output of 2345,
With Mathematica 7 and 8 we have discovered that Mathematica fails to properly Save
I have to implement this algorithm in Mathematica: My problem is that I don't
I have a text box that will have a currency string in it that
I have a textbox where i want to read user-input mathematical functions( ex: Math.Sqrt(x)
I have a Binary tree for a mathematical expression(infix), i want to convert directly
I have a javascript function that accepts a number and performs a mathematical operation
Let's say I have a text file of basic mathematical functions. I want to

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.