@prefix mdl: <http://data.loterre.fr/ark:/67375/MDL> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

mdl:-BVSV1HR1-Q
  skos:prefLabel "résolution d'équations"@fr, "equation solving"@en ;
  a skos:Concept ;
  skos:narrower mdl:-JQ774JNN-H .

mdl: a skos:ConceptScheme .
mdl:-JQ774JNN-H
  skos:definition "Les méthodes de Runge-Kutta sont des méthodes d'analyse numérique d'approximation de solutions d'équations différentielles. Elles ont été nommées ainsi en l'honneur des mathématiciens Carl Runge et Martin Wilhelm Kutta, lesquels élaborèrent la méthode en 1901. Ces méthodes reposent sur le principe de l'itération, c'est-à-dire qu'une première estimation de la solution est utilisée pour calculer une seconde estimation, plus précise, et ainsi de suite. (Wikipedia, L'Encylopédie Libre, <a href=\"https://fr.wikipedia.org/wiki/M%C3%A9thodes_de_Runge-Kutta\" target=\"_blank\">https://fr.wikipedia.org/wiki/M%C3%A9thodes_de_Runge-Kutta</a>)"@fr, "In numerical analysis, the Runge–Kutta methods are a family of implicit and explicit iterative methods, which include the Euler method, used in temporal discretization for the approximate solutions of simultaneous nonlinear equations. These methods were developed around 1900 by the German mathematicians Carl Runge and Wilhelm Kutta. (Wikipedia, The Free Encyclopedia, <a href=\"https://en.wikipedia.org/wiki/Runge%E2%80%93Kutta_methods\" target=\"_blank\">https://en.wikipedia.org/wiki/Runge%E2%80%93Kutta_methods</a>)"@en ;
  a skos:Concept ;
  skos:hiddenLabel "méthodes de Runge Kutta"@fr, "Méthode Runge Kutta"@fr, "méthode de Runge Kutta"@fr, "méthodes de Runge-Kutta"@fr, "Runge Kutta method"@en ;
  skos:broader mdl:-BVSV1HR1-Q ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Runge%E2%80%93Kutta_methods>, <https://fr.wikipedia.org/wiki/M%C3%A9thodes_de_Runge-Kutta> ;
  skos:inScheme mdl: ;
  skos:prefLabel "méthode de Runge-Kutta"@fr, "Runge-Kutta method"@en .

