Community Profile

photo

jameslk


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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;

3 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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);...

3 years ago | 0 answers | 0

0

answers