Community Profile

photo

devyanshi bansal


Last seen: 約2年 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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

約2年 前 | 0 件の回答 | 0

0

回答

質問


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

約2年 前 | 0 件の回答 | 0

0

回答

質問


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

約2年 前 | 1 件の回答 | 0

1

回答