[scilab-Users] integrate polynoms

sgougeon at free.fr sgougeon at free.fr
Fri Mar 23 19:07:45 CET 2012


Hello Adrien,

This script should help you: integratePoly()
http://fileexchange.scilab.org/toolboxes/228000

-->M = [ -1+%z 1+2*%z+%z^2 ; 2-%z^3 6]
 M  =
                        2  
  - 1 + z     1 + 2z + z                         
         3                 
    2 - z     6            
 
-->integratePoly(M)
 ans  =
            2           2            3  
  - z + 0.5z       z + z + 0.3333333z                                           
              4                         
    2z - 0.25z     6z                   
 
Samuel

----- Mail original -----
De: "Adrien Vogt-Schilb" <adrien.vogt.schilb at gmail.com>
À: users at lists.scilab.org
Envoyé: Lundi 19 Mars 2012 17:44:20
Objet: [scilab-Users] integrate polynoms

hi 

is there a way to integrate a matrix of polynoms of scilab 

if X is a polynom, i'd like to find a Y such that 
X = derivat(Y) 
-- 
Adrien Vogt-Schilb



More information about the users mailing list