Linked Questions

8 votes
2 answers
2k views

It seems like a natural thing to do, however I can't seem to find anything on the docs nor here on SE. What I'd like to plot is the locus of solutions to a system of (polynomial) equations, e.g. $$\...
seldon's user avatar
  • 205
4 votes
3 answers
2k views

I can plot the intersection line of two surfaces $f$, $g$ by using: ...
Qi Zhong's user avatar
  • 1,047
0 votes
1 answer
2k views

Say I have two polynomials in $\mathbb{R}[X,Y,Z]$, whose intersection of zero loci correspond to a curve in the 3D space. What is the best way to plot the curve? Example: $$ f = X^2+Y^2-Z^2, \qquad ...
Abramo's user avatar
  • 221
5 votes
2 answers
263 views

Suppose I have two nonlinear equalities $x^3 = y^2, y = z^3$. How can I visualize the manifold in $\mathbb{R}^3$ that is generated by simultaneously satisfying the two equalities? I think ...
ITA's user avatar
  • 393
2 votes
1 answer
399 views

I have two surfaces given by ...
Shasa's user avatar
  • 1,085
2 votes
1 answer
719 views

How to get the output graph which consider only x^2+y^2=4 (the boundary of the region only)? I found this on the Help. ...
minsat_hsn's user avatar
1 vote
0 answers
1k views

I'm trying to find the graphic of the curve of the intersection of the hyperbolic paraboloid $z=y^2-x^2$ and the cylinder $x^2+y^2=1$. I could show them together: I want to see the curve of ...
user26832's user avatar
  • 141
0 votes
1 answer
1k views

I have two functions, let's call them $F1$ and $F2$. Both take the same three arguments: $x1, x2$ and $\epsilon$. With every $\epsilon^* \in [0,1]$, there should be either zero or one unique point $(...
user327440's user avatar
1 vote
1 answer
291 views

How can I plot two equations in one 3D graph. I have to plot x^2+y^2=1 and x^2+y^2+z^2=2 but I want tu plot only their intersection :( Thank you
didllicek's user avatar
40 votes
6 answers
3k views

I would like to know how we find the length of the intersection of two surfaces. For instance, in the following example,a surface intersects with a plane: How do we find the length of intersection ...
Bryan Shih's user avatar
34 votes
3 answers
9k views

I'd like to display field lines for a point charge in 3 dimensions. Not a force field (short arrows) but continuous field lines that start on the charge.
Rainforest Frog's user avatar
20 votes
5 answers
41k views

I'm new to Mathematica, and I'm finding it difficult to plot an ellipse. I tried using Plot[(x/5)^2 + (y/3)^2 == 1, {x, -5, 5}, {y, -3, 3}] but I'm getting ...
Sriram's user avatar
  • 201
62 votes
1 answer
4k views

I've created the following scene with a Chinese-style building surrounded by trees, and a horse and a rabbit grazing on the grass in Mathematica (don't ask me why there's a bust of Beethoven in there.....
rm -rf's user avatar
  • 89.8k
9 votes
3 answers
6k views

I have the following question: I have a file that has structure: x1 y1 z1 f1 x2 y2 z2 f2 ... xn yn zn fn I can easily visualize it with Mathematica using ...
Nikita's user avatar
  • 93
19 votes
2 answers
3k views

I have a function, say minimizeme[Ω_][β_][ϵ_] = ϵ^2 Ω - Log[2 (Cosh[2 β] + Cosh[2 β ϵ])]/(2 β); I want to find its critical points in $\epsilon$ for a given ...
Editortoise-Composerpent's user avatar

15 30 50 per page
1
2 3 4 5