jameslk
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
193,755
of 296,498
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 20,381
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 156,574
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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
answerQuestion
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
answerQuestion
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
answerQuestion
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
answerQuestion
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