Sous-sections

2.9 Langage algorithmique

2.9.1 Exemple: Algèbre Linéaire

2.9.1.1 analyse: produit matrice vecteur


\begin{displaymath}
B=A*X\end{displaymath}


\begin{displaymath}
B_{i}=\sum_{i=1}^{n}{A_{ij}.X_{j}}\mbox{ pour }i=1,n\end{displaymath}

2.9.1.2 algorithme Produit 2


\begin{algorithm}
% latex2html id marker 314
[H]
\par
\caption{produit matrice v...
...initialisation de M et Z \}
\par
W=ProduitMat(M,Z)\end{list}\par
\end{algorithm}

[caption= Programme Maple: calcul du produit Matrice Vecteur,frame=tb,xleftmargin=1em,lineskip=-1pt,extendedchars=true,basicstyle=,float=ptb,belowcaptionskip=1em,numberstyle=,language=Maple]CHAP1/produit.ms




Pr. Marc BUFFAT
marc.buffat@univ-lyon1.fr
2007-11-26