Sabrina Garland
Followers: 0 Following: 0
Statistics
14 Questions
0 Answers
RANK
187 052
of 294 589
REPUTATION
0
CONTRIBUTIONS
14 Questions
0 Answers
ANSWER ACCEPTANCE
42.86%
VOTES RECEIVED
0
RANK
of 20 129
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 152 055
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
4 månader ago | 0 answers | 0
0
answersQuestion
Iteration method of optimization
I am trying to solve the problem using stackelberg sequential equilibrium method - Understanding the Approach: In a Stackelbe...
4 månader ago | 2 answers | 0
2
answersQuestion
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...
4 månader ago | 0 answers | 0
0
answersQuestion
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...
7 månader ago | 1 answer | 0
1
answerQuestion
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...
8 månader ago | 1 answer | 0
1
answerQuestion
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 ...
nästan ett år ago | 0 answers | 0
0
answersQuestion
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.^(...
ungefär ett år ago | 1 answer | 0
1
answerQuestion
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)./(...
ungefär ett år ago | 2 answers | 0
2
answersQuestion
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)...
ungefär ett år ago | 1 answer | 0
1
answerQuestion
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...
ungefär ett år ago | 2 answers | 0
2
answersQuestion
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...
mer än 2 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 3 år ago | 0 answers | 0
0
answersQuestion
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...
mer än 3 år ago | 0 answers | 0
0
answersQuestion
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...
mer än 3 år ago | 1 answer | 0