Community Profile

photo

jameslk


Last seen: más de 2 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


how can I get y which correspond to x and then plot (x,y)??
syms x y x=[-4:1:4] f = y^3+0.2*exp(-1*x^2)*y^2-2.2039*y^2+0.8155 == 0;

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how can i plot this equation?
syms x y x=linspace(-4,4); f =@(x,y) y^3+0.2*exp(-1*x^2)*y^2-2.2039*y^2+0.8155 == 0; plot(x,y) x is between -4 and 4 y^3...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how can i solve this problem with rk4 method?
In this case, m=20, k=20, c=40 and initial x=1, initial v=0, t is 0 to 15. please tell me what's wrong in my code This is my ...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I integral this equation and plot? please help me
dy/dt = y*t^2 + 3*y y(0) = 1 t= 0:2 This is the equation which I want to integral But when I integrate and plot this how can...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I use Lagrange in this problem?
clc; clear all format long A = [-0.5 2.5 6 11 20 28 50 60 80 90]; T =[18 -1 -23 -56 -56 -48 -2 -17 -92 -92]; n= length(A);...

casi 3 años hace | 0 respuestas | 0

0

respuestas