photo

James


DuPont Teijin Films UK Ltd

Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

2 Fragen
1 Antwort

RANG
146.952
of 301.153

REPUTATION
0

BEITRÄGE
2 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
0

RANG
 of 21.182

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 173.067

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 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

Feeds

Anzeigen nach

Frage


A 2nd order ODE
Dear All, Does anyone have any idea how to solve the following problem in Matlab: D*C''(z) - k*C(z) = 0, subject to: C(z...

fast 15 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
This problem involves 3 time dependent ODEs that are to be solved graphically with the input of a time dependent function.
Hi Matt, Thanks for the response. If I wrote my function like this: function xdot = odefun(t,x) T = 20 + 8*t; R=8.314...

fast 15 Jahre vor | 0

Frage


This problem involves 3 time dependent ODEs that are to be solved graphically with the input of a time dependent function.
Dear All, I briefly came across the following problem in Matlab: Solve the following ODEs: dA/dt = k2B - k1A; dB/dt = ...

fast 15 Jahre vor | 3 Antworten | 0

3

Antworten