Skip to main content
1-Visitor
December 22, 2016
Solved

ODEs with parametric value

  • December 22, 2016
  • 2 replies
  • 1343 views

Hi everyone, i am new in this community, and i hope that someone can help me!

I would like to find the lowest temperature in the range of 500-600K which maximizes the production of species B.
I solved the 3 ODEs in function of my unknown T. Now i would like to create a vector of temperatures (from 500 to 600 K), and for each of these temperatures calculate the production of B.

Is it possible to do this (maybe using a program)?
Thank you!

Best answer by Werner_E

maybe you are looking for something like this:

It should be no problem to create the vector you need, once you have a function.

2 replies

Werner_E25-Diamond IAnswer
25-Diamond I
December 22, 2016

maybe you are looking for something like this:

It should be no problem to create the vector you need, once you have a function.

1-Visitor
December 22, 2016

That is exactly what I was looking for! Thank you!