Estadística
6 Preguntas
0 Respuestas
CLASIFICACIÓN
170.686
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
33.33%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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
Loop with Bisection Method Error (for may not be aligned etc.)
I have a bisection method function that is running inside a loop to generate solutions for multiple values p. However, I'm getti...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Generate a loop with Guassian Elimination for multiple values of one variable
I'm trying to generate a loop that solves a system of equations in the matrix form Ax=b that has a solution vector x that then p...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Looping Error: subscript indices must either be real positive integers or logicals
x=(7*pi)/4 k=12 for n = 1:k cossum(x) = ((-1^(n))*(x.^(2*n)))/(factorial(2*n)); end When x is a...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I use a vector to evaluate a polynomial function?
I have a vector of x values that I need to plug into a cubic polynomial. And I keep getting errors how exactly do I do this?...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Evaluate f(x) for multiple evenly spaced values
How do I evaluate a function f(x) for multiple, evenly spaced values of x between two variables. ie x = exactly 10 evenly spaced...
casi 12 años hace | 2 respuestas | 0
2
respuestasPregunta
Create a row vectors that includes even/odds between 0 and X
How can I created a row vector that includes every even/odd number BETWEEN two variables but does not include them. ie x=10 y=20...
casi 12 años hace | 3 respuestas | 0