Community Profile

photo

devyanshi bansal


Last seen: etwa 2 Jahre vor Aktiv seit 2022

Followers: 0   Following: 0

Statistiken

  • 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

etwa 2 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)...

etwa 2 Jahre vor | 0 Antworten | 0

0

Antworten

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

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort