{"id":129,"date":"2007-10-29T11:58:41","date_gmt":"2007-10-29T10:58:41","guid":{"rendered":"http:\/\/wordpress.callac.online\/index.php\/animation-1-sur-pythagore-decoupage\/"},"modified":"2023-10-14T20:12:55","modified_gmt":"2023-10-14T18:12:55","slug":"animation-1-sur-pythagore-decoupage","status":"publish","type":"page","link":"https:\/\/wordpress.callac.online\/index.php\/edition-mathematique\/metapost\/animations-avec-metapost\/animations-sur-pythagore\/animation-1-sur-pythagore-decoupage\/","title":{"rendered":"Animation (1) sur Pythagore"},"content":{"rendered":"<a href=\"https:\/\/wordpress.callac.online\/wp-content\/uploads\/2020\/07\/pythagore1.pdf\" class=\"pdfemb-viewer\" style=\"\" data-width=\"max\" data-height=\"max\" data-toolbar=\"both\" data-toolbar-fixed=\"on\">pythagore1<\/a>\n<p class=\"wp-block-pdfemb-pdf-embedder-viewer\"><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">input geometriesyr16.mp ;\n\n\nu:=1cm;\n\n%----------------------------------- D\u00e9finition du cadre\npath cadre;\nnumeric xmin,xmax,ymin,ymax;\nxmin:=-4u;\nxmax:=8u;\nymin:=-6u;\nymax:=7u;\n\ncadre:=(xmin,ymin)--(xmax,ymin)--(xmax,ymax)--(xmin,ymax)--cycle;\n\n%---------------------------------- D\u00e9finitions g\u00e9n\u00e9rales utilis\u00e9es\n%                                   sur toutes les figures\n\npair A,B,C,D,E,F,G,Q,R;\nnumeric c;\nc:=5;\nang :=110;\n\nC:=(0,0);     % grand carr\u00e9\nB:=(c*u,0);\nQ:=(c*u,-c*u);\nR:=(0,-c*u);\n\ndraw polygone(B,Q,R,C);\n\n\nA:= B rotatedaround(0.5[B,C],ang); % point A\n\ndraw polygone(A,B,C);\ntrace codeperp(B,A,C,5);\n\nD:= A rotatedaround(C,90); % carr\u00e9 gauche\nE:= C rotatedaround(D,90);\n\ndraw polygone(A,E,D,C);\n\n\nF:= B rotatedaround(A,90); % carr\u00e9 droit\nG:= A rotatedaround(F,90);\n\ndraw polygone(A,B,G,F);\n\npair I,L;\nI=whatever[R,Q];\nI=whatever[A,A shifted (Q-B)];\n\nL=whatever[C,B];\nL=whatever[A,A shifted (Q-B)];\n\ndraw A--I dashed evenly;\n\npicture fig;\npath poly;\n\nfig:=currentpicture;\ncurrentpicture:=nullpicture;\n\nbeginfig(1)\n  fill polygone(A,C,D) withcolor orange;\n  draw polygone(A,C,D) dashed evenly;\n  fill polygone(A,D,E) withcolor orange;\n  draw polygone(A,D,E) dashed evenly;\n  fill polygone(A,B,G) withcolor orange;\n  draw polygone(A,B,G) dashed evenly;    \n  fill polygone(A,F,G) withcolor orange;\n  draw polygone(A,F,G) dashed evenly;\n  %------------------------------- Trac\u00e9 de la figure\n  draw fig ;\n  %------------------------------- Trac\u00e9 du cadre\n  draw cadre withcolor black withpen pencircle scaled 2pt; \n  clip currentpicture to cadre;\nendfig;\n  \n\nfor i:=0 upto 10:\n  beginfig(i+2)\n    fill polygone(A,D,E) withcolor orange;\n    draw polygone(A,D,E) dashed evenly;\n    fill polygone(A,B,G) withcolor orange;\n    draw polygone(A,B,G) dashed evenly;    \n    fill polygone(A,F,G) withcolor orange;\n    draw polygone(A,F,G) dashed evenly;\n\n    pair AA;\n    AA:= A shifted ((0.1*i)*(B-A));\n\n    poly := polygone(AA,C,D);\n    fillcolor:=blue;\n    transparence poly;\n    %------------------------------- Trac\u00e9 de la figure\n    draw fig ;\n    %------------------------------- Trac\u00e9 du cadre\n    draw cadre withcolor black withpen pencircle scaled 2pt;    \n    clip currentpicture to cadre;\n  endfig;\nendfor;\n\nfor i:=1 upto 10:\n  beginfig(i+12)\n    fill polygone(A,D,E) withcolor orange;\n    draw polygone(A,D,E) dashed evenly;\n    fill polygone(A,B,G) withcolor orange;\n    draw polygone(A,B,G) dashed evenly;    \n    fill polygone(A,F,G) withcolor orange;\n    draw polygone(A,F,G) dashed evenly;\n\n    poly := polygone(B,C,D) rotatedaround(C,-9*i);\n    fillcolor:=blue;\n    transparence poly;\n    %------------------------------- Trac\u00e9 de la figure\n    draw fig ;\n    %------------------------------- Trac\u00e9 du cadre\n    draw cadre withcolor black withpen pencircle scaled 2pt;    \n    clip currentpicture to cadre;\n  endfig;\nendfor;\n\nfor i:=1 upto 10:\n  beginfig(i+22)\n    fill polygone(A,D,E) withcolor orange;\n    draw polygone(A,D,E) dashed evenly;\n    fill polygone(A,B,G) withcolor orange;\n    draw polygone(A,B,G) dashed evenly;    \n    fill polygone(A,F,G) withcolor orange;\n    draw polygone(A,F,G) dashed evenly;\n\n    pair AA;\n    AA:= A shifted ((0.1*i)*(L-A));\n    poly := polygone(AA,C,R);\n    fillcolor:=blue;\n    transparence poly;\n    %------------------------------- Trac\u00e9 de la figure\n    draw fig ;\n    %------------------------------- Trac\u00e9 du cadre\n    draw cadre withcolor black withpen pencircle scaled 2pt;    \n    clip currentpicture to cadre;\n  endfig;\nendfor;\n\n%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n\nfor i:=0 upto 10:\n  beginfig(i+33)\n    fill polygone(A,B,G) withcolor orange;\n    draw polygone(A,B,G) dashed evenly;    \n    fill polygone(A,F,G) withcolor orange;\n    draw polygone(A,F,G) dashed evenly;\n\n    fill polygone(R,C,L) withcolor orange;\n    draw polygone(R,C,L) dashed evenly;   \n\n\n    poly := polygone(A,D,E) rotatedaround(0.5[D,A],-18*i);\n    fillcolor:=blue;\n    transparence poly;\n    %------------------------------- Trac\u00e9 de la figure\n    draw fig ;\n    %------------------------------- Trac\u00e9 du cadre\n    draw cadre withcolor black withpen pencircle scaled 2pt;    \n    clip currentpicture to cadre;\n  endfig;\nendfor;\n\nfor i:=1 upto 10:\n  beginfig(i+43)\n    fill polygone(A,B,G) withcolor orange;\n    draw polygone(A,B,G) dashed evenly;    \n    fill polygone(A,F,G) withcolor orange;\n    draw polygone(A,F,G) dashed evenly;\n\n    fill polygone(R,C,L) withcolor orange;\n    draw polygone(R,C,L) dashed evenly;\n    \n    pair AA;\n    AA:= A shifted ((0.1*i)*(B-A));\n\n    poly := polygone(AA,C,D);\n    fillcolor:=blue;\n    transparence poly;\n    %------------------------------- Trac\u00e9 de la figure\n    draw fig ;\n    %------------------------------- Trac\u00e9 du cadre\n    draw cadre withcolor black withpen pencircle scaled 2pt;    \n    clip currentpicture to cadre;\n  endfig;\nendfor;\n\nfor i:=1 upto 10:\n  beginfig(i+53)\n    fill polygone(A,B,G) withcolor orange;\n    draw polygone(A,B,G) dashed evenly;    \n    fill polygone(A,F,G) withcolor orange;\n    draw polygone(A,F,G) dashed evenly;\n\n    fill polygone(R,C,L) withcolor orange;\n    draw polygone(R,C,L) dashed evenly;\n    \n    poly := polygone(B,C,D) rotatedaround(C,-9*i);\n    fillcolor:=blue;\n    transparence poly;\n    %------------------------------- Trac\u00e9 de la figure\n    draw fig ;\n    %------------------------------- Trac\u00e9 du cadre\n    draw cadre withcolor black withpen pencircle scaled 2pt;    \n    clip currentpicture to cadre;\n  endfig;\nendfor;\n\nfor i:=1 upto 10:\n  beginfig(i+63)\n    fill polygone(A,B,G) withcolor orange;\n    draw polygone(A,B,G) dashed evenly;    \n    fill polygone(A,F,G) withcolor orange;\n    draw polygone(A,F,G) dashed evenly;\n \n    fill polygone(R,C,L) withcolor orange;\n    draw polygone(R,C,L) dashed evenly;\n    \n    pair AA;\n    AA:= A shifted ((0.1*i)*(L-A));\n    poly := polygone(AA,C,R);\n    fillcolor:=blue;\n    transparence poly;\n    %------------------------------- Trac\u00e9 de la figure\n    draw fig ;\n    %------------------------------- Trac\u00e9 du cadre\n    draw cadre withcolor black withpen pencircle scaled 2pt;    \n    clip currentpicture to cadre;\n  endfig;\nendfor;\n\nfor i:=1 upto 10:\n  beginfig(i+73)\n    fill polygone(A,B,G) withcolor orange;\n    draw polygone(A,B,G) dashed evenly;    \n    fill polygone(A,F,G) withcolor orange;\n    draw polygone(A,F,G) dashed evenly;\n \n    fill polygone(R,C,L) withcolor orange;\n    draw polygone(R,C,L) dashed evenly;\n    \n\n    poly := polygone(L,C,R) rotatedaround(0.5[R,L],-18*i);\n    fillcolor:=blue;\n    transparence poly;\n    %------------------------------- Trac\u00e9 de la figure\n    draw fig ;\n    %------------------------------- Trac\u00e9 du cadre\n    draw cadre withcolor black withpen pencircle scaled 2pt;    \n    clip currentpicture to cadre;\n  endfig;\nendfor;\n\n%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n\nfor i:=0 upto 10:\n  beginfig(i+84)   \n    fill polygone(A,F,G) withcolor orange;\n    draw polygone(A,F,G) dashed evenly;\n\n    fill polygone(I,R,C,L) withcolor orange;\n    draw polygone(I,R,C,L) dashed evenly;   \n\n    pair AA;\n    AA:= A shifted ((0.1*i)*(C-A));\n\n    poly := polygone(AA,B,G);\n    fillcolor:=blue;\n    transparence poly;\n    %------------------------------- Trac\u00e9 de la figure\n    draw fig ;\n    %------------------------------- Trac\u00e9 du cadre\n    draw cadre withcolor black withpen pencircle scaled 2pt;    \n    clip currentpicture to cadre;\n  endfig;\nendfor;\n\nfor i:=1 upto 10:\n  beginfig(i+94)\n    fill polygone(A,F,G) withcolor orange;\n    draw polygone(A,F,G) dashed evenly;\n\n    fill polygone(I,R,C,L) withcolor orange;\n    draw polygone(I,R,C,L) dashed evenly;  \n\n    poly := polygone(B,C,G) rotatedaround(B,9*i);\n    fillcolor:=blue;\n    transparence poly;\n    %------------------------------- Trac\u00e9 de la figure\n    draw fig ;\n    %------------------------------- Trac\u00e9 du cadre\n    draw cadre withcolor black withpen pencircle scaled 2pt;    \n    clip currentpicture to cadre;\n  endfig;\nendfor;\n\nfor i:=1 upto 10:\n  beginfig(i+104)\n    fill polygone(A,F,G) withcolor orange;\n    draw polygone(A,F,G) dashed evenly;\n\n    fill polygone(I,R,C,L) withcolor orange;\n    draw polygone(I,R,C,L) dashed evenly;  \n\n    pair AA;\n    AA:= A shifted ((0.1*i)*(L-A));\n    poly := polygone(AA,B,Q);\n    fillcolor:=blue;\n    transparence poly;\n    %------------------------------- Trac\u00e9 de la figure\n    draw fig ;\n    %------------------------------- Trac\u00e9 du cadre\n    draw cadre withcolor black withpen pencircle scaled 2pt;    \n    clip currentpicture to cadre;\n  endfig;\nendfor;\n\n%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n\nfor i:=0 upto 10:\n  beginfig(i+115)\n    fill polygone(I,R,C,L) withcolor orange;\n    draw polygone(I,R,C,L) dashed evenly;  \n    fill polygone(B,Q,L) withcolor orange;\n    draw polygone(B,Q,L) dashed evenly;\n    \n    poly := polygone(A,F,G) rotatedaround(0.5[A,G],-18*i);\n    fillcolor:=blue;\n    transparence poly;\n    %------------------------------- Trac\u00e9 de la figure\n    draw fig ;\n    %------------------------------- Trac\u00e9 du cadre\n    draw cadre withcolor black withpen pencircle scaled 2pt;    \n    clip currentpicture to cadre;\n  endfig;\nendfor;\n\nfor i:=1 upto 10:\n  beginfig(i+125)\n    fill polygone(I,R,C,L) withcolor orange;\n    draw polygone(I,R,C,L) dashed evenly;  \n    fill polygone(B,Q,L) withcolor orange;\n    draw polygone(B,Q,L) dashed evenly;\n    \n    pair AA;\n    AA:= A shifted ((0.1*i)*(C-A));\n\n    poly := polygone(AA,B,G);\n    fillcolor:=blue;\n    transparence poly;\n    %------------------------------- Trac\u00e9 de la figure\n    draw fig ;\n    %------------------------------- Trac\u00e9 du cadre\n    draw cadre withcolor black withpen pencircle scaled 2pt;    \n    clip currentpicture to cadre;\n  endfig;\nendfor;\n\nfor i:=1 upto 10:\n  beginfig(i+135)\n    fill polygone(I,R,C,L) withcolor orange;\n    draw polygone(I,R,C,L) dashed evenly;  \n    fill polygone(B,Q,L) withcolor orange;\n    draw polygone(B,Q,L) dashed evenly;\n    \n    poly := polygone(B,C,G) rotatedaround(B,9*i);\n    fillcolor:=blue;\n    transparence poly;\n    %------------------------------- Trac\u00e9 de la figure\n    draw fig ;\n    %------------------------------- Trac\u00e9 du cadre\n    draw cadre withcolor black withpen pencircle scaled 2pt;    \n    clip currentpicture to cadre;\n  endfig;\nendfor;\n\nfor i:=1 upto 10:\n  beginfig(i+145)\n    fill polygone(I,R,C,L) withcolor orange;\n    draw polygone(I,R,C,L) dashed evenly;  \n    fill polygone(B,Q,L) withcolor orange;\n    draw polygone(B,Q,L) dashed evenly;\n    \n    pair AA;\n    AA:= A shifted ((0.1*i)*(L-A));\n    poly := polygone(AA,B,Q);\n    fillcolor:=blue;\n    transparence poly;\n    %------------------------------- Trac\u00e9 de la figure\n    draw fig ;\n    %------------------------------- Trac\u00e9 du cadre\n    draw cadre withcolor black withpen pencircle scaled 2pt;    \n    clip currentpicture to cadre;\n  endfig;\nendfor;\n\nfor i:=1 upto 10:\n  beginfig(i+155)\n    fill polygone(I,R,C,L) withcolor orange;\n    draw polygone(I,R,C,L) dashed evenly;  \n    fill polygone(B,Q,L) withcolor orange;\n    draw polygone(B,Q,L) dashed evenly;\n    \n\n    poly := polygone(L,B,Q) rotatedaround(0.5[L,Q],-18*i);\n    fillcolor:=blue;\n    transparence poly;\n    %------------------------------- Trac\u00e9 de la figure\n    draw fig ;\n    %------------------------------- Trac\u00e9 du cadre\n    draw cadre withcolor black withpen pencircle scaled 2pt;    \n    clip currentpicture to cadre;\n  endfig;\nendfor;\n\n%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n\nbeginfig(166)\n  fill polygone(I,R,C,L) withcolor orange;\n  draw polygone(I,R,C,L) dashed evenly;\n  fill polygone(I,Q,B,L) withcolor orange;\n  draw polygone(I,Q,B,L) dashed evenly;  \n  %------------------------------- Trac\u00e9 de la figure\n  draw fig ;\n  %------------------------------- Trac\u00e9 du cadre\n  draw cadre withcolor black withpen pencircle scaled 2pt; \n  clip currentpicture to cadre;\nendfig;\n  \n\nend ;\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":2500,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-129","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Animation (1) sur Pythagore - Maths &amp; Num\u00e9rique<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wordpress.callac.online\/index.php\/edition-mathematique\/metapost\/animations-avec-metapost\/animations-sur-pythagore\/animation-1-sur-pythagore-decoupage\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Animation (1) sur Pythagore - Maths &amp; Num\u00e9rique\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wordpress.callac.online\/index.php\/edition-mathematique\/metapost\/animations-avec-metapost\/animations-sur-pythagore\/animation-1-sur-pythagore-decoupage\/\" \/>\n<meta property=\"og:site_name\" content=\"Maths &amp; Num\u00e9rique\" \/>\n<meta property=\"article:modified_time\" content=\"2023-10-14T18:12:55+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wordpress.callac.online\/index.php\/edition-mathematique\/metapost\/animations-avec-metapost\/animations-sur-pythagore\/animation-1-sur-pythagore-decoupage\/\",\"url\":\"https:\/\/wordpress.callac.online\/index.php\/edition-mathematique\/metapost\/animations-avec-metapost\/animations-sur-pythagore\/animation-1-sur-pythagore-decoupage\/\",\"name\":\"Animation (1) sur Pythagore - Maths &amp; Num\u00e9rique\",\"isPartOf\":{\"@id\":\"https:\/\/wordpress.callac.online\/#website\"},\"datePublished\":\"2007-10-29T10:58:41+00:00\",\"dateModified\":\"2023-10-14T18:12:55+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/wordpress.callac.online\/index.php\/edition-mathematique\/metapost\/animations-avec-metapost\/animations-sur-pythagore\/animation-1-sur-pythagore-decoupage\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wordpress.callac.online\/index.php\/edition-mathematique\/metapost\/animations-avec-metapost\/animations-sur-pythagore\/animation-1-sur-pythagore-decoupage\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wordpress.callac.online\/index.php\/edition-mathematique\/metapost\/animations-avec-metapost\/animations-sur-pythagore\/animation-1-sur-pythagore-decoupage\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/wordpress.callac.online\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u00c9dition math\u00e9matique\",\"item\":\"https:\/\/wordpress.callac.online\/index.php\/edition-mathematique\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Metapost\",\"item\":\"https:\/\/wordpress.callac.online\/index.php\/edition-mathematique\/metapost\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Animations avec Metapost\",\"item\":\"https:\/\/wordpress.callac.online\/index.php\/edition-mathematique\/metapost\/animations-avec-metapost\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Animations sur Pythagore\",\"item\":\"https:\/\/wordpress.callac.online\/index.php\/edition-mathematique\/metapost\/animations-avec-metapost\/animations-sur-pythagore\/\"},{\"@type\":\"ListItem\",\"position\":6,\"name\":\"Animation (1) sur Pythagore\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wordpress.callac.online\/#website\",\"url\":\"https:\/\/wordpress.callac.online\/\",\"name\":\"Maths & Num\u00e9rique\",\"description\":\"Des outils pour les enseignants de math\u00e9matiques et de num\u00e9rique\",\"publisher\":{\"@id\":\"https:\/\/wordpress.callac.online\/#\/schema\/person\/04061f1ca2c2c42039142a704be95940\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wordpress.callac.online\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/wordpress.callac.online\/#\/schema\/person\/04061f1ca2c2c42039142a704be95940\",\"name\":\"dlefur\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/wordpress.callac.online\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/4a9e17be136808c6597f28aa2b6c13126dab066fdc2198ff60090972c9b7fafc?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/4a9e17be136808c6597f28aa2b6c13126dab066fdc2198ff60090972c9b7fafc?s=96&d=mm&r=g\",\"caption\":\"dlefur\"},\"logo\":{\"@id\":\"https:\/\/wordpress.callac.online\/#\/schema\/person\/image\/\"},\"description\":\"Enseignant de math\u00e9matiques Lyc\u00e9e Pasteur S\u00e3o Paulo\",\"sameAs\":[\"http:\/\/wordpress.callac.online\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Animation (1) sur Pythagore - Maths &amp; Num\u00e9rique","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/wordpress.callac.online\/index.php\/edition-mathematique\/metapost\/animations-avec-metapost\/animations-sur-pythagore\/animation-1-sur-pythagore-decoupage\/","og_locale":"fr_FR","og_type":"article","og_title":"Animation (1) sur Pythagore - Maths &amp; Num\u00e9rique","og_url":"https:\/\/wordpress.callac.online\/index.php\/edition-mathematique\/metapost\/animations-avec-metapost\/animations-sur-pythagore\/animation-1-sur-pythagore-decoupage\/","og_site_name":"Maths &amp; Num\u00e9rique","article_modified_time":"2023-10-14T18:12:55+00:00","twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wordpress.callac.online\/index.php\/edition-mathematique\/metapost\/animations-avec-metapost\/animations-sur-pythagore\/animation-1-sur-pythagore-decoupage\/","url":"https:\/\/wordpress.callac.online\/index.php\/edition-mathematique\/metapost\/animations-avec-metapost\/animations-sur-pythagore\/animation-1-sur-pythagore-decoupage\/","name":"Animation (1) sur Pythagore - Maths &amp; Num\u00e9rique","isPartOf":{"@id":"https:\/\/wordpress.callac.online\/#website"},"datePublished":"2007-10-29T10:58:41+00:00","dateModified":"2023-10-14T18:12:55+00:00","breadcrumb":{"@id":"https:\/\/wordpress.callac.online\/index.php\/edition-mathematique\/metapost\/animations-avec-metapost\/animations-sur-pythagore\/animation-1-sur-pythagore-decoupage\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wordpress.callac.online\/index.php\/edition-mathematique\/metapost\/animations-avec-metapost\/animations-sur-pythagore\/animation-1-sur-pythagore-decoupage\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/wordpress.callac.online\/index.php\/edition-mathematique\/metapost\/animations-avec-metapost\/animations-sur-pythagore\/animation-1-sur-pythagore-decoupage\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/wordpress.callac.online\/"},{"@type":"ListItem","position":2,"name":"\u00c9dition math\u00e9matique","item":"https:\/\/wordpress.callac.online\/index.php\/edition-mathematique\/"},{"@type":"ListItem","position":3,"name":"Metapost","item":"https:\/\/wordpress.callac.online\/index.php\/edition-mathematique\/metapost\/"},{"@type":"ListItem","position":4,"name":"Animations avec Metapost","item":"https:\/\/wordpress.callac.online\/index.php\/edition-mathematique\/metapost\/animations-avec-metapost\/"},{"@type":"ListItem","position":5,"name":"Animations sur Pythagore","item":"https:\/\/wordpress.callac.online\/index.php\/edition-mathematique\/metapost\/animations-avec-metapost\/animations-sur-pythagore\/"},{"@type":"ListItem","position":6,"name":"Animation (1) sur Pythagore"}]},{"@type":"WebSite","@id":"https:\/\/wordpress.callac.online\/#website","url":"https:\/\/wordpress.callac.online\/","name":"Maths & Num\u00e9rique","description":"Des outils pour les enseignants de math\u00e9matiques et de num\u00e9rique","publisher":{"@id":"https:\/\/wordpress.callac.online\/#\/schema\/person\/04061f1ca2c2c42039142a704be95940"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wordpress.callac.online\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":["Person","Organization"],"@id":"https:\/\/wordpress.callac.online\/#\/schema\/person\/04061f1ca2c2c42039142a704be95940","name":"dlefur","image":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/wordpress.callac.online\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/4a9e17be136808c6597f28aa2b6c13126dab066fdc2198ff60090972c9b7fafc?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4a9e17be136808c6597f28aa2b6c13126dab066fdc2198ff60090972c9b7fafc?s=96&d=mm&r=g","caption":"dlefur"},"logo":{"@id":"https:\/\/wordpress.callac.online\/#\/schema\/person\/image\/"},"description":"Enseignant de math\u00e9matiques Lyc\u00e9e Pasteur S\u00e3o Paulo","sameAs":["http:\/\/wordpress.callac.online"]}]}},"_links":{"self":[{"href":"https:\/\/wordpress.callac.online\/index.php\/wp-json\/wp\/v2\/pages\/129","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.callac.online\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wordpress.callac.online\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.callac.online\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.callac.online\/index.php\/wp-json\/wp\/v2\/comments?post=129"}],"version-history":[{"count":5,"href":"https:\/\/wordpress.callac.online\/index.php\/wp-json\/wp\/v2\/pages\/129\/revisions"}],"predecessor-version":[{"id":2485,"href":"https:\/\/wordpress.callac.online\/index.php\/wp-json\/wp\/v2\/pages\/129\/revisions\/2485"}],"up":[{"embeddable":true,"href":"https:\/\/wordpress.callac.online\/index.php\/wp-json\/wp\/v2\/pages\/2500"}],"wp:attachment":[{"href":"https:\/\/wordpress.callac.online\/index.php\/wp-json\/wp\/v2\/media?parent=129"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}