Community Profile

photo

devyanshi bansal


Last seen: ongeveer 2 jaar ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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

ongeveer 2 jaar ago | 0 answers | 0

0

answers

Question


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

ongeveer 2 jaar ago | 0 answers | 0

0

answers

Question


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

ongeveer 2 jaar ago | 1 answer | 0

1

answer