Skip to main content

All Questions

2 votes
1 answer
55 views

Using the result of Solve as a function of parameters

I am trying to find b2 maximising a function I named 'EG1EUB'. And 'EG1EUBb2' is the frist order condition. Based on my understanding, Solve gave me a single solution saying that b2 is the second root....
H_Kim's user avatar
  • 45
2 votes
2 answers
219 views

Minimization using NMinimize

I have a system of ODEs say $$x'(t)=2 x(t)-x(t)y(t)-3 x(t) g(t),$$ $$y'(t)= y(t)-2 x(t)y(t)- x(t) g(t)$$ with ICs $x(0)= 1, y(0)=1/2$, say, for $t_0 \leqslant t \leqslant t_f$, where $t_0$ and $t_f$ ...
Moe's user avatar
  • 21
0 votes
1 answer
94 views

How to solve the Summation equation by FindRoots [closed]

I want to find out the value of alpha and lambda where u lies between 0 and 1.
Anu's user avatar
  • 1
2 votes
3 answers
301 views

Solve / brute-force for parameters that drive a function to zero at specified points

Edit: Made question a lot easier to read. Simple example. - Consider $p(x,y,z,t) = e^t(ax^2 + by^2 + cz^2)$ and I seek the values of $a,b,c$ which make $p\approx0$ at the point $(x=r\cos\theta,y=r\...
Cogicero's user avatar
  • 149