Sabrina Garland
Followers: 0 Following: 0
Estadística
14 Preguntas
0 Respuestas
CLASIFICACIÓN
146.402
of 296.216
REPUTACIÓN
0
CONTRIBUCIONES
14 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
42.86%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.368
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 155.704
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
7 meses hace | 0 respuestas | 0
0
respuestasPregunta
Iteration method of optimization
I am trying to solve the problem using stackelberg sequential equilibrium method - Understanding the Approach: In a Stackelbe...
7 meses hace | 2 respuestas | 0
2
respuestasPregunta
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...
7 meses hace | 0 respuestas | 0
0
respuestasPregunta
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...
10 meses hace | 1 respuesta | 0
1
respuestaPregunta
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...
10 meses hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
alrededor de 1 año hace | 0 respuestas | 0
0
respuestasPregunta
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.^(...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
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)./(...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
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)...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 3 años hace | 1 respuesta | 0