diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/resolsysteme/ResolSysteme-exemples.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/resolsysteme/ResolSysteme-exemples.tex | 28 |
1 files changed, 23 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/resolsysteme/ResolSysteme-exemples.tex b/Master/texmf-dist/doc/latex/resolsysteme/ResolSysteme-exemples.tex index 2bf3f3b252b..4ea7128787e 100644 --- a/Master/texmf-dist/doc/latex/resolsysteme/ResolSysteme-exemples.tex +++ b/Master/texmf-dist/doc/latex/resolsysteme/ResolSysteme-exemples.tex @@ -2,7 +2,7 @@ % !TeX TXS-program:compile = txs:///pdflatex \documentclass[french,a4paper,10pt]{article} -\def\RSver{0.1.2} +\def\RSver{0.1.3} \usepackage[margin=1.5cm]{geometry} \usepackage{ResolSysteme} \usepackage{systeme} @@ -29,10 +29,28 @@ \begin{ShowCodeTeX} On considère les matrices $A=\AffMatrice(1,2 § 3,4)$ -et $B=\AffMatrice*[n](-1,1/3,4 § 1/3,4,-1 § -1,0,0)$ +et $B=\AffMatrice[n](-1,1/3,4 § 1/3,4,-1 § -1,0,0)$ et $C=\AffMatrice(1,2,3,4 § 5,6,7,0 § 1,1,1,1 § 2,-3,-5,-6)$. \end{ShowCodeTeX} +\section{Calculs avec des matrices, 2x2 ou 3x3} + +\begin{ShowCodeTeX} +$\ProduitMatrices(1,2)(3 § 4)[Aff]$ et $\ProduitMatrices(1,2)(3,4 § 5,6)[Aff]$ \\ +$\ProduitMatrices(-5,6 § 1,4)(2 § 7)[Aff]$ et $\ProduitMatrices(-5,6 § 1,4)(2,-4 § 7,0)[Aff]$ +\end{ShowCodeTeX} + +\begin{ShowCodeTeX} +$\ProduitMatrices(1,2,3)(4 § 5 § 6)[Aff]$ et $\ProduitMatrices(1,2,3)(1,1,1 § 2,1,5 § 0,5,-6)[Aff]$\\ +$\ProduitMatrices(1,1,1 § 2,1,5 § 0,5,-6)(1 § 2 § 3)[Aff]$ et +$\ProduitMatrices(1,1,1 § 2,1,5 § 0,5,-6)(1,2,3 § -5,-4,2 § 3,3,10)[Aff]$ +\end{ShowCodeTeX} + +\begin{ShowCodeTeX} +$\CarreMatrice(-5,6 § 1,4)[Aff]$ \\ +$\CarreMatrice(-5,6,8 § 1,4,-9 § 1,-1,1)[Aff]$ +\end{ShowCodeTeX} + \section{Déterminant d'une matrice, 2x2 ou 3x3} \begin{ShowCodeTeX} @@ -41,8 +59,8 @@ $\det(A)=\DetMatrice(1,2 § 3,4)$. \end{ShowCodeTeX} \begin{ShowCodeTeX} -Le déterminant de $A=\AffMatrice*(-1,0.5 § 1/2,4)$ est -$\det(A)=\DetMatrice[dec](-1,0.5 § 1/2,4)$. +Le déterminant de $A=\AffMatrice(-1,0.5 § -1/2,4)$ est +$\det(A)=\DetMatrice[dec](-1,0.5 § -1/2,4)$. \end{ShowCodeTeX} \begin{ShowCodeTeX} @@ -106,7 +124,7 @@ La solution de $\systeme{3x+y-2z=-1,2x-y+z=4,x-y-2z=5}$ est $\mathcal{S}=% \begin{ShowCodeTeX} La solution de $\systeme{3x+y-2z=-1,2x-y+z=4,x-y-2z=5}$ est $\mathcal{S}=% -\left\lbrace \SolutionSysteme*[d](3,1,-2 § 2,-1,1 § 1,-1,-2)(-1,4,5) \right\rbrace$. +\left\lbrace \SolutionSysteme[d](3,1,-2 § 2,-1,1 § 1,-1,-2)(-1,4,5) \right\rbrace$. \end{ShowCodeTeX} \end{document}
\ No newline at end of file |