Location: CellML 2.0 testing @ a984419d72b5 / deriv_approx_sin.xml

Author:
David Nickerson <nickerso@users.sourceforge.net>
Date:
2017-08-31 11:16:51+12:00
Desc:
adding initial set of test models used in libcellml
Permanent Source URI:
http://models.cellml.org/workspace/4b1/rawfile/a984419d72b5dc4ef514f02defb70308fa57b09c/deriv_approx_sin.xml

<?xml version="1.0" encoding="UTF-8"?><model xmlns="http://www.cellml.org/cellml/2.0#" xmlns:cellml="http://www.cellml.org/cellml/2.0#" xmlns:xlink="http://www.w3.org/1999/xlink" name="deriv_approx_sin" id="deriv_approx_sin">
  

  <component name="sin" id="sin">
    <variable id="x" name="x" interface="public_and_private"/>
    <variable id="sin" name="sin" initial_value="sin_initial_value" interface="public_and_private"/>
    <variable name="sin_initial_value" interface="public_and_private"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply><eq/>
        <apply><diff/>
          <bvar><ci>x</ci></bvar>
          <ci>sin</ci>
        </apply>
        <apply><cos/>
          <ci>x</ci>
        </apply>
      </apply>
    </math>
  </component>
  
</model>