cubic (a, b, c, d)
...
<!-- example1 -->
<P N="x1" V="cubic(5,10,1,3)" />
<P N="x2" V="cubic(1,3,3,1)" />
<P N="x3" V="cubic(1,3,3,1)[0]" />
......
<!-- example2: 24x^3 + 34x^2 -5x -3 = 0 -->
<O N="C1" T="Group">
<P N="a1" V="24" />
<P N="b1" V="34" />
<P N="c1" V="-5" />
<P N="d1" V="-3" />
<P N="root_ex1" V="cubic(a1,b1,c1,d1)" D="Solution for a cubic equation with real roots" />
</O>
...
Last updated
