
Sabrina Garland
Followers: 0 Following: 0
Feeds
提问
Defining variable as a function of other variable
I am trying to define t as a function of k so that when I substitute compute_obj with define_t and then differentiate the object...
9 months 前 | 0 个回答 | 0
0
个回答提问
Iteration method of optimization
I am trying to solve the problem using stackelberg sequential equilibrium method - Understanding the Approach: In a Stackelbe...
9 months 前 | 2 个回答 | 0
2
个回答提问
Mismatched Stability check.
I have system of two equations. I solved the model - variable k and t for each value of parameter m, between 0 and 1, and checke...
9 months 前 | 0 个回答 | 0
0
个回答提问
Expected value with maximal domains
I have a Manager who has no information about the profit from investment into two bonds, other than the fact that they are indep...
12 months 前 | 1 个回答 | 0
1
个回答提问
Solving and plotting equation with many variables
I have two random variables a and b. a is drawn from uniform distribution (m, 1+m) where, 0<m<=1. b is drawn from uniform distri...
1 year 前 | 1 个回答 | 0
1
个回答提问
Conditional expectation in matlab
I have to calculate conditional expected value of a and b. a and b are random variables that are normally distributed with mean ...
1 year 前 | 0 个回答 | 0
0
个回答提问
Error in plotting - indices not compatible
I have the following code - syms y t g f1 = -2*g*(t.^3 +t.^2)/((1 - y).^(1-2*g)) + 2*g*(3-t)*(3 - t.^2)^2./(((2 - t).^2).*y.^(...
1 year 前 | 1 个回答 | 0
1
个回答提问
Plot multiple graph after solving
I have following two equations - f1 = -2*g*t.^3/((1 - y).^(1-2*g)) + 2*g*(3 - t.^2)^2./((2 - t).*y.^(1-2*g)) + (8*g*t)./(...
1 year 前 | 2 个回答 | 0
2
个回答提问
Not able to get real solution through syst solve
I have been trying to solve the following equation and following is my code - syms y t f1 = -t^3/(3*(1 - y)^(2/3)) + (3 - t^2)...
1 year 前 | 1 个回答 | 0
1
个回答提问
Plotting two non linear equations in same graph
I have following two equations y - ((t^8 - 8*t^7 + 36*t^6 - 96*t^5 + 146*t^4 - 88*t^3 - 116*t^2 + 144*t + 81)/(t^8 - 8*t^7 + 3...
1 year 前 | 2 个回答 | 0
2
个回答提问
Plotting an inequality of two related variable in a linear space
I want to plot the inequality with two variables a and b such that a>b. Variables a and b have values between 0 and 1. Inequalit...
3 years 前 | 1 个回答 | 0
1
个回答提问
Error: Unable to find symbolic solution
syms y(x) ode= diff(y, x)== (-(5*y)/(2*x))/(1- ((1/(2*x))^2)*((y/(1-y))^(3/5))); cond = y(1/2)==1/2; ySol(x) = dsolve(ode, co...
3 years 前 | 0 个回答 | 0
0
个回答提问
Distribution of order statistics
I have the following function $(x^{1-2r})(1-r)$/${2/3}^r$ + ${(1- x)^{1-2r}$/${1/3}^r$ Where, 0<=x<=1 and 0<=r...
4 years 前 | 0 个回答 | 0
0
个回答提问
Error: Invalid expression log equation
I am trying to solve an equation in Matlab mobile. Following is the code - syms t a eqns =-a*log((3*t/4)*(3-t^2...
4 years 前 | 1 个回答 | 0