Rev 539 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 539 | Rev 14899 | ||
---|---|---|---|
Line 5... | Line 5... | ||
5 | synonyme=lim |
5 | synonyme=lim |
6 | input=function |
6 | input=function |
7 | !exit |
7 | !exit |
8 | 8 | ||
9 | :proc |
9 | :proc |
- | 10 | ||
10 | x=!word 1 of $variable |
11 | x=!word 1 of $variable |
11 | !if $x=$empty |
12 | !if $x=$empty |
12 | t=!varlist nofn $formula |
13 | t=!varlist nofn $formula |
13 | t=!sort reverse nocase item $t |
14 | t=!sort reverse nocase item $t |
14 | x=!item 1 of $t |
15 | x=!item 1 of $t |
Line 43... | Line 44... | ||
43 | fm2=!texmath $formula2 |
44 | fm2=!texmath $formula2 |
44 | !exit |
45 | !exit |
45 | 46 | ||
46 | :output |
47 | :output |
47 | !if $result=$empty or limit isin $result or LIMIT isin $result |
48 | !if $result=$empty or limit isin $result or LIMIT isin $result |
48 | The computation of |
49 | The computation of |
49 | !set ins_align=middle |
50 | !set ins_align=middle |
50 |
|
51 | !insmath \lim_{$x \to $fm2 $sign}\left( $fm \right) |
51 | has failed. Sorry. (Are you sure that the limit exists?) |
52 | has failed. Sorry. (Are you sure that the limit exists?) |
52 | !exit |
53 | !exit |
53 | !endif |
54 | !endif |
54 | !if $result iswordof und ind |
55 | !if $result iswordof und ind |
55 | The function |
56 | The function |
56 | !htmlmath $formula |
57 | !htmlmath $formula |
57 | has no limit for $x towards $formula2. |
58 | has no limit for $x towards $formula2. |
58 | !else |
59 | !else |
59 | < |
60 | <div class="wimscenter"> |
60 |
|
61 | !insmath \lim_{$x \to $fm2 $sign}\left( $fm \right) = $rs |
61 | </ |
62 | </div> |
62 | !endif |
63 | !endif |
63 | 64 |