Translations:Plasma/Krunner/96/he: Difference between revisions
(Created page with "דוגמאות: {|class="tablecenter" style="border: 1px solid grey" | קלט || פלט |- |<code> = integrate( -x/y^2, y ) </code> || -x/y |- |<code> diff( log(x) ) = </code> || 1/x |}") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Examples: | |||
{|class="tablecenter" style="border: 1px solid grey" | {|class="tablecenter" style="border: 1px solid grey" | ||
| | | Input || Output | ||
|- | |- | ||
|<code> = integrate( -x/y^2, y ) </code> || -x/y | |<code> = integrate( -x/y^2, y ) </code> || -x/y | ||
|- | |- | ||
|<code> diff( log(x) ) = </code> || 1/x | |<code> diff( log(x) ) = </code> || 1/x | ||
|} | |} |
Latest revision as of 11:47, 22 May 2024
Examples:
Input | Output |
= integrate( -x/y^2, y ) |
-x/y |
diff( log(x) ) = |
1/x |