<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PIPRIME.FR &#187; trembling.asy</title>
	<atom:link href="http://www.piprime.fr/developpeur/asymptote/example-asy2d/trembling-asy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.piprime.fr</link>
	<description>Administrateur-Développeur GNU/Linux-WEB</description>
	<lastBuildDate>Thu, 22 Dec 2011 12:55:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Asymptote using trembling.asy &#8211; fig0150</title>
		<link>http://www.piprime.fr/716/asymptote-using-graph_asy-fig0150/</link>
		<comments>http://www.piprime.fr/716/asymptote-using-graph_asy-fig0150/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 14:24:54 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[Examples 2D]]></category>
		<category><![CDATA[trembling.asy]]></category>
		<category><![CDATA[Circle]]></category>
		<category><![CDATA[trembling]]></category>

		<guid isPermaLink="false">http://a0ba6bac5e04ba86189e344da5b4ca16</guid>
		<description><![CDATA[You may view all the posts of the category "trembling.asy" (Compiled with Asymptote version 1.87svn-r4652) import trembling; size(8cm); startTrembling(angle=10, random=10, frequency=0.5); draw(unitcircle); $(document).ready(function(){$("a#figa0ba6bac5e04ba86189e344da5b4ca16").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/716/asymptote-using-graph_asy-fig0150/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asymptote using trembling.asy &#8211; fig0140</title>
		<link>http://www.piprime.fr/715/asymptote-using-graph_asy-fig0140/</link>
		<comments>http://www.piprime.fr/715/asymptote-using-graph_asy-fig0140/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 13:24:54 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[Examples 2D]]></category>
		<category><![CDATA[trembling.asy]]></category>
		<category><![CDATA[Circle]]></category>
		<category><![CDATA[trembling]]></category>

		<guid isPermaLink="false">http://7968bf2b9dccf36cc6ec5f636f945cca</guid>
		<description><![CDATA[You may view all the posts of the category "trembling.asy" The two further examples show the influence of the parameter frequency. (Compiled with Asymptote version 1.87svn-r4652) import trembling; size(8cm); startTrembling(angle=10, random=10, frequency=0.1); draw(unitcircle); $(document).ready(function(){$("a#fig7968bf2b9dccf36cc6ec5f636f945cca").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/715/asymptote-using-graph_asy-fig0140/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asymptote using trembling.asy &#8211; fig0130</title>
		<link>http://www.piprime.fr/714/asymptote-using-graph_asy-fig0130/</link>
		<comments>http://www.piprime.fr/714/asymptote-using-graph_asy-fig0130/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 12:24:54 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[Examples 2D]]></category>
		<category><![CDATA[trembling.asy]]></category>
		<category><![CDATA[Circle]]></category>
		<category><![CDATA[conic]]></category>
		<category><![CDATA[ellipse]]></category>
		<category><![CDATA[Geometry]]></category>
		<category><![CDATA[hyperbola]]></category>
		<category><![CDATA[Intersection]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[parabola]]></category>
		<category><![CDATA[point]]></category>
		<category><![CDATA[Point/Dot]]></category>
		<category><![CDATA[trembling]]></category>

		<guid isPermaLink="false">http://c43e4cbe9dac17bee2cdf1fa39abec4a</guid>
		<description><![CDATA[You may view all the posts of the category "trembling.asy" (Compiled with Asymptote version 1.87svn-r4652) import trembling; size(12cm); startTrembling(); conic co[]; co[0]=circle((0,0),1); draw(co[0]); co[1]=ellipse((0,0),4,1); draw(co[1]); co[2]=parabola((0,0),1,90); draw(co[2]); hyperbola h=hyperbola((-1,0),(1,0),1.2,byvertices); co[3]=h; draw(co[3]); draw(h.A1,grey); draw(h.A2,grey); dotfactor *= 1; for (int i=0; i &#60; 4; ++i) { dot(intersectionpoints(h.A1,co[i]),blue); dot(intersectionpoints(h.A2,co[i]),blue); for (int j=i+1; j &#60; 4; ++j) dot(intersectionpoints(co[i],co[j]), red); [...]]]></description>
		<wfw:commentRss>http://www.piprime.fr/714/asymptote-using-graph_asy-fig0130/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asymptote using trembling.asy &#8211; fig0120</title>
		<link>http://www.piprime.fr/713/asymptote-using-graph_asy-fig0120/</link>
		<comments>http://www.piprime.fr/713/asymptote-using-graph_asy-fig0120/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 11:24:54 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[Examples 2D]]></category>
		<category><![CDATA[trembling.asy]]></category>
		<category><![CDATA[Circle]]></category>
		<category><![CDATA[Geometry]]></category>
		<category><![CDATA[Intersection]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[point]]></category>
		<category><![CDATA[Point/Dot]]></category>
		<category><![CDATA[trembling]]></category>

		<guid isPermaLink="false">http://8aaec4c0a62537f7df78870f5b11ad4a</guid>
		<description><![CDATA[You may view all the posts of the category "trembling.asy" The same code with magnetizePoints=true. (Compiled with Asymptote version 1.87svn-r4652) import trembling; startTrembling(); size(12cm,0); point A=(0,0), B=(5,2), C=(3,4); triangle t=triangle(A,B,C), et1=triangle(A,B,rotate(-60,A)*B), et2=triangle(B,C,rotate(-60,B)*C), et3=triangle(C,A,rotate(-60,C)*A); draw(et1^^et2^^et3, 0.8*red); dot(et1.Path()^^et2.Path()^^et3.Path()); draw(t); label(t, alignFactor=2.5); point[] F=fermat(t); dot("$F_1$",F[0], S, red); dot("$F_2$",F[1], W, purple); draw(circle(et1)^^circle(et2)^^circle(et3), 0.8*green); draw(line(C,et1.C)^^line(A,et2.C)^^line(B,et3.C), 0.8*blue); label("$N_1$",et1.VC); label("$N_2$",et2.VC); label("$N_3$",et3.VC); $(document).ready(function(){$("a#fig8aaec4c0a62537f7df78870f5b11ad4a").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/713/asymptote-using-graph_asy-fig0120/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asymptote using trembling.asy &#8211; fig0110</title>
		<link>http://www.piprime.fr/712/asymptote-using-graph_asy-fig0110/</link>
		<comments>http://www.piprime.fr/712/asymptote-using-graph_asy-fig0110/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 10:24:54 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[Examples 2D]]></category>
		<category><![CDATA[trembling.asy]]></category>
		<category><![CDATA[Circle]]></category>
		<category><![CDATA[Geometry]]></category>
		<category><![CDATA[Intersection]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[point]]></category>
		<category><![CDATA[Point/Dot]]></category>
		<category><![CDATA[trembling]]></category>

		<guid isPermaLink="false">http://f44d9fe03158305f6d3ebc0885dd8a89</guid>
		<description><![CDATA[You may view all the posts of the category "trembling.asy" With magnetizePoints=false. (Compiled with Asymptote version 1.87svn-r4652) import trembling; startTrembling(magnetizePoints=false); size(12cm,0); point A=(0,0), B=(5,2), C=(3,4); triangle t=triangle(A,B,C), et1=triangle(A,B,rotate(-60,A)*B), et2=triangle(B,C,rotate(-60,B)*C), et3=triangle(C,A,rotate(-60,C)*A); draw(et1^^et2^^et3, 0.8*red); dot(et1.Path()^^et2.Path()^^et3.Path()); draw(t); label(t, alignFactor=2.5); point[] F=fermat(t); dot("$F_1$",F[0], S, red); dot("$F_2$",F[1], W, purple); draw(circle(et1)^^circle(et2)^^circle(et3), 0.8*green); draw(line(C,et1.C)^^line(A,et2.C)^^line(B,et3.C), 0.8*blue); label("$N_1$",et1.VC); label("$N_2$",et2.VC); label("$N_3$",et3.VC); $(document).ready(function(){$("a#figf44d9fe03158305f6d3ebc0885dd8a89").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/712/asymptote-using-graph_asy-fig0110/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asymptote using trembling.asy &#8211; fig0100</title>
		<link>http://www.piprime.fr/711/asymptote-using-graph_asy-fig0100/</link>
		<comments>http://www.piprime.fr/711/asymptote-using-graph_asy-fig0100/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 09:24:54 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[Examples 2D]]></category>
		<category><![CDATA[trembling.asy]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[Markers]]></category>
		<category><![CDATA[trembling]]></category>

		<guid isPermaLink="false">http://b02563cc790d8882aedd9fab46a7dbe2</guid>
		<description><![CDATA[You may view all the posts of the category "trembling.asy" Note that the makers are also deformed... (Compiled with Asymptote version 1.87svn-r4652) import trembling; size(12cm); startTrembling(); currentcoordsys=cartesiansystem((2,1),i=(1,0.5),j=(-0.25,1)); show(currentcoordsys); point A=(1,1); line l1=line(45,A); dot("$A$",A); draw("$(l_1)$",l1); point B=(3,1); line l2=line(-60,B); dot("$B$",B); draw("$(l_2)$",l2); markangleradiusfactor*=5; markangle(2,l2,l1,0.8*green,StickIntervalMarker(i=1,n=2)); markangle(2,radius=-0.5*markangleradius(), l2,l1,0.8*blue); markangle(reverse(l2),reverse(l1),Arrow,StickIntervalMarker(i=1,n=2)); markangle((string) sharpdegrees(l2,l1), radius=-1.5*markangleradius(), reverse(l2),l1,Arrow,red); $(document).ready(function(){$("a#figb02563cc790d8882aedd9fab46a7dbe2").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/711/asymptote-using-graph_asy-fig0100/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asymptote using trembling.asy &#8211; fig0090</title>
		<link>http://www.piprime.fr/710/asymptote-using-graph_asy-fig0090/</link>
		<comments>http://www.piprime.fr/710/asymptote-using-graph_asy-fig0090/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 08:24:54 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[Examples 2D]]></category>
		<category><![CDATA[trembling.asy]]></category>
		<category><![CDATA[Markers]]></category>
		<category><![CDATA[trembling]]></category>

		<guid isPermaLink="false">http://b789e5785330d18c5d5e5f12f5ac7d6b</guid>
		<description><![CDATA[You may view all the posts of the category "trembling.asy" (Compiled with Asymptote version 1.87svn-r4652) /*From Mathematex*/ unitsize(1cm); import trembling; import base_pi; // for rotatedLabel. startTrembling(); point pA = (0,0); point pB = (0,4); point pC = pB+6*(rotate(35)*unit(pA-pB)); point pD = pC+4*(rotate(-112)*unit(pB-pC)); point pE = pD+4*(rotate(-78)*unit(pC-pD)); point pFi = rotate(35,pE)*pD; dot(Label("$A$",align=SE),pA); dot(Label("$B$",align=NW),pB); dot(Label("$C$",align=SW),pC); dot(Label("$D$",align=SE),pD); dot(Label("$E$",align=NW),pE); [...]]]></description>
		<wfw:commentRss>http://www.piprime.fr/710/asymptote-using-graph_asy-fig0090/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asymptote using trembling.asy &#8211; fig0080</title>
		<link>http://www.piprime.fr/709/asymptote-using-graph_asy-fig0080/</link>
		<comments>http://www.piprime.fr/709/asymptote-using-graph_asy-fig0080/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 07:24:54 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[Examples 2D]]></category>
		<category><![CDATA[trembling.asy]]></category>
		<category><![CDATA[Geometry]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[magnetize]]></category>
		<category><![CDATA[point]]></category>
		<category><![CDATA[trembling]]></category>
		<category><![CDATA[triangle]]></category>

		<guid isPermaLink="false">http://2ebf89358eb5b7e2bbbf6ce87da346d3</guid>
		<description><![CDATA[You may view all the posts of the category "trembling.asy" (Compiled with Asymptote version 1.87svn-r4652) import trembling; startTrembling(angle=6, frequency=1); size(8cm); triangle T=triangleabc(6,6,6); magnetize(centroid(T));/* View the definition of void magnetize(...pair[]) */ magnetize(T); draw(T, dot); draw(bisector(T.AB)^^bisector(T.AC)^^bisector(T.BC), 0.8*red); addMargins(1cm,1cm); $(document).ready(function(){$("a#fig2ebf89358eb5b7e2bbbf6ce87da346d3").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/709/asymptote-using-graph_asy-fig0080/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asymptote using trembling.asy &#8211; fig0070</title>
		<link>http://www.piprime.fr/708/asymptote-using-graph_asy-fig0070/</link>
		<comments>http://www.piprime.fr/708/asymptote-using-graph_asy-fig0070/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 06:24:54 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[Examples 2D]]></category>
		<category><![CDATA[trembling.asy]]></category>
		<category><![CDATA[Geometry]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[margin]]></category>
		<category><![CDATA[trembling]]></category>
		<category><![CDATA[triangle]]></category>

		<guid isPermaLink="false">http://7a6d38460343f650153d94f68fc86364</guid>
		<description><![CDATA[You may view all the posts of the category "trembling.asy" (Compiled with Asymptote version 1.87svn-r4652) import trembling; startTrembling(angle=6, frequency=1, random=10); size(8cm); triangle T=triangleabc(6,6,6); draw(T, dot); draw(bisector(T.AB)^^bisector(T.AC)^^bisector(T.BC), 0.8*red); addMargins(1cm,1cm); $(document).ready(function(){$("a#fig7a6d38460343f650153d94f68fc86364").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/708/asymptote-using-graph_asy-fig0070/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asymptote using trembling.asy &#8211; fig0060</title>
		<link>http://www.piprime.fr/707/asymptote-using-graph_asy-fig0060/</link>
		<comments>http://www.piprime.fr/707/asymptote-using-graph_asy-fig0060/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 05:24:54 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[Examples 2D]]></category>
		<category><![CDATA[trembling.asy]]></category>
		<category><![CDATA[Circle]]></category>
		<category><![CDATA[Geometry]]></category>
		<category><![CDATA[trembling]]></category>
		<category><![CDATA[triangle]]></category>

		<guid isPermaLink="false">http://e752a6b7d76dc5613b2ff8b8ea8161e5</guid>
		<description><![CDATA[You may view all the posts of the category "trembling.asy" Here an other example with the incircle of a triangle. Further examples follow... (Compiled with Asymptote version 1.87svn-r4652) import trembling; startTrembling(angle=6, random=10); size(8cm); triangle T=triangleabc(6,7,8); dot(intouch(T)); draw(T); draw(incircle(T), 0.8*red); $(document).ready(function(){$("a#fige752a6b7d76dc5613b2ff8b8ea8161e5").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/707/asymptote-using-graph_asy-fig0060/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

