photo

devyanshi bansal


Last seen: mehr als 3 Jahre vor Aktiv seit 2022

Followers: 0   Following: 0

Statistik

MATLAB Answers

3 Fragen
0 Antworten

RANG
103.063
of 300.392

REPUTATION
0

BEITRÄGE
3 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
33.33%

ERHALTENE STIMMEN
0

RANG
 of 20.933

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.335

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


can someone help me with bifurcation code of three differential equation.
any three differential equation in form of dy/dt

mehr als 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


can someone help me by solving this error, there are three ode wich i have to solve and plot a single graph of al three equations in one graph.
function dydt=graph(t,y) dydt = zeros(3,1) ; %column vector dydt(1) = 1.07*y(1)*y(1)-y(1)*y(1)*y(1)-0.17*y(1)-(0.36*y(1)*y(2)...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I have written the code for three differential equations for plotting the graph . I am not able to get the graph .
clc; clear all; close all; F = @(Z,X) (1.07*Z*Z-Z*Z*Z-0.17*Z-(0.36*Z*X)-(0.0001*sqrt(Z*Y))/(1+0.2*sqrt(Z))); A = @(X,Y) (X)*...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort