Subversion Repositories wimsdev

Rev

Rev 6518 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
539 bpr 1
# record 1: header: parent, keywords
2
# record 2: calling parameters
3
# record 3: submit buttons
4
# record 4: html form content
5
 
6
:algebra, elementary algebra
7
polynomial, factor, root, expand
8
 
9
:datatype, polynomial
10
 
11
:operation, Expand
12
operation, Factor
13
operation, Roots
14
 
17232 bpr 15
:<td style="text-align:center;" style="text-align:center;" NOWRAP>Polynomial<br>
6518 bpr 16
 <input type="text" name="formula" size="40" value="(x - 1)^4 - (x + 2)^4">
17
 <td align="right" valign="center">
539 bpr 18
 $submit1
19
 $submit2
20
 $submit3
21