Decay modelling problem using Simulink
조회 수: 6 (최근 30일)
이전 댓글 표시
Hello everyone,
I have a question regarding a modelling problem. The problem statement is :
In a certain year we had a sample of radioactive P buried. After 10 years the sample was dug up and 90% of P was present , 8% of Q was present and 2% of R was present. So basically decays is as follows P decays to Q decays to R . If we run this for 1000 years , when will we get the largest amount for Q? I need help on how to start with this problem on Simulink so that a search function is used to find the k value that achieves the largest amount of Q.
The decay equations are :
dP/dt = -k1*P
dQ/dt = -k2*Q + k1*P
dR/dt = k2*Q
Thank you for your help in advance.
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Particle & Nuclear Physics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!