Gibt eine in MathML dargestellte Formel an.
Indicates a formula represented in MathML.
2024-12-01 Created
2026-01-05: Changed example note.
2026-03-18: example updated
<dcc:formula refType="force_function">
<dcc:mathml>
<ml:math>
<ml:apply>
<ml:eq />
<ml:apply>
<ml:plus />
<ml:apply>
<ml:times/>
<ml:ci id="linearBalanceDecreasingCompressiveCoefficient_a">a</ml:ci>
<ml:ci>F</ml:ci>
</ml:apply>
<ml:apply>
<ml:times/>
<ml:ci id="quadraticBalanceDecreasingCompressiveCoefficient_b">b</ml:ci>
<ml:apply>
<ml:power />
<ml:ci>F</ml:ci>
<ml:cn>2</ml:cn>
</ml:apply>
</ml:apply>
<ml:apply>
<ml:times/>
<ml:ci id="qubicBalanceDecreasingCompressiveCoefficient_c">c</ml:ci>
<ml:apply>
<ml:power />
<ml:ci>F</ml:ci>
<ml:cn>3</ml:cn>
</ml:apply>
</ml:apply>
<ml:ci id="constantBalanceDecreasingCompressiveCoefficient_d">d</ml:ci>
</ml:apply>
<ml:ci id="balancedMeanDecreasingCompressive">X</ml:ci>
</ml:apply>
</ml:math>
</dcc:mathml>
</dcc:formula>