Skip to main content

Questions tagged [multivalued]

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
1 vote
1 answer
216 views

Using the same concept discussed in Plotting minima of a mutivariable function, I am trying to plot the minimas for the function z[v_, t_] here. This is what I am ...
raf's user avatar
  • 159
3 votes
3 answers
386 views

Consider a function, z (x,y) = x^2 + y^2 + 3*x*y. For a range of x, I like to plot the minimum values of ...
raf's user avatar
  • 159
6 votes
3 answers
328 views

Suppose I have two functions $f,g:\mathbb{R}^2 \to \mathbb{R}^2$ and that I want to compute $g(f(x,y))$. As an example, let's take $f(x,y)=(x+y, x-y)$ and $g(x,y)=(y^2,x^2)$. Then, $g(f(1,2))=(1,9)$. ...
user2978125's user avatar
4 votes
2 answers
243 views

I am new to Mathematica's way of programming. I have a multivariable function, part of whose values are available as a list, and the remaining in another list. To illustrate, I will present my problem ...
haricash's user avatar
0 votes
1 answer
129 views

I have a constraint f[a_, b_, c_] ==0 with three parameters $-1<a,b,c<1$ where ...
math2021's user avatar
  • 749
0 votes
1 answer
135 views

I have a constraint f[a_, b_, c_] ==0 with three parameters $0<a,b,c<3$ where ...
math2021's user avatar
  • 749
2 votes
2 answers
261 views

I have this two-variable function $f(x,y)$ for {x,-Pi,Pi} and {y,-Pi,Pi} in which $\{a,b,c\}$ are real parameters (can be ...
MsMath's user avatar
  • 195
0 votes
1 answer
93 views

I have a two-variable function $f(m,s)$ for real $m>0$ and $s>0$, and as the first picture shows, it seems that it is always positive; on the other hand, I can easily find the minimum of $f(m,s)$...
Martha97's user avatar
  • 349
0 votes
1 answer
121 views

I have a two-variable function $g(x,y)$ with $0<x\leq\frac{\pi}2$ and $\frac32<y<5$. I am looking for $y=f(x)$ for which $g(x,y)=0$. Using ContourPlot <...
charmin's user avatar
  • 1,189
0 votes
2 answers
114 views

How do to create 3D plot of ${t_{opt}} = {f_2}\left( {x,y} \right)$, where ${t_{opt}}$ is corresponding to maximum value of ${f_1}\left( {x,y,t} \right)$ at the limited ranges of $x,y,t$? If $t$ ...
Imyaf's user avatar
  • 103
2 votes
1 answer
198 views

I have a large ($50\times 50$) sparse matrix $M$ whose entries are symbolic, and most of them are of these exponential form: E^(-((I x)/2)) (3 + x) and ...
mathchem's user avatar
0 votes
1 answer
110 views

I have the function $f(x,b,t,m)$ for $\{x>0,t,b\}$ all reals and $m=\{1,2,3,4,5,6\}$. For each particular $m\in\{1,2,3,4,5,6\}$, I see that $f(x,b,t,m)$ has a multiplicative factor $e^{7 i x}$ ...
math2021's user avatar
  • 749
0 votes
1 answer
138 views

I have a three-variable function $f_{a,b}(x)$ for $x>0$, and $-2<a,b<2$, say f[x_,a_,b_]:=b^3 Sin[x] + Cos[a/b] Question I want to plot the roots of this ...
charmin's user avatar
  • 1,189
0 votes
1 answer
287 views

I’m reading the wolfram page on complex functions and noticed that one can actually plot the values of these functions on the axis (cf. image attached). How can I do this in mathematics, say for $sech(...
Roberto_1986's user avatar

15 30 50 per page