diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/resolsysteme/ResolSysteme-doc.pdf | bin | 196376 -> 196228 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/resolsysteme/ResolSysteme-doc.tex | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/resolsysteme/ResolSysteme-exemples-pyluatex.pdf | bin | 126723 -> 126738 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/resolsysteme/ResolSysteme-exemples-pyluatex.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/resolsysteme/ResolSysteme-exemples.pdf | bin | 158171 -> 158189 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/resolsysteme/ResolSysteme-exemples.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/resolsysteme/ResolSysteme.sty | 7 |
7 files changed, 10 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/resolsysteme/ResolSysteme-doc.pdf b/Master/texmf-dist/doc/latex/resolsysteme/ResolSysteme-doc.pdf Binary files differindex 317157a0516..1ee7bc9bba5 100644 --- a/Master/texmf-dist/doc/latex/resolsysteme/ResolSysteme-doc.pdf +++ b/Master/texmf-dist/doc/latex/resolsysteme/ResolSysteme-doc.pdf diff --git a/Master/texmf-dist/doc/latex/resolsysteme/ResolSysteme-doc.tex b/Master/texmf-dist/doc/latex/resolsysteme/ResolSysteme-doc.tex index b54741a518b..97155dee5c4 100644 --- a/Master/texmf-dist/doc/latex/resolsysteme/ResolSysteme-doc.tex +++ b/Master/texmf-dist/doc/latex/resolsysteme/ResolSysteme-doc.tex @@ -3,8 +3,8 @@ % arara: lualatex: {shell: yes, synctex: no, interaction: batchmode} if found('log', '(undefined references|Please rerun|Rerun to get)') \documentclass[french,a4paper,11pt]{article} -\def\TPversion{0.1.5} -\def\TPdate{25 Février 2023} +\def\TPversion{0.1.6} +\def\TPdate{2 avril 2024} \usepackage[executable=python.exe]{pyluatex} \usepackage[table,svgnames]{xcolor} \usepackage{amsmath,amssymb} @@ -319,6 +319,8 @@ L'idée est ici de proposer une version, adaptée à des dimensions classiques, \part{Historique} +\verb|v0.1.6|~:~~~~Correction de bugs dans certains calculs. + \verb|v0.1.5|~:~~~~Inverse d'une matrice 4x4 et système 4x4 (même en normal). \verb|v0.1.4|~:~~~~Ajout de commandes pour du calcul matriciel sans python (de taille raisonnable) ; diff --git a/Master/texmf-dist/doc/latex/resolsysteme/ResolSysteme-exemples-pyluatex.pdf b/Master/texmf-dist/doc/latex/resolsysteme/ResolSysteme-exemples-pyluatex.pdf Binary files differindex a07a5766a16..d5bc819d92d 100644 --- a/Master/texmf-dist/doc/latex/resolsysteme/ResolSysteme-exemples-pyluatex.pdf +++ b/Master/texmf-dist/doc/latex/resolsysteme/ResolSysteme-exemples-pyluatex.pdf diff --git a/Master/texmf-dist/doc/latex/resolsysteme/ResolSysteme-exemples-pyluatex.tex b/Master/texmf-dist/doc/latex/resolsysteme/ResolSysteme-exemples-pyluatex.tex index 7f92c1e7015..407a26aa3ea 100644 --- a/Master/texmf-dist/doc/latex/resolsysteme/ResolSysteme-exemples-pyluatex.tex +++ b/Master/texmf-dist/doc/latex/resolsysteme/ResolSysteme-exemples-pyluatex.tex @@ -2,7 +2,7 @@ % !TeX TXS-program:compile = txs:///lualatex/[--shell-escape] \documentclass[french,a4paper,10pt]{article} -\def\RSver{0.1.5} +\def\RSver{0.1.6} \usepackage[margin=1.5cm]{geometry} \usepackage[executable=python.exe]{pyluatex} \usepackage[pyluatex]{ResolSysteme} diff --git a/Master/texmf-dist/doc/latex/resolsysteme/ResolSysteme-exemples.pdf b/Master/texmf-dist/doc/latex/resolsysteme/ResolSysteme-exemples.pdf Binary files differindex 7189d713dcf..cd7b6e1fd30 100644 --- a/Master/texmf-dist/doc/latex/resolsysteme/ResolSysteme-exemples.pdf +++ b/Master/texmf-dist/doc/latex/resolsysteme/ResolSysteme-exemples.pdf diff --git a/Master/texmf-dist/doc/latex/resolsysteme/ResolSysteme-exemples.tex b/Master/texmf-dist/doc/latex/resolsysteme/ResolSysteme-exemples.tex index 9d785b294fb..0eb228e5529 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.5} +\def\RSver{0.1.6} \usepackage[margin=1.5cm]{geometry} \usepackage{ResolSysteme} \usepackage{systeme} diff --git a/Master/texmf-dist/tex/latex/resolsysteme/ResolSysteme.sty b/Master/texmf-dist/tex/latex/resolsysteme/ResolSysteme.sty index 847d00ebe71..025ea98cfe2 100644 --- a/Master/texmf-dist/tex/latex/resolsysteme/ResolSysteme.sty +++ b/Master/texmf-dist/tex/latex/resolsysteme/ResolSysteme.sty @@ -2,7 +2,8 @@ % licence........: Released under the LaTeX Project Public License v1.3c or later, see http://www.latex-project.org/lppl.txtf \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{ResolSysteme}[2023/02/25 v0.1.5 Quelques commandes pour travailler avec des matrices et des sytemes lineaires] +\ProvidesPackage{ResolSysteme}[2024/04/02 v0.1.6 Quelques commandes pour travailler avec des matrices et des sytemes lineaires] +% 0.1.6 Correction de bugs dans certains calculs % 0.1.5 Inverse d'une matrice en 4x4 (même en normal !) + Système 4x4 (en normal !) % 0.1.4 Travail sur graphe probabiliste (2x2/3x3/4x4 en python, ou 2x2 en normal...) + Calculs 4x4 en normal % 0.1.3 Produit matriciel + Puissance matricielle (2x2/3x3 carré en normal, 2x2/3x3/4x4 avec python) + Inversion comportement commandes étoilées @@ -1282,13 +1283,13 @@ def etat_prob_DD(AA,BB,a,b,c,d,puiss) : \IfBooleanTF{#1}%version étoilée := moins sur num {% \def\MatResA{\ConvVersFrac*[#2]{\CoeffAa*\CoeffBa+\CoeffAb*\CoeffBc}}% - \def\MatResB{\ConvVersFrac*[#2]{\CoeffAa*\CoeffBb+\CoeffAd*\CoeffBd}}% + \def\MatResB{\ConvVersFrac*[#2]{\CoeffAa*\CoeffBb+\CoeffAb*\CoeffBd}}% \def\MatResC{\ConvVersFrac*[#2]{\CoeffAc*\CoeffBa+\CoeffAd*\CoeffBc}}% \def\MatResD{\ConvVersFrac*[#2]{\CoeffAc*\CoeffBb+\CoeffAd*\CoeffBd}}% }% {% \def\MatResA{\ConvVersFrac[#2]{\CoeffAa*\CoeffBa+\CoeffAb*\CoeffBc}}% - \def\MatResB{\ConvVersFrac[#2]{\CoeffAa*\CoeffBb+\CoeffAd*\CoeffBd}}% + \def\MatResB{\ConvVersFrac[#2]{\CoeffAa*\CoeffBb+\CoeffAb*\CoeffBd}}% \def\MatResC{\ConvVersFrac[#2]{\CoeffAc*\CoeffBa+\CoeffAd*\CoeffBc}}% \def\MatResD{\ConvVersFrac[#2]{\CoeffAc*\CoeffBb+\CoeffAd*\CoeffBd}}% }% |