当前你的浏览器版本过低,网站已在兼容模式下运行,兼容模式仅提供最小功能支持,网站样式可能显示不正常。
请尽快升级浏览器以体验网站在线编辑、在线运行等功能。
A primary is a variable x, a sequence of digits 0 - 9, or an expression enclosed within ( ... ). Examples: x, 99, (x+1).
A factor is a primary by itself or a primary followed by an exponent. An exponent consists of a symbol ^ followed by a sequence of digits 0 - 9. Examples: x^05, 1^15, (x+1)^3.
A term consists of one or more adjoining factors. Examples: 4x, (x+1)(x-2), 3(x+1)^2.
An expression is one or more terms connected by either + or -. Additionally, the first term of an expression may optionally be preceded with a minus sign -. Examples: -x+1, 3(x+1)^2-x(x-1)^2.
c0x^p0 ± c1x^p1 ... ± cnx^pn
When ci is equal to 1, it should be omitted unless corresponding pi is 0,
x^0 should be omitted as a whole, and
x^1 should be written as x.
-(x^3-3x^2+3x-1) (x-1)^2 x^2+10x+25 x^2+6x+5 x^3+1 x-1 .
x^2-2x+1 x+5 1
时间上限 | 内存上限 |
1000 | 65536 |