John Grand
Followers: 0 Following: 0
Estadística
4 Preguntas
0 Respuestas
CLASIFICACIÓN
83.910
of 295.486
REPUTACIÓN
0
CONTRIBUCIONES
4 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.236
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.950
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
what's the difference between Secant , Newtons, fixed-point and bisection method
what's the difference between Secant , Newtons, fixed-point and bisection method to implement function x^2 + x^ 4 + 6 = x^3 + x^...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
I'm ensure if this would be an efficient way to use Bisection Method to approximate x ^2 + x ^4 + 6 = x ^3 + x ^5 + 7 to produce the first 11 values of iteration
Using Bisection method on matlab to approximate x ^2 + x ^4 + 6 = x ^3 + x ^5 + 7 to find first 11 values of iteration. How can ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
I'm trying to compute f(x0), f(f(x0)) (written as (f 3 )(x0)), and (f 100)(x0). With the given initial value x0 ∈ [0, 1]. But i'm not sure where I'm getting the error
let x0=0.35 and y=f(x0) calculting f^N(x0) N can be 1,2,3, or 100 Let N=100; x₀=0.35; fN=f(x0); For i = 1: N-1 End ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
My piecewise function graph is not showing
I'm trying to plot the the function below, here is what I have f(x) = 2x x ∈ [0, 0.5] 2x − 1 x ∈ (0.5, 1...
más de 3 años hace | 1 respuesta | 0