Rev 4654 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4654 | Rev 5755 | ||
---|---|---|---|
Line 12... | Line 12... | ||
12 | :diff( ) |
12 | :diff( ) |
13 | diff(sin(x)+cos(y),x) |
13 | diff(sin(x)+cos(y),x) |
14 | the derivative of sin(x)+cos(y) with respect to x |
14 | the derivative of sin(x)+cos(y) with respect to x |
15 | :int( , ) |
15 | :int( , ) |
16 | int(x^2+3*x+1,x) |
16 | int(x^2+3*x+1,x) |
17 | anti-derivative of x^2+3*x+1,<br> the constant term being undertermined |
17 | anti-derivative of x^2+3*x+1,<br/> the constant term being undertermined |
18 | :int( , = .. ) |
18 | :int( , = .. ) |
19 | int(t^2+3*t+1,t=0..1) |
19 | int(t^2+3*t+1,t=0..1) |
20 | the numerical integration of x^2+3*x+1, from 0 to 1 |
20 | the numerical integration of x^2+3*x+1, from 0 to 1 |
21 | :det( ) |
21 | :det( ) |
22 | det(\mat) |
22 | det(\mat) |