photo

Ikenna Iwudike


Last seen: 8 meses hace Con actividad desde 2022

Followers: 0   Following: 0

Estadística

MATLAB Answers

12 Preguntas
0 Respuestas

CLASIFICACIÓN
36.258
of 300.392

REPUTACIÓN
1

CONTRIBUCIONES
12 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
91.67%

VOTOS RECIBIDOS
1

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.373

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 3

Ver insignias

Feeds

Ver por

Pregunta


Asterisk appearing during row operation
When I'm doing row operations on matlab, and i'm trying to make a number zero, an asterisk appears. I dont know why this is. fo...

alrededor de 3 años hace | 1 respuesta | 1

1

respuesta

Pregunta


Shading with vertical lines
I'm trying to shade the region over which the integral extends with vertical lines. This is my integral: F = @(x,y) x.*y; ymin...

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

1

respuesta

Pregunta


Graphing region of intersection
I'm trying to compute the volume of the region between x^2 + y^2 = 1 and x^2 + z^2 = 1. But first I need to draw the cross secti...

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

1

respuesta

Pregunta


Graphing cylinders on same axis
I'm trying to graph these two cylinders on the same axis and then draw the cross section of the region bounded by them,but I'm n...

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

1

respuesta

Pregunta


plotting shaded area of integral
F = @(x,y) y.*sqrt(x.^2 - y.^2); ymax = @(x)x; q= integral2(F,1,2,0,ymax) How do you plot the shading of the region over whic...

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

1

respuesta

Pregunta


Double Integral using ymax and ymin
I'm having trouble trying to integrate this function. My y bounds are ln(x)/x to 1/x. my x bounds are 1 to e. F = @(x,y)exp(x*y...

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

1

respuesta

Pregunta


Using verticalregion for integral
I'm trying to plot the shaded region over which the integral extends, But i'm stuck. F = @(x,y) y.*sqrt(x.^2 - y.^2); ymax = @...

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

1

respuesta

Pregunta


Computing Double integrals with ymax
F = @(x,y) y*sqrt(x.^2 - y.^2); ymax = @(x)x; q = integral2(F,1,2,0,ymax) I need help with computing this double integral. my...

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

1

respuesta

Pregunta


finding the maxima/minima using lagrange mutlipliers
I was told to Find (numerically) the location and value of the absolute maximum and minimum of the function f(x, y) = e^x − sin ...

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

1

respuesta

Pregunta


Finding the maxima/minima
f(x, y) = e^x − sin (y) on the ellipse g(x, y) = x^2 + 3*y^2 = 1 I was told to parametrize the ellipse by x = cos(t), y = (1/sq...

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

1

respuesta

Pregunta


Finding global minimum with rand
I'm supposed to use the MATLAB function "rand" to generate a large number of random vectors in 3-space, with coordinates between...

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

1

respuesta

Pregunta


How do I draw a contour plot for f(x, y)=(2*x^2 + 3*y^2)*e^(−x^2−y^2) . that encompasses the critical points (0, 0) and (0, 1)?
How do I draw a contour plot for f(x, y)=(2*x^2 + 3*y^2)*e^(−x^2−y^2) . that encompasses the critical points (0, 0) and (0, 1)?

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

1

respuesta