Estadística
4 Preguntas
0 Respuestas
CLASIFICACIÓN
32.057
of 301.620
REPUTACIÓN
1
CONTRIBUCIONES
4 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 21.362
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 175.811
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
Secant Method not Working, Please Help!
my code isnt working , i need help fixing my secant method so that it updates every guess with every iteration. i need the guess...
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Simpsons 1/3 rule using n =10 , 100, 1000
i cant get my code to work. im trying to implement the simpsons one-third rule to get the value of the certain function using n ...
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Matlab Code for the Gauss Legendre Quadrature
I need help contsructing the code for the gauss legendre quadrature using n =2 , 4, and 6. i was able to get the value for n =2 ...
alrededor de 6 años hace | 3 respuestas | 1
3
respuestasPregunta
index exceeds the number of array elements at y2 for the finite difference formulas
clear; close all; clc; %% Parameters f = exp(x); deltaX = 0.05; x = 2:deltaX:2.5; f = exp(x); n = length(x); y = zeros...
alrededor de 6 años hace | 1 respuesta | 0

