{"id":330,"date":"2019-08-31T18:08:14","date_gmt":"2019-08-31T16:08:14","guid":{"rendered":"http:\/\/caneri.gmollet.free.fr\/?page_id=330"},"modified":"2023-09-13T15:44:14","modified_gmt":"2023-09-13T13:44:14","slug":"activite-vii","status":"publish","type":"page","link":"https:\/\/courscaneri.ovh\/?page_id=330","title":{"rendered":"Activit\u00e9 VII &#8211; Les suites"},"content":{"rendered":"<h2>I &#8211; Suite de la forme <code class=\"katex-inline\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/courscaneri.ovh\/wp-content\/ql-cache\/quicklatex.com-da948d4b76de7205921e541b2da5209f_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#117;&#95;&#110;&#61;&#102;&#40;&#110;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"78\" style=\"vertical-align: -5px;\"\/><\/code><\/h2>\n<p>Soit <code class=\"katex-inline\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/courscaneri.ovh\/wp-content\/ql-cache\/quicklatex.com-a200c3a7139df98449bcfb17a155be89_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#117;&#95;&#110;&#41;&#95;&#123;&#110;&#32;&#92;&#105;&#110;&#32;&#92;&#109;&#97;&#116;&#104;&#98;&#98;&#123;&#78;&#125;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"59\" style=\"vertical-align: -5px;\"\/><\/code> la suite d\u00e9finie par <code class=\"katex-inline\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/courscaneri.ovh\/wp-content\/ql-cache\/quicklatex.com-ca7d9ca918bf131844f7aacee179c0e2_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#102;&#111;&#114;&#97;&#108;&#108;&#32;&#110;&#32;&#92;&#105;&#110;&#32;&#92;&#109;&#97;&#116;&#104;&#98;&#98;&#123;&#78;&#125;&#44;&#32;&#117;&#95;&#110;&#61;&#45;&#52;&#32;&#92;&#116;&#105;&#109;&#101;&#115;&#32;&#48;&#44;&#53;&#94;&#110;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"184\" style=\"vertical-align: -4px;\"\/><\/code>.<\/p>\n<ol>\n<li>Dans <em>Thonny<\/em>, cr\u00e9er la fonction <code>suite_u()<\/code> de param\u00e8tre <code class=\"katex-inline\">n<\/code> et qui retourne le terme <code class=\"katex-inline\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/courscaneri.ovh\/wp-content\/ql-cache\/quicklatex.com-044420e8ec56db4617b6712155e5e683_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#117;&#95;&#110;\" title=\"Rendered by QuickLaTeX.com\" height=\"11\" width=\"18\" style=\"vertical-align: -3px;\"\/><\/code>.<\/li>\n<li>D\u00e9terminer <code class=\"katex-inline\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/courscaneri.ovh\/wp-content\/ql-cache\/quicklatex.com-041d64fd6a32132ec8f278f207853879_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#117;&#95;&#56;\" title=\"Rendered by QuickLaTeX.com\" height=\"11\" width=\"17\" style=\"vertical-align: -3px;\"\/><\/code> puis <code class=\"katex-inline\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/courscaneri.ovh\/wp-content\/ql-cache\/quicklatex.com-b91bfabfac6921604357f3578baef3b0_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#117;&#95;&#123;&#53;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"11\" width=\"17\" style=\"vertical-align: -3px;\"\/><\/code>.<\/li>\n<li>Cr\u00e9er une fonction <code>liste_u()<\/code> de param\u00e8tre <code>nb<\/code> qui retourne la liste des <code class=\"katex-inline\">nb<\/code> premiers termes de la suite <code class=\"katex-inline\">u<\/code>.<br \/>\n<strong><em>Remarque:<\/em><\/strong> En python, la m\u00e9thode <code>append()<\/code> permet d&#8217;ajouter un terme \u00e0 la fin d&#8217;une liste.<\/p>\n<pre><code class=\"language-bash\">&gt;&gt;&gt; liste = []\r\n&gt;&gt;&gt; liste.append(5)\r\n&gt;&gt;&gt; liste\r\n[5]\r\n&gt;&gt;&gt; liste.append(7)\r\n&gt;&gt;&gt; liste\r\n[5, 7]<\/code><\/pre>\n<\/li>\n<\/ol>\n<h2>II &#8211; Suite de la forme <code class=\"katex-inline\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/courscaneri.ovh\/wp-content\/ql-cache\/quicklatex.com-9951e9a4d924b9ec1760e8996b4175b2_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#118;&#95;&#123;&#110;&#43;&#49;&#125;&#61;&#102;&#40;&#118;&#95;&#110;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"100\" style=\"vertical-align: -5px;\"\/><\/code><\/h2>\n<p>Soit la suite <code class=\"katex-inline\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/courscaneri.ovh\/wp-content\/ql-cache\/quicklatex.com-e0e934d9ebae33efed5f19179f10bcaa_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#118;&#95;&#110;&#41;&#95;&#123;&#110;&#32;&#92;&#105;&#110;&#32;&#92;&#109;&#97;&#116;&#104;&#98;&#98;&#123;&#78;&#125;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"58\" style=\"vertical-align: -5px;\"\/><\/code> d\u00e9finie par r\u00e9currence:<br \/>\n<code class=\"katex-inline\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/courscaneri.ovh\/wp-content\/ql-cache\/quicklatex.com-15e49c31bf2bad2b68593d43689e4cee_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#108;&#101;&#102;&#116;&#32;&#92;&#123;&#32;&#92;&#98;&#101;&#103;&#105;&#110;&#123;&#97;&#114;&#114;&#97;&#121;&#125;&#123;&#114;&#32;&#99;&#32;&#108;&#125;&#118;&#95;&#48;&#32;&#38;&#61;&#38;&#32;&#49;&#32;&#92;&#92;&#32;&#118;&#95;&#123;&#110;&#43;&#49;&#125;&#32;&#38;&#61;&#38;&#32;&#48;&#44;&#53;&#118;&#95;&#110;&#43;&#50;&#44;&#53;&#44;&#32;&#92;&#102;&#111;&#114;&#97;&#108;&#108;&#32;&#110;&#32;&#92;&#105;&#110;&#32;&#92;&#109;&#97;&#116;&#104;&#98;&#98;&#123;&#78;&#125;&#94;&#42;&#32;&#92;&#101;&#110;&#100;&#123;&#97;&#114;&#114;&#97;&#121;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#46;\" title=\"Rendered by QuickLaTeX.com\" height=\"43\" width=\"261\" style=\"vertical-align: -17px;\"\/><\/code>.<\/p>\n<ol>\n<li>Cr\u00e9er la fonction <code>suite_v()<\/code> de param\u00e8tre <code>n<\/code> et qui retourne le terme <code class=\"katex-inline\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/courscaneri.ovh\/wp-content\/ql-cache\/quicklatex.com-e471751c83086a93c55b9f55285710ec_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#118;&#95;&#110;\" title=\"Rendered by QuickLaTeX.com\" height=\"11\" width=\"17\" style=\"vertical-align: -3px;\"\/><\/code>.<br \/>\nUne telle fonction informatique s&#8217;appelle fonction r\u00e9cursive.<strong><em>Remarque:<\/em><\/strong> dire qu&#8217;une suite est de la forme <code class=\"katex-inline\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/courscaneri.ovh\/wp-content\/ql-cache\/quicklatex.com-9951e9a4d924b9ec1760e8996b4175b2_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#118;&#95;&#123;&#110;&#43;&#49;&#125;&#61;&#102;&#40;&#118;&#95;&#110;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"100\" style=\"vertical-align: -5px;\"\/><\/code> avec <code class=\"katex-inline\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/courscaneri.ovh\/wp-content\/ql-cache\/quicklatex.com-553b8cdf306f208181c8458416a255b2_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#110;&#32;&#92;&#105;&#110;&#32;&#92;&#109;&#97;&#116;&#104;&#98;&#98;&#123;&#78;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"13\" width=\"45\" style=\"vertical-align: -1px;\"\/><\/code> est \u00e9quivalent \u00e0 dire que la suite est de la forme <code class=\"katex-inline\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/courscaneri.ovh\/wp-content\/ql-cache\/quicklatex.com-fcb6cc422c69df5c5a8837a4a816510a_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#118;&#95;&#123;&#110;&#125;&#61;&#102;&#40;&#118;&#95;&#123;&#110;&#45;&#49;&#125;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"100\" style=\"vertical-align: -5px;\"\/><\/code> avec <code class=\"katex-inline\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/courscaneri.ovh\/wp-content\/ql-cache\/quicklatex.com-572a1bacf481f06a2a0a0ece6e5e9465_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#110;&#32;&#92;&#105;&#110;&#32;&#92;&#109;&#97;&#116;&#104;&#98;&#98;&#123;&#78;&#125;&#94;&#42;\" title=\"Rendered by QuickLaTeX.com\" height=\"13\" width=\"51\" style=\"vertical-align: -1px;\"\/><\/code>.<\/li>\n<li>Calculer <code class=\"katex-inline\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/courscaneri.ovh\/wp-content\/ql-cache\/quicklatex.com-509db2818341011aea0a49cf2bc68eb9_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#118;&#95;&#56;\" title=\"Rendered by QuickLaTeX.com\" height=\"11\" width=\"16\" style=\"vertical-align: -3px;\"\/><\/code><\/li>\n<li>Calculer <code class=\"katex-inline\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/courscaneri.ovh\/wp-content\/ql-cache\/quicklatex.com-356aaa2c271b55d91be54be25f54e1c6_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#118;&#95;&#56;&#45;&#117;&#95;&#56;\" title=\"Rendered by QuickLaTeX.com\" height=\"11\" width=\"55\" style=\"vertical-align: -3px;\"\/><\/code> puis <code class=\"katex-inline\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/courscaneri.ovh\/wp-content\/ql-cache\/quicklatex.com-b7ccfa415686cc03eae5486034dbd6f0_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#118;&#95;&#53;&#45;&#117;&#95;&#53;\" title=\"Rendered by QuickLaTeX.com\" height=\"11\" width=\"55\" style=\"vertical-align: -3px;\"\/><\/code>.<\/li>\n<li>Conjecturer la valeur de <code class=\"katex-inline\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/courscaneri.ovh\/wp-content\/ql-cache\/quicklatex.com-a3582801aed903f2f30fd3cae746619b_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#118;&#95;&#110;&#45;&#117;&#95;&#110;\" title=\"Rendered by QuickLaTeX.com\" height=\"11\" width=\"57\" style=\"vertical-align: -3px;\"\/><\/code> selon les valeurs de <code class=\"katex-inline\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/courscaneri.ovh\/wp-content\/ql-cache\/quicklatex.com-ec4217f4fa5fcd92a9edceba0e708cf7_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#110;\" title=\"Rendered by QuickLaTeX.com\" height=\"8\" width=\"11\" style=\"vertical-align: 0px;\"\/><\/code>.<\/li>\n<\/ol>\n<h2>III &#8211; D\u00e9passement de seuil<\/h2>\n<ol>\n<li>Ecrire une fonction <code>seuil()<\/code> de param\u00e8tres <code>suite<\/code> et <code>val<\/code> qui retourne le premier indice \u00e0 partir duquel le terme de rang <code class=\"katex-inline\">n<\/code> de la suite <code>suite<\/code> est sup\u00e9rieur \u00e0 la valeur <code>val<\/code>.<\/li>\n<li>Tester cette fonction avec la suite <code class=\"katex-inline\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/courscaneri.ovh\/wp-content\/ql-cache\/quicklatex.com-a200c3a7139df98449bcfb17a155be89_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#117;&#95;&#110;&#41;&#95;&#123;&#110;&#32;&#92;&#105;&#110;&#32;&#92;&#109;&#97;&#116;&#104;&#98;&#98;&#123;&#78;&#125;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"59\" style=\"vertical-align: -5px;\"\/><\/code>. Par exemple:\n<pre><code class=\"language-python\">&gt;&gt;&gt; seuil(suite_u,-0.001)\r\n12\r\n&gt;&gt;&gt; seuil(suite_u,-0.0000001)\r\n26<\/code><\/pre>\n<\/li>\n<li>Tester cette fonction avec la suite <code class=\"katex-inline\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/courscaneri.ovh\/wp-content\/ql-cache\/quicklatex.com-e0e934d9ebae33efed5f19179f10bcaa_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#118;&#95;&#110;&#41;&#95;&#123;&#110;&#32;&#92;&#105;&#110;&#32;&#92;&#109;&#97;&#116;&#104;&#98;&#98;&#123;&#78;&#125;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"58\" style=\"vertical-align: -5px;\"\/><\/code>. Par exemple:\n<pre><code class=\"language-python\">&gt;&gt;&gt; seuil(suite_v,4.999)\r\n12\r\n&gt;&gt;&gt; seuil(suite_v,4.9999999)\r\n26<\/code><\/pre>\n<\/li>\n<\/ol>\n<h2>IV &#8211; Somme de termes<\/h2>\n<p>Cr\u00e9er une fonction <code>somme_termes()<\/code> qui prend en param\u00e8tres une suite <code>suite<\/code>, l&#8217;indice du premier terme de la somme <code>indice_debut<\/code> et l&#8217;indice du dernier terme de la somme <code>indice_fin<\/code>. Cette fonction devra retourner la somme des termes de la suite <code>suite<\/code> d&#8217;indices compris entre <code>indice_debut<\/code> et <code>indice_fin<\/code>.<\/p>\n<ol>\n<li>Tester cette fonction avec la suite <code class=\"katex-inline\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/courscaneri.ovh\/wp-content\/ql-cache\/quicklatex.com-a200c3a7139df98449bcfb17a155be89_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#117;&#95;&#110;&#41;&#95;&#123;&#110;&#32;&#92;&#105;&#110;&#32;&#92;&#109;&#97;&#116;&#104;&#98;&#98;&#123;&#78;&#125;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"59\" style=\"vertical-align: -5px;\"\/><\/code>. Par exemple:\n<pre><code class=\"language-python\">&gt;&gt;&gt; somme_termes(suite_u, 0, 5)\r\n-7.875\r\n&gt;&gt;&gt; somme_termes(suite_u, 0, 8)\r\n-7.984375<\/code><\/pre>\n<\/li>\n<li>Tester cette fonction avec la suite <code class=\"katex-inline\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/courscaneri.ovh\/wp-content\/ql-cache\/quicklatex.com-e0e934d9ebae33efed5f19179f10bcaa_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#118;&#95;&#110;&#41;&#95;&#123;&#110;&#32;&#92;&#105;&#110;&#32;&#92;&#109;&#97;&#116;&#104;&#98;&#98;&#123;&#78;&#125;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"58\" style=\"vertical-align: -5px;\"\/><\/code>. Par exemple:\n<pre><code class=\"language-python\">&gt;&gt;&gt; somme_termes(suite_v, 0, 5)\r\n22.125\r\n&gt;&gt;&gt; somme_termes(suite_v, 0, 8)\r\n37.015625<\/code><\/pre>\n<\/li>\n<li>Calculer <code class=\"katex-inline\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/courscaneri.ovh\/wp-content\/ql-cache\/quicklatex.com-815cb475d4ab81c85078b7da2639371f_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#100;&#105;&#115;&#112;&#108;&#97;&#121;&#115;&#116;&#121;&#108;&#101;&#32;&#92;&#115;&#117;&#109;&#95;&#123;&#107;&#61;&#48;&#125;&#94;&#53;&#32;&#118;&#95;&#107;&#45;&#32;&#92;&#115;&#117;&#109;&#95;&#123;&#107;&#61;&#48;&#125;&#94;&#53;&#32;&#117;&#95;&#107;\" title=\"Rendered by QuickLaTeX.com\" height=\"53\" width=\"113\" style=\"vertical-align: -22px;\"\/><\/code> puis <code class=\"katex-inline\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/courscaneri.ovh\/wp-content\/ql-cache\/quicklatex.com-5c79f627d076244edbd86a179a0e040c_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#100;&#105;&#115;&#112;&#108;&#97;&#121;&#115;&#116;&#121;&#108;&#101;&#32;&#92;&#115;&#117;&#109;&#95;&#123;&#107;&#61;&#48;&#125;&#94;&#56;&#32;&#118;&#95;&#107;&#45;&#32;&#92;&#115;&#117;&#109;&#95;&#123;&#107;&#61;&#48;&#125;&#94;&#56;&#32;&#117;&#95;&#107;\" title=\"Rendered by QuickLaTeX.com\" height=\"53\" width=\"113\" style=\"vertical-align: -22px;\"\/><\/code>.<\/li>\n<li>Conjecturer la valeur de <code class=\"katex-inline\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/courscaneri.ovh\/wp-content\/ql-cache\/quicklatex.com-cacfadd73e3b0434d03712f46163840d_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#100;&#105;&#115;&#112;&#108;&#97;&#121;&#115;&#116;&#121;&#108;&#101;&#32;&#92;&#115;&#117;&#109;&#95;&#123;&#107;&#61;&#48;&#125;&#94;&#110;&#32;&#118;&#95;&#107;&#45;&#32;&#92;&#115;&#117;&#109;&#95;&#123;&#107;&#61;&#48;&#125;&#94;&#110;&#32;&#117;&#95;&#107;\" title=\"Rendered by QuickLaTeX.com\" height=\"50\" width=\"113\" style=\"vertical-align: -22px;\"\/><\/code> selon les valeurs de <code class=\"katex-inline\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/courscaneri.ovh\/wp-content\/ql-cache\/quicklatex.com-ec4217f4fa5fcd92a9edceba0e708cf7_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#110;\" title=\"Rendered by QuickLaTeX.com\" height=\"8\" width=\"11\" style=\"vertical-align: 0px;\"\/><\/code>.<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>I &#8211; Suite de la forme Soit la suite d\u00e9finie par . Dans Thonny, cr\u00e9er la fonction suite_u() de param\u00e8tre n et qui retourne le terme . D\u00e9terminer puis . Cr\u00e9er une fonction liste_u() de param\u00e8tre nb qui retourne la liste des nb premiers termes de la suite u. Remarque: En python, la m\u00e9thode append() [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":276,"menu_order":1,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-330","page","type-page","status-publish","czr-hentry"],"_links":{"self":[{"href":"https:\/\/courscaneri.ovh\/index.php?rest_route=\/wp\/v2\/pages\/330","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/courscaneri.ovh\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/courscaneri.ovh\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/courscaneri.ovh\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/courscaneri.ovh\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=330"}],"version-history":[{"count":3,"href":"https:\/\/courscaneri.ovh\/index.php?rest_route=\/wp\/v2\/pages\/330\/revisions"}],"predecessor-version":[{"id":3927,"href":"https:\/\/courscaneri.ovh\/index.php?rest_route=\/wp\/v2\/pages\/330\/revisions\/3927"}],"up":[{"embeddable":true,"href":"https:\/\/courscaneri.ovh\/index.php?rest_route=\/wp\/v2\/pages\/276"}],"wp:attachment":[{"href":"https:\/\/courscaneri.ovh\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=330"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}