Télécharger coli.notice

Retour à la liste thématique

Afficher cette notice en

Numérotation des lignes :
   1 : $$$$ COLI     NOTICE  BP208322  15/06/26    21:15:05     8562           
   2 :                                              DATE     15/06/26
   3 : 
   4 :   Operateur COLI                           Voir aussi : COMB
   5 :     --------------  
   6 :     CH1 = COLI | CH2 FLOT2  CH3 FLOT3  ( CH4 FLOT4 ...) | ;
   7 :                | LISTCHP1 LISTREE1                      |
   8 :                | TABL1    LISTREE1                      |
   9 : 
  10 :     Objet :
  11 :     _______
  12 : 
  13 :     L'operateur COLI effectue la combinaison lineaire 
  14 :     d'objets de meme type ponderes par une suite de reels.
  15 :     
  16 :     
  17 :     Syntaxe 1 : 
  18 :     __________
  19 :     
  20 :     CH1 = COLI  CH2 FLOT2  CH3 FLOT3  ( CH4 FLOT4 ...) ;
  21 :     
  22 :     CH2, CH3, ...     : objets de type CHPOINT ou MCHAML
  23 :     FLOT2, FLOT3, ... : type FLOTTANT
  24 :     
  25 :     CH1 : nouveau champ resultat de meme type que les CHi 
  26 :     CH1 =  CH2 * FLOT2  +  CH3 * FLOT3  +  ...
  27 :     
  28 :     
  29 :     Syntaxe 2 : 
  30 :     __________
  31 :     
  32 :     CH1 = COLI  LISTCHP1 LISTREE1 ;
  33 :     
  34 :     Les champs CH2, CH3 ... de type CHPOINT sont dans un LISTCHPO
  35 :     Les reels FLOT2, FLOT3, ... sont dans un LISTREEL
  36 :     
  37 :     
  38 :     Syntaxe 3 : 
  39 :     __________
  40 :     
  41 :     CH1 = COLI  TABL1    LISTREE1 ;
  42 : 
  43 :     Les objets de type CHPOINT, MCHAML ou LISTREEL sont indexes dans une
  44 :     TABLE par des ENTIERS de 1 a N  par PAS de 1
  45 :     Les reels FLOT2, FLOT3, ... sont dans un LISTREEL 
  46 :     
  47 :     Exemple avec une table de CHPOINT ou de MCHAML:
  48 :       TABL1 . 1 = CH2; 
  49 :       TABL1 . 2 = CH3;
  50 :       LIST1 = PROG FLOT2 FLOT3;
  51 :       CH1 =  COLI  TABL1 LIST1;
  52 :     Le resultat CH1 est un nouveau champ de meme type que les CHi 
  53 :     tel que :CH1 =  CH2 * FLOT2  +  CH3 * FLOT3  
  54 :     
  55 :     Exemple avec une table de LISTREEL:
  56 :       TABL1 . 1 = COS (PROG 1. PAS 1. 360.); 
  57 :       TABL1 . 2 = SIN (PROG 1. PAS 1. 360.); 
  58 :       LIST1 = PROG FLOT2 FLOT3;
  59 :       CH1 = COLI  TABL1 LIST1;
  60 :     Le resultat CH1 est un LISTREEL tel que :
  61 :     CH1 =  (TABL1 . 1) * FLOT2  +  (TABL1 . 2) * FLOT3  
  62 :     
  63 :     
  64 : 

© Cast3M 2003 - Tous droits réservés.
Mentions légales