Difference between revisions of "Inverse Composition Rules"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 8: | Line 8: | ||
<td>tan(x)</td> | <td>tan(x)</td> | ||
<td>x<sup>2</sup></td> | <td>x<sup>2</sup></td> | ||
+ | <td>sinh(x)</td> | ||
+ | <td>exp(x)</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td> </td> | ||
+ | <td><input type="radio" name="f" value="sin"></td> | ||
+ | <td><input type="radio" name="f" value="cos"></td> | ||
+ | <td><input type="radio" name="f" value="tan"></td> | ||
+ | <td><input type="radio" name="f" value="square"></td> | ||
+ | <td><input type="radio" name="f" value="sinh"></td> | ||
+ | <td><input type="radio" name="f" value="exp"></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>g(x)</td> | ||
+ | <td>arcsin(x)</td> | ||
+ | <td>arccos(x)</td> | ||
+ | <td>arctan(x)</td> | ||
<td>√(x)</td> | <td>√(x)</td> | ||
+ | <td>arcsinh(x)</td> | ||
+ | <td>log(x)</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td> </td> | ||
+ | <td><input type="radio" name="g" value="sin"></td> | ||
+ | <td><input type="radio" name="g" value="cos"></td> | ||
+ | <td><input type="radio" name="g" value="tan"></td> | ||
+ | <td><input type="radio" name="g" value="sqrt"></td> | ||
+ | <td><input type="radio" name="g" value="asinh"></td> | ||
+ | <td><input type="radio" name="g" value="log"></td> | ||
</tr> | </tr> | ||
</table> | </table> |
Revision as of 15:11, 19 June 2009