Solution Exercice 1: création et développement d'une expression sympy

Exercice1

Ecrire un algorithme Sympy Python qui génère l'expression (x - y)4  et la développe via la méthode expand().

Solution

import sympy as sy




 

Younes Derfoufi
CRMEF OUJDA

1 thought on “Solution Exercice 1: création et développement d'une expression sympy

Leave a Reply