photo

ray sanchez


Con actividad desde 2015

Followers: 0   Following: 0

Estadística

MATLAB Answers

9 Preguntas
0 Respuestas

CLASIFICACIÓN
36.006
of 300.364

REPUTACIÓN
1

CONTRIBUCIONES
9 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
33.33%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.407

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

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Anyone know where to begin truing to solve an nth order integral? (n up to 10)
I don't even know where to begin here. I need to solve an integral of a function f(x1,x2,x3...x10) with each variable going from...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


double integral over a curved region using trapz
I'm trying to solve a double integral using the trapezoidal rule. I was told to use this file exchange <http://www.mathworks.com...

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


double integral using trapz
I'm trying to approximate a double integral using traps. This code is telling me the answer is 0 when it should be pi/4. I'm not...

más de 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


forward backward and central approximations
I'm pretty sure I have the code right to plot the graphs for the forward backward an central approximations of a derivative (alt...

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


I'm trying to integrate using Simpson's rule
I'm trying to integrate sin(x) from 0 to pi using the simpson's rule. The only thing is I need it to output several iterations e...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


forward approximation of derivative
I'm trying to figure out how to plot the forward approximation of the derivative of 1000^(x/17) at x=3.2 for h values of 0.01 to...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Approximate plot for values of 0-10
How would I take this plot and approximate it only for the values R = 0, 1, 2..., 10? if true clear; close all; clc; [X,Y]...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Having issue with this secant method code
It's having an issue with the second line when it asks to enter the function. any help appreciated clear all; clos...

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


I'm trying to plot the golden ratio to show that it converges
I'm trying to write a matlab script that displays the fibonacci sequence and plots the ratio of succesive members of the series ...

más de 10 años hace | 3 respuestas | 0

3

respuestas