Skip to main content

Questions tagged [regionplot]

5 votes
3 answers
152 views

I've been thinking about hexastix and I thought I would try to make some images in Mathematica, similar to this one which I took from Wikipedia: So, my first goal is to make a single infinite ...
David E Speyer's user avatar
2 votes
2 answers
150 views

I have a two-variable function $f(x,y)$ and want to use Plot3D to plot it, assuming that two constraints $g(x,y)=0$ and $h(x,y)=0$ are satisfied simultaneously. I ...
math3999's user avatar
3 votes
3 answers
280 views

I am bringing up an issue with RegionPlot’s PDF export that has been ongoing for the last couple of years. The produced PDF (vector) shows triangulations and meshes ...
bilman's user avatar
  • 93
1 vote
1 answer
137 views

RegionPlot shows my region as expected ...
Ulrich Neumann's user avatar
1 vote
1 answer
207 views

I am trying to get 2D projections (onto the xy-, the xz- and the yz-planes) of a highly non-trivial 3D region delimited by 5 complicated inequalities on $(x,y,z)$. It is not possible to intersect the ...
Chaos's user avatar
  • 71
0 votes
0 answers
88 views

I am hoping to make a figure that shows the output of the Solve command below, with Plot3D. Ideally, I want to make a cube of ...
C. K's user avatar
  • 117
1 vote
4 answers
195 views

I have the following function $f$ for NEGATIVE $x$ and I want to use RegionPlot to see the domain of $x$ for which the given function lies between the lines $-1$ ...
mathFra's user avatar
  • 63
3 votes
2 answers
351 views

We want to plot the region $\operatorname{f}\left(D\right)$, where $$ \operatorname{f}:\mathbb{R}^{2} \to \mathbb{R}^{2}, \left(x,y\right)\mapsto \left(x,y + x^{2}\right) $$ and $D := \left\{\left(x,y\...
neconoco's user avatar
3 votes
2 answers
282 views

I am trying to visualize a condition with the function RegionPlot3D. I know that the area should look like this: That is, for every v there is some orange area. However, some areas are too thin, so ...
C. K's user avatar
  • 117
0 votes
0 answers
39 views

Here is a very simple example of ImplicitRegion: ...
qwerty's user avatar
  • 1,497
0 votes
1 answer
79 views

The mass of a thin bar that has the following density function, rho. rho[x_] := Piecewise[{{x^2, 0 <= x <= 1}, {x (2 - x), 1 <= x <= 2}}] I would like ...
B flat's user avatar
  • 6,056
0 votes
1 answer
84 views

Consider the following input: temp := c Manipulate[RegionPlot[True, {a, 0, 1}, {b, 0, temp}], {c, 0, 1}] I expect to get a region plot with a manipulate slider ...
Ubiquitous's user avatar
5 votes
2 answers
216 views

I have mathematical expressions of a cylinder (oriented along the x-axis) and a parabola. And I can easily plot both the surfaces using ContourPlot3D as shown below. ...
Arssat's user avatar
  • 313
1 vote
1 answer
95 views

Edit When I change the x range (e.g. {x,1,3}) I get the same error also for the direct expression. Thus, the problem exists either way and I assume it just evaluated different points? Problem I want ...
Jannik Wyss's user avatar
0 votes
0 answers
83 views

I want to plot a variable function $\theta_sh=2*\theta_\infty(b,\Gamma)$, where $q$ and $\alpha$ are parameters such that $b$ is given by $L(\gamma)$. But I am not able to set the range of parameters. ...
Amnish's user avatar
  • 57

15 30 50 per page