Parameters

Parameters
is a list of rules ({val, val, ...}) attribute containing the parameters of a model.
Access the parameters of a model
Set new parameters for model (discard old ones)
Set parameters to previous values
Updating the parameters will add to the already existing parameters. Newly defined parameters take precedence over already existing ones.
In[1]:=
Click for copyable input
Access the parameters of a model
In[2]:=
Click for copyable input
Out[2]//Short=
Set new parameters for model (discard old ones)
In[3]:=
Click for copyable input
In[4]:=
Click for copyable input
Out[4]=
Set parameters to previous values
In[5]:=
Click for copyable input
In[6]:=
Click for copyable input
Out[6]=
Updating the parameters will add to the already existing parameters. Newly defined parameters take precedence over already existing ones.
In[7]:=
Click for copyable input
Out[7]=
In[8]:=
Click for copyable input
In[9]:=
Click for copyable input
Out[9]=
Some functions like simulate and findSteadyState provde Parameters as an option.