ODEs with parametric value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
ODEs with parametric value
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!
Solved! Go to Solution.
- Labels:
-
Physics
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
maybe you are looking for something like this:
It should be no problem to create the vector you need, once you have a function.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
maybe you are looking for something like this:
It should be no problem to create the vector you need, once you have a function.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
That is exactly what I was looking for! Thank you!
