photo

Danielle


Last seen: más de 1 año hace Con actividad desde 2023

Followers: 0   Following: 0

Estadística

Feeds

Ver por

Pregunta


How to display certain iterations
%% Problem 3 clc; n=1 k=1 sum=0 while n<15000 sum=sum+(2/(k^4)) n=n+1 k=n end I need to display the fir...

más de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


Superimpose three solutions onto a direction field
I need to superimpose three solutions onto the direction fields of: y'=sin(x^2) y'=1-(y^2) I was able to graph both, but I ...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How do I simplify a function?
Part of one of my assignments is to simplify this equation: I put this code into MATLAB: Treatment= simplify(A-2*(B)+2*(B*Y)...

casi 2 años hace | 1 respuesta | 0

1

respuesta