Group Abstract Group Abstract

Message Boards Message Boards

0
|
3.5K Views
|
4 Replies
|
1 Total Like
View groups...
Share
Share this post:

Plot works but RevolutionPlot3D fails with Nonrectangular tensor encounterd

Posted 3 years ago
POSTED BY: James Bowery
4 Replies
POSTED BY: Henrik Schachner
Posted 3 years ago

Thanks.

But I'm curious as to why RevolutionPlot3D produces an upside down cone rather than the expected surface of rotation of a semicircle/semielipse.

POSTED BY: James Bowery

But I'm curious as to why RevolutionPlot3D produces an upside down cone ...

This is because yFuncts is interpreted as a single two dimensional function, i.e. when it it plotted as such, it gives a straight line:

yFuncts = z /. OblateSpheroidProfile[r0, r];
ParametricPlot[yFuncts, {r, 0, r0}]

This line is then rotated around the z-axis. Have a look at the examples in the documentation on RevolutionPlot3D.

POSTED BY: Henrik Schachner
Posted 3 years ago

So I take it that also somehow explains why this produces an inverted cone?

RevolutionPlot3D[Evaluate[z /. OblateSpheroidProfile[r0, r]], {r, 0, r0}]
POSTED BY: James Bowery
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard