jameslk
Followers: 0 Following: 0
Statistica
5 Domande
0 Risposte
RANK
84.072
of 295.527
REPUTAZIONE
0
CONTRIBUTI
5 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
40.0%
VOTI RICEVUTI
0
RANK
of 154.057
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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;
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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);...
oltre 3 anni fa | 0 risposte | 0