Subversion Repositories wimsdev

Rev

Rev 3282 | Rev 4452 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3263 bpr 1
:Wiskundige functies
2
:Functie,Example,Effect
3460 bpr 3
:evalue( )
3263 bpr 4
evalue(x^2+sin(y),x=3,y=4)
5
evaluatie van functie x^2+sin(y), voor x=3, y=4
3460 bpr 6
:solve( )
3263 bpr 7
solve(x^3-3*x+1,x=0..1)
8
de numerieke wortel van x^3-3x+1 tussen 0 en 1
3460 bpr 9
:simplify( )
3263 bpr 10
simplify(x^5*y^3*x^2/y)
11
vereenvoudig algebraisch : x<sup>7</sup>y<sup>2</sup>
3460 bpr 12
:diff( )
3263 bpr 13
diff(sin(x)+cos(y),x)
14
de afgeleide van sin(x)+cos(y) naar x
3460 bpr 15
:int( , )
3263 bpr 16
int(x^2+3*x+1,x)
17
de primitieve van x^2+3*x+1, geen contante vermeld.
3460 bpr 18
:int( , = .. )
3263 bpr 19
int(t^2+3*t+1,t=0..1)
20
de numerieke integratie van x^2+3*x+1, van 0 tot 1
3460 bpr 21
:det( )
3263 bpr 22
det(\mat)
3460 bpr 23
determinant of the matrix \mat
3263 bpr 24
 
3460 bpr 25
:abs( )
26
\real{a=abs(-32)}
27
absolute value  (equivalent : fabs( ))
28
:sqrt( )
3263 bpr 29
\real{a=sqrt(32)}
3460 bpr 30
square root
31
:binomial( , )
3263 bpr 32
\integer{a=binomial(9,3)}
3460 bpr 33
le coefficient binomial (pour des coefficients inférieurs à 10^7 sinon utiliser la fonction de pari \text{a=pari(binomial(50,10))}
34
:ceil( )
3263 bpr 35
\real{a=ceil(3.4)}
36
le plus petit entier supérieur
3460 bpr 37
:floor( )
3263 bpr 38
\real{a=floor(3.4)}
39
le plus grand entier inférieur
3460 bpr 40
:rint( )
3263 bpr 41
\real{a=rint(3.4)}
3460 bpr 42
closest integer (equivalent : round( ))
43
:e
3263 bpr 44
\real{a=e^2}
3460 bpr 45
constante mathématique $m_e ;  (equivalent : E)
46
:erf( )
47
\real{a=erf(3.4)}
48
Function erf
49
:erfc( )
50
\real{a=erfc(3.4)}
51
Function erfc
52
:Euler
53
\real{a=Euler}
54
Euler constante (equivalent EULER  euler)
55
:exp( )
56
\real{a=exp(4)}
57
exponential
58
:factorial( )
3263 bpr 59
\integer{a=factorial(4)}
3460 bpr 60
factorial
3263 bpr 61
:Inf
62
\real{a=Inf + 3}
63
l'infini
3460 bpr 64
:gcd( , )
3263 bpr 65
\integer{a=gcd(4,6)}
66
pgcd de deux entiers
3460 bpr 67
:lcm( , )
3263 bpr 68
\integer{a=lcm(4,6)}
69
ppcm de deux entiers
3460 bpr 70
:max( , )
3263 bpr 71
\real{a=max(4,6)}
72
maximum de deux nombres
3460 bpr 73
:min( , )
3263 bpr 74
\real{a=gcd(4,6)}
75
minimum de deux nombres
3460 bpr 76
:lg( ) 
3263 bpr 77
\real{a=log10(10^4)}
3460 bpr 78
log en base 10 (equivalent : log10)
79
:lgamma( )
3263 bpr 80
\real{a=lgamma(e^(24))}
81
log de la fonction Gamma
3460 bpr 82
:ln( )
3263 bpr 83
\real{a=ln(e^4)}
3460 bpr 84
log népérien (equivalent : log)
85
:log2( )
3263 bpr 86
\real{a=log2(2^4)}
87
log en base 2
3460 bpr 88
:pow( )
3263 bpr 89
\real{a=pow(3,0.6)}
3460 bpr 90
puissance, équivalent à 3^0.6
91
:sgn( ) 
3263 bpr 92
\integer{a=sign(-4)}
3460 bpr 93
sign (equivalent : sign)
94
:PI
3263 bpr 95
\real{a=sin(Pi)}
3460 bpr 96
constante mathématique $m_pi, (equivalent : Pi, pi)
97
:sin 
98
sin(3)
99
fonctions trigonométriques (autres fonctions : tg tan sec (1/sin) cot cotan cotan ctg csc (1/cos))
100
:acos
101
acos(0.5)
102
fonctions trigonométriques réciproques (autres fonctions : acos arccos acos arcsin asin arctan atan arctg atan)
103
:sh
104
sh(4)
105
fonctions hyperboliques (autres fonctions : sh sinh tanh tanh th ch cosh coth cotanh)
106
 
107
:Argch
108
Argch(4)
109
fonctions hyperboliques réciproques (autres fonctions : Argch acosh argch Argsh asinh argsh Argth atanh argth)