Rev 5755 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5755 | Rev 17516 | ||
---|---|---|---|
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 |
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) |
23 | determinant of the matrix \mat |
23 | determinant of the matrix \mat |
24 | 24 | ||
25 | :abs( ) |
25 | :abs( ) |
26 | \real{a=abs(-32)} |
26 | \real{a=abs(-32)} |
27 | absolute value |
27 | absolute value (equivalent : fabs( )) |
28 | :sqrt( ) |
28 | :sqrt( ) |
29 | \real{a=sqrt(32)} |
29 | \real{a=sqrt(32)} |
30 | square root |
30 | square root |
31 | :binomial( , ) |
31 | :binomial( , ) |
32 | \integer{a=binomial(9,3)} |
32 | \integer{a=binomial(9,3)} |
Line 49... | Line 49... | ||
49 | :erfc( ) |
49 | :erfc( ) |
50 | \real{a=erfc(3.4)} |
50 | \real{a=erfc(3.4)} |
51 | Function erfc |
51 | Function erfc |
52 | :Euler |
52 | :Euler |
53 | \real{a=Euler} |
53 | \real{a=Euler} |
54 | Euler constante (equivalent EULER |
54 | Euler constante (equivalent EULER euler) |
55 | :exp( ) |
55 | :exp( ) |
56 | \real{a=exp(4)} |
56 | \real{a=exp(4)} |
57 | exponential |
57 | exponential |
58 | :factorial( ) |
58 | :factorial( ) |
59 | \integer{a=factorial(4)} |
59 | \integer{a=factorial(4)} |