Solving Multiple First Order Differential Equations for Constants

조회 수: 2 (최근 30일)
HK
HK 2019년 2월 15일
댓글: Torsten 2019년 2월 20일
Capture.PNG
Hi,
I hope someone can help me.
I am looking to solve these 6 first order differential equations for the unknowns k1, k2, k3, k4, k5 and k6, with known concentrations in the square brackets (any number for them will do just now to get a working script!). Could someone help me obtain a script to do this?
Many thanks in advance.

채택된 답변

Torsten
Torsten 2019년 2월 15일
Replace the time derivatives by difference quotients.
Then you get a linear system of equations
A*[k1;k2;k3;k4;k5;k6] = b
where the number of rows in A is equal to (6*number of measurement times).
This can subsequently be solved using
k = A\b.
Best wishes
Torsten.
  댓글 수: 8
HK
HK 2019년 2월 20일
Yes, I have concentration data at the end of the reaction (t=60 mins/3600s) and also at two intermediate times (t = 2 mins/120s and t = 12 mins/720s). Should I state all of these values at the top of the script like I did for the values at t=0? Should the script then run or do additional changes need to be made in its layout?
Thanks again!
Torsten
Torsten 2019년 2월 20일
Since your data are taken at times with such a great temporal distance, you should try the method described here:
Best wishes
Torsten.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Performance and Memory에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by