Community Profile

photo

Takey Asaad


Last seen: mehr als ein Jahr vor Aktiv seit 2018

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Differential equation(1st order)
my function is dy/dt=k*y*exp(450/y) k is constant and y(0)=40 and y(15)=95 solve this equation by using ode45 can someone ...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
ODE45, differential equation
code

mehr als 5 Jahre vor | 0

Beantwortet
ODE45, differential equation
if true function bvp4 xlow=0;xhigh=300; solinit=bvpinit(linspace(xlow,xhigh,300),[40 95]); sol=bvp4c(@bvp4ode,@bvp4bc,...

mehr als 5 Jahre vor | 0

Frage


ODE45, differential equation
my function is dy/dt=k*y*exp(450/y) k is constant and y(0)=40 and y(15)=95 solve this equation by using ode45 can someon...

mehr als 5 Jahre vor | 4 Antworten | 0

4

Antworten

Beantwortet
1st order differential equation , boundary conditions
Hi, why you use log instead of exp?

mehr als 5 Jahre vor | 0

Beantwortet
1st order differential equation , boundary conditions
ans = 40 ans = 450*exp(exp(20*log(log(19/90)) - 19*log(log(4/45)))) answer at t=300 must be 450 and the plot i...

mehr als 5 Jahre vor | 0

Frage


1st order differential equation , boundary conditions
please can someone help me to solve this 1st differential equation my function is Dp=kp ln(450/p) p(0)=40 and p(15)=95 , k is...

mehr als 5 Jahre vor | 3 Antworten | 0

3

Antworten

Beantwortet
1st order differential equation
Hi , the plot is still wrong , k should be get from the initial condition and the solution is y(t)=450/( e^e^(-0.02948t+0.8839)...

mehr als 5 Jahre vor | 0

| akzeptiert

Frage


1st order differential equation
i am trying to solve this differential equation and the solution i get it is wrong so where is the error? and this my function ...

mehr als 5 Jahre vor | 2 Antworten | 0

2

Antworten