Scilab 6.1.0
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
log
logarithme naturel
Séquence d'appel
y=log(x)
Paramètres
- x
vecteur ou matrice (réelle ou complexe)
Description
log(x) calcule le logarithme élément par élément
: y(i,j)=log(x(i,j)). Pour le logarithme matriciel voir
la fonction logm.
Exemples
exp(log([1,%i,-1,-%i]))
Voir aussi
| Report an issue | ||
| << expm | Exponentielle | log10 >> |