Rev 3282 | Rev 4452 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
:Wiskundige functies
:Functie,Example,Effect
:evalue( )
evalue(x^2+sin(y),x=3,y=4)
evaluatie van functie x^2+sin(y), voor x=3, y=4
:solve( )
solve(x^3-3*x+1,x=0..1)
de numerieke wortel van x^3-3x+1 tussen 0 en 1
:simplify( )
simplify(x^5*y^3*x^2/y)
vereenvoudig algebraisch : x<sup>7</sup>y<sup>2</sup>
:diff( )
diff(sin(x)+cos(y),x)
de afgeleide van sin(x)+cos(y) naar x
:int( , )
int(x^2+3*x+1,x)
de primitieve van x^2+3*x+1, geen contante vermeld.
:int( , = .. )
int(t^2+3*t+1,t=0..1)
de numerieke integratie van x^2+3*x+1, van 0 tot 1
:det( )
det(\mat)
determinant of the matrix \mat
:abs( )
\real{a=abs(-32)}
absolute value (equivalent : fabs( ))
:sqrt( )
\real{a=sqrt(32)}
square root
:binomial( , )
\integer{a=binomial(9,3)}
le coefficient binomial (pour des coefficients inférieurs à 10^7 sinon utiliser la fonction de pari \text{a=pari(binomial(50,10))}
:ceil( )
\real{a=ceil(3.4)}
le plus petit entier supérieur
:floor( )
\real{a=floor(3.4)}
le plus grand entier inférieur
:rint( )
\real{a=rint(3.4)}
closest integer (equivalent : round( ))
:e
\real{a=e^2}
constante mathématique $m_e ; (equivalent : E)
:erf( )
\real{a=erf(3.4)}
Function erf
:erfc( )
\real{a=erfc(3.4)}
Function erfc
:Euler
\real{a=Euler}
Euler constante (equivalent EULER euler)
:exp( )
\real{a=exp(4)}
exponential
:factorial( )
\integer{a=factorial(4)}
factorial
:Inf
\real{a=Inf + 3}
l'infini
:gcd( , )
\integer{a=gcd(4,6)}
pgcd de deux entiers
:lcm( , )
\integer{a=lcm(4,6)}
ppcm de deux entiers
:max( , )
\real{a=max(4,6)}
maximum de deux nombres
:min( , )
\real{a=gcd(4,6)}
minimum de deux nombres
:lg( )
\real{a=log10(10^4)}
log en base 10 (equivalent : log10)
:lgamma( )
\real{a=lgamma(e^(24))}
log de la fonction Gamma
:ln( )
\real{a=ln(e^4)}
log népérien (equivalent : log)
:log2( )
\real{a=log2(2^4)}
log en base 2
:pow( )
\real{a=pow(3,0.6)}
puissance, équivalent à 3^0.6
:sgn( )
\integer{a=sign(-4)}
sign (equivalent : sign)
:PI
\real{a=sin(Pi)}
constante mathématique $m_pi, (equivalent : Pi, pi)
:sin
sin(3)
fonctions trigonométriques (autres fonctions : tg tan sec (1/sin) cot cotan cotan ctg csc (1/cos))
:acos
acos(0.5)
fonctions trigonométriques réciproques (autres fonctions : acos arccos acos arcsin asin arctan atan arctg atan)
:sh
sh(4)
fonctions hyperboliques (autres fonctions : sh sinh tanh tanh th ch cosh coth cotanh)
:Argch
Argch(4)
fonctions hyperboliques réciproques (autres fonctions : Argch acosh argch Argsh asinh argsh Argth atanh argth)
Generated by GNU Enscript 1.6.5.90.