X-Git-Url: http://gitweb.scilab.org/?p=scilab.git;a=blobdiff_plain;f=scilab%2Fmodules%2Felementary_functions%2Fhelp%2Ffr_FR%2Fdiscrete%2Flcm.xml;h=012023b3d41ea5719175705beb7d813a4e7c3703;hp=dd7b99e064dcc97f3889631ba7292f73dca6e4d6;hb=7af2b459e668668692756b70ed1bb3314bfc3037;hpb=3ab63bc7f5005ffa888fc90f9cc970ef886ef4fa
diff --git a/scilab/modules/elementary_functions/help/fr_FR/discrete/lcm.xml b/scilab/modules/elementary_functions/help/fr_FR/discrete/lcm.xml
index dd7b99e..012023b 100644
--- a/scilab/modules/elementary_functions/help/fr_FR/discrete/lcm.xml
+++ b/scilab/modules/elementary_functions/help/fr_FR/discrete/lcm.xml
@@ -48,10 +48,14 @@
p.*fact = pp*ones(p)
+
+ Le plus petit commun multiple d'une matrice p de réels peut s'obtenir en la convertissant
+ en polynôme avant d'appeler lcm, grâce à la commande p = inv_coeff(p, 0).
+
Exemples
-