Bella
Followers: 0 Following: 0
Estadística
11 Preguntas
0 Respuestas
CLASIFICACIÓN
37.791
of 295.527
REPUTACIÓN
1
CONTRIBUCIONES
11 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
45.45%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
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
How to use the Golden-Section Search for finding the MAX f(x) value?
I know how to find the min but not really sure how to find the max..
más de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
How to find minimum y value numerically using the fminsearch function?
For the equation f(x,y)=-8x+x^2+12y+4y^2-2xy... I found the minimum x value by putting the anonymous function using x1 for x an...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to enter an ln equation in a bisect function?
I am trying to find the real root of ln(x^2) = 0.7 using the bisection method but whenever i try to name the function with this ...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to do a taylor series in matlab with e?
if the equation was g(x)=e^x/(cos(x)+tan3(x)) for x=2 I tried >> x=2;taylor(exp(e^x/(cos(x)+tan3(x)))) but an error comes up w...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How do i convert a Base-2 number into Base-10?
If the number is 1011001 then I thought I would do 2^0+2^3+2^4+2^6= 89 then (8x10^1)+(9x10^0)= 89 Would 89 be correct or shou...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
What is a code that calculates the total dollars in commission this salesperson would receive?.
If someone sells less than $400, 7% commission If someone sells between $400 and $750, 10% commission If someone sells bet...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
Develop an m-file function to compute v as a function of t. Develop a script to plot v versus t from t=-5 to 50 .
I am so lost on how to do this... v(t) is a piecewise function v(t)= 10t^2 - 5t for 0<=t<=8 624-3t for 8<...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
how to insert the column [60;80] into the third column
A=[1 5 6; 3 0 8]
más de 8 años hace | 5 respuestas | 0
5
respuestasPregunta
What is the matrix multiplication of these two vectors?
A=[ 1 1 1 4 5] and B=[1 2 3 4 5]
más de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
What is the command to make a vector t that looks like this?
0 0.25 0.5.......5
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
What is a(:,2:3)?
a = [ 1 2 3 4 5; 2 3 4 5 6; 3 4 5 6 7; 4 5 6 7 8]
más de 8 años hace | 3 respuestas | 1