Skip to main content

All Questions

1 vote
0 answers
61 views

Finding the symbolic root of a non-linear function with fractional exponents

Define $f(x, a, t) = (x-t)^a - \frac{x^2}{2}$ where $x>0$ is the main variable of interest and $\alpha \in (0,1)$ is the parameter of curvature: ...
Gorkem Aksaray's user avatar
0 votes
0 answers
49 views

Optimization problem with complex and real values

I have the following optimization problem: $\underset{{{a}_{1}},...,{{a}_{m}}}{\mathop{\max }}\,\parallel \sum\limits_{n=1}^{N}{{{a}_{n}}}{{\varpi }_{n}}{{e}^{j{{\theta }_{n}}}}{{\varphi }_{n}}{{\...
mariamavr's user avatar
2 votes
0 answers
192 views

How to approximate an exponential series?

Consider the following expression $$ y_j= \sum_{k=0}^{L} \frac{e^{-\sum_{i=-k}^k(k-|i|)x_{j+i}}-e^{-\sum_{i=-k}^k(k+1-|i|)x_{j+i}}}{\sum_{i=-k}^k x_{j+i}}\tag{1} $$ for $1\leq j \leq L$. Given smooth ...
sam wolfe's user avatar
  • 4,903
1 vote
1 answer
130 views

Minimize is returning unevaluated for a simple positive integer domain problem [closed]

I don't understand why the following Minimize code is returning unevaluated. I believe I have it coded properly and the expected minimum is $x=14$ and $y=1$. <...
josh's user avatar
  • 2,444
0 votes
1 answer
197 views

Can I use WolframScript to solve this system of equations?

I have these three equations: ...
Lawton's user avatar
  • 103
4 votes
2 answers
126 views

Representing pairs of values that lead to a constant

I have the following expression: $Q=\frac{\sqrt{rc}}{1+r(1+K)}$ Q and K are constant values. Basically I want to plot a graph that shows me all the combinations of r and c that verify the equation. ...
Granger Obliviate's user avatar
1 vote
0 answers
97 views

Optimizing my code to solve nonlinear system

I have solved a non-linear system using Eliminate[] and Solve[], using a really nice answer found here I am able to use ...
Weierstraß Ramirez's user avatar
0 votes
1 answer
72 views

Find solutions after using Eliminate

I have used Eliminate[] to reduce a system of equations as found here, I then proceeded to verify that indeed my system has zeros using this code. My question is, ...
Weierstraß Ramirez's user avatar
-1 votes
1 answer
106 views

Solving Nonlinear System

I am solving a $3X3$ non-linear system (posted also in mathematics).After some simplifying assumptions it looks like this: $$K c_1 x_1=(1-x_2)(1-x_3)+a_1(1-x_2)x_3+a_2(1-x_3)x_2+a_3x_3x_2$$ $$K c_2 ...
Weierstraß Ramirez's user avatar
3 votes
2 answers
209 views

Fitting an exponential system

Consider the following system over a periodic array, where $1\leq j\leq n$, $$ y_j= \sum_{k=0}^m \frac{e^{-\sum_{|i|\leq k}(k-|i|)x_{j+i}}-e^{-\sum_{|i|\leq k}(k+1-|i|)x_{j+i}}}{\sum_{|i|\leq k} x_{j+...
sam wolfe's user avatar
  • 4,903
0 votes
1 answer
91 views

Finding only non-negative roots with FindRoot

Given an arbitrary function F, how do I force FindRoot to look only for non-negative roots, returning nothing otherwise?
sam wolfe's user avatar
  • 4,903
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
1 answer
101 views

Can I solve a system for a postive semidefinite variables?

I have the following system, where I want to find the solution set consisting of real, nonzero, symmetric positive semidefinite matrices $G$ and $DD$ such that the block matrix $X$ defined below is ...
Rudinberry's user avatar
0 votes
1 answer
281 views

Solving an equation involving exponential function

I have an equation $$ c \tan \left(\theta_{\mathrm{OPT}}\right)+\frac{a b A \exp \left(-b\left[\theta_{\mathrm{OPT}}-a\right]\right)}{\left[a \exp \left(-b\left[\theta_{\mathrm{OPT}}-a\right]\right)+1\...
noor's user avatar
  • 3
0 votes
2 answers
86 views

how i put condition to sure that values of outputs in FindRoot?

i want to put condition in this like x>0,0<y<1 FindRoot[{Exp[x - 2] == y, y^2 == x,x > 0 && 0 < y < 1}, {{x, 1}, {y, 1}}] but it dosen't ...
Ahmed's user avatar
  • 369

15 30 50 per page
1
2
3 4 5
15