Linked Questions

19 votes
1 answer
3k views

Sometimes, one needs to find all the solutions of three simultaneous nonlinear equations in three unknowns $$\begin{align*}f(x,y,z)&=0\\g(x,y,z)&=0\\h(x,y,z)&=0\end{align*}$$ within a ...
J. M.'s missing motivation's user avatar
14 votes
2 answers
1k views

I have a function cxyz[s1, e1, s2, e2], and I want to find at least one set of {s1, e1, s2, e2} for which the function's output ...
INeedHelp's user avatar
  • 143
5 votes
5 answers
3k views

I am trying to obtain a list of coordinates at which two spheres intersect. Take for example the spheres: sp1=Sphere[{0, 0, 0}, 1] and ...
B.Seppen's user avatar
  • 119
5 votes
3 answers
4k views

I would like to find the intersection points of two surfaces which are constructed with ListPlot3D. The first list is ...
ecco's user avatar
  • 165
4 votes
5 answers
4k views

I would like to define a function $f(x,y)$, with the variables x and y linked by an equation implicitly, so $f(x,y)=f(x(y),y)=f(y)$. Eventually I would like to draw a graph with $f(x(y),y)$ being the ...
fanshenry's user avatar
8 votes
2 answers
908 views

“Everything that matters in life flows through tubes.” - Georg Christoph Lichtenberg, The Waste Books Model of a Boy surface at the ...
eldo's user avatar
  • 84.7k
7 votes
2 answers
5k views

Suppose we have two equation $f(x,y,c)=0$ and $g(x,y,c)=0$ where $c$ is an unknown constant. I am trying to plot a graph for $x,y$. One way to do it is to solve one of the equations for $c$ then ...
MrDi's user avatar
  • 474
4 votes
2 answers
682 views

Plot3D[{-5 - x - y, -Sqrt[8 x^2 + 8 y^2]}, {x, -5, 5}, {y, -5, 5}, Mesh -> None, BoxRatios -> {1, 1, 1}, PlotLegends -> "Expressions"]
marle's user avatar
  • 145
0 votes
3 answers
484 views

I'm a newbie at Mathematica. I'm trying to build a line in three dimensions. The best I can do is to build two planes and get a line on the intersection of those planes, like this: ...
Viacheslav Kondratiuk's user avatar
3 votes
4 answers
1k views

I'm trying to plot the intersections of four spheres. I've got the spheres plotted using: ...
David M's user avatar
  • 145
3 votes
4 answers
1k views

I have a problem with one of my school project :( I need to add function: $\sin(x)\sin(y)$ to elliptic cylinder $\left(\frac x a\right)^2+ \left(\frac y b\right)^2 = 1$ After few hours, only this ...
kolo's user avatar
  • 33
1 vote
2 answers
3k views

I have a complex function F[x,y], and now I want to plot the contour F[x,y] = 0. What can I do in order to have the contour plot vs Re[x] and y (That is, I want to treat y a real variable and x a ...
KenLee's user avatar
  • 11
6 votes
3 answers
328 views

I'm using ContourPlot to extract data points from a rather non-trivial curve in the $(x,y)$-plane. However, the points are spit out in the order of increasing $x$ ...
Benighted's user avatar
  • 1,337
5 votes
2 answers
597 views

I have this code: ...
David's user avatar
  • 15.1k
2 votes
3 answers
1k views

I should be able to get this from the answer here - but, with apologies, I'm afraid I can't figure it out. I have a sphere and a plane as follows: ...
Richard Burke's user avatar

15 30 50 per page