{"id":171,"date":"2021-10-03T10:03:20","date_gmt":"2021-10-03T08:03:20","guid":{"rendered":"http:\/\/yb-isn.fr\/2021\/spc\/?p=171"},"modified":"2021-10-04T22:47:01","modified_gmt":"2021-10-04T20:47:01","slug":"171","status":"publish","type":"post","link":"https:\/\/yb-isn.fr\/2021\/spc\/?p=171","title":{"rendered":"TP n\u00b05 interf\u00e9rences"},"content":{"rendered":"<p><!--more--><\/p>\n\n<a href=\"https:\/\/yb-isn.fr\/2021\/spc\/wp-content\/uploads\/2021\/10\/TP5.pdf\" class=\"pdfemb-viewer\" style=\"\" data-width=\"max\" data-height=\"max\"  data-toolbar=\"bottom\" data-toolbar-fixed=\"off\">TP5<br\/><\/a>\n<p class=\"wp-block-pdfemb-pdf-embedder-viewer\"><\/p>\n\n\n\n<div class=\"wp-block-file\"><a href=\"http:\/\/yb-isn.fr\/2021\/spc\/wp-content\/uploads\/2021\/10\/interferences.7z\">interferences<\/a><a href=\"http:\/\/yb-isn.fr\/2021\/spc\/wp-content\/uploads\/2021\/10\/interferences.7z\" class=\"wp-block-file__button\" download>T\u00e9l\u00e9charger<\/a><\/div>\n\n\n\n<p><a href=\"https:\/\/colab.research.google.com\/drive\/1FYfNOShxRMLaID9-1dT2up9x6O_WSwpI?usp=sharing\">Code python pour calculer les incertitudes<\/a><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"python\" data-enlighter-theme=\"godzilla\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">#on importe la librairie math\nimport math\n\n#lecture au clavier de l'interfrange et l'incertitude associ\u00e9e\ninterfrange=float(input(\"interfrange? \"))\nu_interfrange=float(input(\"u_interfrange? \"))\n\n#lecture de  la distance entre les fentes (ecart) et son incertitude\necart=float(input(\"ecart ? \"))\nu_ecart=float(input(\"u_ecart ? \"))\n\n#lecture de la distance entre la fente et l'\u00e9cran et l'incertitude associ\u00e9e\nDistance=float(input(\"Distance ? \"))\nu_Distance=float(input(\"u_Distance? \"))\n\n#Calcul de la longueur d'onde\nlongueurDonde=interfrange*ecart\/Distance\n\n#Calcul de l'incertitude sur la longueur d'onde\nu_longueurDonde=longueurDonde*math.sqrt((u_interfrange\/interfrange)**2+(u_ecart\/ecart)**2+(u_Distance\/Distance)**2)\n\n#Affichage du r\u00e9sultat final\nprint(\"longueurDonde = \" ,longueurDonde,\"+-\",u_longueurDonde)<\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":175,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-171","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-non-classe"],"_links":{"self":[{"href":"https:\/\/yb-isn.fr\/2021\/spc\/index.php?rest_route=\/wp\/v2\/posts\/171"}],"collection":[{"href":"https:\/\/yb-isn.fr\/2021\/spc\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/yb-isn.fr\/2021\/spc\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/yb-isn.fr\/2021\/spc\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/yb-isn.fr\/2021\/spc\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=171"}],"version-history":[{"count":8,"href":"https:\/\/yb-isn.fr\/2021\/spc\/index.php?rest_route=\/wp\/v2\/posts\/171\/revisions"}],"predecessor-version":[{"id":188,"href":"https:\/\/yb-isn.fr\/2021\/spc\/index.php?rest_route=\/wp\/v2\/posts\/171\/revisions\/188"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/yb-isn.fr\/2021\/spc\/index.php?rest_route=\/wp\/v2\/media\/175"}],"wp:attachment":[{"href":"https:\/\/yb-isn.fr\/2021\/spc\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=171"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/yb-isn.fr\/2021\/spc\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=171"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/yb-isn.fr\/2021\/spc\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=171"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}