Subversion Repositories wimsdev

Rev

Rev 14878 | 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
:linear algebra
7
linear system solve, solve linear system, linear solve, solve system,
8
solve system of linear equations, linear system, system of linear equations
9
 
10
:datatype, linear system
11
operation, linear solve
12
 
13
:, Solve the System
14
 
14878 bpr 15
:
539 bpr 16
 $submit1
6518 bpr 17
 <textarea name="formula" rows="3" cols="40">
539 bpr 18
x + y + z = 1
19
x - y + z = 2
20
2x + 3y   = -3
17232 bpr 21
</textarea> <br> Press Enter after each equation.