@prefix psr: <http://data.loterre.fr/ark:/67375/PSR> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

psr: a skos:ConceptScheme .
psr:-HWTHSL55-W
  skos:inScheme psr: ;
  dc:modified "2024-10-18"^^xsd:date ;
  skos:exactMatch <https://fr.wikipedia.org/wiki/D%C3%A9veloppement_(math%C3%A9matiques)>, <https://en.wikipedia.org/wiki/Polynomial_expansion> ;
  a skos:Concept ;
  skos:prefLabel "expansion"@en, "développement"@fr ;
  skos:definition """En mathématiques, le développement d'une expression est un procédé inverse de la factorisation, de portée toutefois plus limitée que celle-ci : alors qu'on parle de factorisation aussi bien pour les nombres entiers que pour les polynômes, par exemple, on ne parle pas de développement des nombres entiers ; cette notion nécessite en effet de travailler dans une algèbre. À l'issue d'un développement, on obtient une forme dite forme développée.  
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/D%C3%A9veloppement_(math%C3%A9matiques)">https://fr.wikipedia.org/wiki/D%C3%A9veloppement_(math%C3%A9matiques)</a>)"""@fr, """In mathematics, an expansion of a product of sums expresses it as a sum of products by using the fact that multiplication distributes over addition. Expansion of a polynomial expression can be obtained by repeatedly replacing subexpressions that multiply two other subexpressions, at least one of which is an addition, by the equivalent sum of products, continuing until the expression becomes a sum of (repeated) products. During the expansion, simplifications such as grouping of like terms or cancellations of terms may also be applied. Instead of multiplications, the expansion steps could also involve replacing powers of a sum of terms by the equivalent expression obtained from the binomial formula; this is a shortened form of what would happen if the power were treated as a repeated multiplication, and expanded repeatedly. It is customary to reintroduce powers in the final result when terms involve products of identical symbols. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Polynomial_expansion">https://en.wikipedia.org/wiki/Polynomial_expansion</a>)"""@en ;
  skos:broader psr:-D02PV8F1-M .

psr:-D02PV8F1-M
  skos:prefLabel "opération"@fr, "operation"@en ;
  a skos:Concept ;
  skos:narrower psr:-HWTHSL55-W .

