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 | :geometry, analytic geometry, algebraic geometry |
||
7 | implicit, parametric, implicit surface, parametric surface, space surface, |
||
8 | surface, parametric space surface, equation, implicit equation, |
||
9 | parametric equation |
||
10 | |||
11 | :precision, 12 |
||
12 | operation, parametric to implicit surface |
||
13 | size, 600x360 |
||
14 | |||
15 | :, Find the implicit equation |
||
16 | |||
14878 | bpr | 17 | : |
539 | bpr | 18 | $submit1 |
19 | of a parametric surface: |
||
17232 | bpr | 20 | <br>x = f(u,v) = |
21 | <input type="text" size="15" name="formula" value="u^2+v"> |
||
22 | <br>y = g(u,v) = |
||
23 | <input type="text" size="10" name="formula" value="uv+1"> |
||
24 | <br>z = h(u,v) = |
||
25 | <input type="text" size="10" name="formula" value="v^2-1"> |