File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
en/modules/ROOT/pages/commands Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ CIFactor( <Expression> )::
1010[EXAMPLE]
1111====
1212
13- `++CIFactor[ x^2 + x + 1] ++` returns stem:[ \left( x + \frac{-ί \sqrt{3} + 1}{2} \right) \left( x + \frac{ί \sqrt{3}
13+ `++CIFactor( x^2 + x + 1) ++` returns stem:[ \left( x + \frac{-ί \sqrt{3} + 1}{2} \right) \left( x + \frac{ί \sqrt{3}
1414+ 1}{2} \right)]
1515
1616====
@@ -21,7 +21,7 @@ CIFactor( <Expression>, <Variable> )::
2121[EXAMPLE]
2222====
2323
24- `++CIFactor[ a^2 + a + 1, a] ++` returns stem:[ \left( a + \frac{-ί \sqrt{3} + 1}{2} \right) \left( a + \frac{ί
24+ `++CIFactor( a^2 + a + 1, a) ++` returns stem:[ \left( a + \frac{-ί \sqrt{3} + 1}{2} \right) \left( a + \frac{ί
2525\sqrt{3} + 1}{2} \right)]
2626
2727====
You can’t perform that action at this time.
0 commit comments