<?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; graph_pi.asy</title>
	<atom:link href="http://www.piprime.fr/developpeur/asymptote/unofficial-packages-asy/graph_pi_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>Unofficial package graph_pi.asy &#8211; fig0210</title>
		<link>http://www.piprime.fr/922/graph_pi_asy-fig0210/</link>
		<comments>http://www.piprime.fr/922/graph_pi_asy-fig0210/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 23:50:56 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[graph_pi.asy]]></category>
		<category><![CDATA[Unofficial packages]]></category>
		<category><![CDATA[Graph]]></category>
		<category><![CDATA[Markers]]></category>

		<guid isPermaLink="false">http://e1779224f91e9ab4697d47d46030520b</guid>
		<description><![CDATA[You may view all the posts of the category "graph_pi.asy" (Compiled with Asymptote version 2.14svn-r5318) import graph_pi; unitsize(x=3cm,y=3cm); // All marks will have this size. Default=sqrt(2)*dotsize(currentpen); graphmarksize=4mm; real f(real x){return sin(x);}; path Cf=graph(f, .5, 2); transform T=shift((0,-.5)); // --------------------------------- // * definition of ArcMarkerExtrem * // marker ArcMarkerExtrem(real radius=graphmarksize(), real angle=180, // bool begin=true, bool [...]]]></description>
		<wfw:commentRss>http://www.piprime.fr/922/graph_pi_asy-fig0210/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unofficial package graph_pi.asy &#8211; fig0200</title>
		<link>http://www.piprime.fr/921/graph_pi_asy-fig0200/</link>
		<comments>http://www.piprime.fr/921/graph_pi_asy-fig0200/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 22:50:56 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[graph_pi.asy]]></category>
		<category><![CDATA[Unofficial packages]]></category>
		<category><![CDATA[Direction]]></category>
		<category><![CDATA[Graph]]></category>
		<category><![CDATA[tangent]]></category>

		<guid isPermaLink="false">http://fb2634544ebd0940c486b6c7f68b9fdf</guid>
		<description><![CDATA[You may view all the posts of the category "graph_pi.asy" (Compiled with Asymptote version 2.14svn-r5318) import graph_pi; unitsize(x=2cm,y=4cm); real f(real x){return abs(sin(x));}; real g(real x){return cos(x);}; real x; xlimits(-.25, 8); ylimits(-1.25, 1.25); xaxis(LeftTicks); yaxis(Ticks); path Cf=graph(f, 0, 8,500); path Cg=graph(g, 0, 8,500); draw(Cf,bp+red); draw(Cg,bp+blue); x=pi/4; /*MODgraph_pi.asy.html#addtangentMOD*/ addtangent(Cf, x, .5yellow, drawleft=false); addtangent(Cg, x, .5yellow, drawright=false); dot((x,f(x))^^(x,g(x))); [...]]]></description>
		<wfw:commentRss>http://www.piprime.fr/921/graph_pi_asy-fig0200/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unofficial package graph_pi.asy &#8211; fig0190</title>
		<link>http://www.piprime.fr/920/graph_pi_asy-fig0190/</link>
		<comments>http://www.piprime.fr/920/graph_pi_asy-fig0190/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 21:50:55 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[graph_pi.asy]]></category>
		<category><![CDATA[Unofficial packages]]></category>
		<category><![CDATA[Graph]]></category>
		<category><![CDATA[recursivegraph]]></category>

		<guid isPermaLink="false">http://7b843bdee509ffb4636734821ec6c354</guid>
		<description><![CDATA[You may view all the posts of the category "graph_pi.asy" (Compiled with Asymptote version 2.14svn-r5318) import graph_pi; size(10cm,0); real f(real x){return x^2;}; xlimits(-2, 2); ylimits(0, 4.25); draw(graph(f, -2, 2)); /*MODgraph_pi.asy.html#graphpoint(...)MOD*/ graphpoint(Label("$M$",align=NW), f, 1.5); graphpoint("$P$", f, 1, extendy=true, px=Dotted+red, py=Dotted+blue); graphpoint("$N$", f, -1, draw=onX, px=Dotted+red); graphpoint("$Q$", f, sqrt(3), extendx=true); xaxis(BottomTop(), LeftTicks()); yaxis(Ticks()); yaxis(LeftRight(), Ticks()); $(document).ready(function(){$("a#fig7b843bdee509ffb4636734821ec6c354").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/920/graph_pi_asy-fig0190/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unofficial package graph_pi.asy &#8211; fig0180</title>
		<link>http://www.piprime.fr/919/graph_pi_asy-fig0180/</link>
		<comments>http://www.piprime.fr/919/graph_pi_asy-fig0180/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 20:50:55 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[graph_pi.asy]]></category>
		<category><![CDATA[Unofficial packages]]></category>
		<category><![CDATA[Graph]]></category>
		<category><![CDATA[recursivegraph]]></category>

		<guid isPermaLink="false">http://3ec4889fb9c7d2359db99a9901b46e68</guid>
		<description><![CDATA[You may view all the posts of the category "graph_pi.asy" (Compiled with Asymptote version 2.14svn-r5318) /* Example posted by Olivier Guibé */ import graph_pi; texpreamble("\usepackage{amsmath}"); real g(real x){return (x^3-1)/5;} graphicrules(unit=1cm, xmin=-1, xmax=4, ymin=-2, ymax=5, ycrop=Crop); draw(graph(g),legend="$g:x\longmapsto (x^3-1)/5$"); cartesianaxis(); draw(graph(new real(real x){return x;}), grey); draw(recursivegraph(g,2.45,n=4), recursiveoption(Label(scale(.8)*"w",UnFill,align=2N), px=dashed, labelinner=false, automarker=nomarker, // xaxismarker=scale(.2)*MarkFill[0], circuitarrow=Arrow(position=Relative(.5))),.8green, legend="$w_{n+1}=g(z_{n})\;\text{et}\;w_{0}=2.45$"); attach(legend(), point(S), N); [...]]]></description>
		<wfw:commentRss>http://www.piprime.fr/919/graph_pi_asy-fig0180/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unofficial package graph_pi.asy &#8211; fig0170</title>
		<link>http://www.piprime.fr/918/graph_pi_asy-fig0170/</link>
		<comments>http://www.piprime.fr/918/graph_pi_asy-fig0170/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 19:50:55 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[graph_pi.asy]]></category>
		<category><![CDATA[Unofficial packages]]></category>
		<category><![CDATA[Graph]]></category>
		<category><![CDATA[recursivegraph]]></category>

		<guid isPermaLink="false">http://6c62e42cc53645fab7a99d408b91211c</guid>
		<description><![CDATA[You may view all the posts of the category "graph_pi.asy" (Compiled with Asymptote version 2.14svn-r5318) import graph_pi; texpreamble("\usepackage{amsmath}"); real k=3.2; real f(real x){return k*x*(1-x);} real g(real x){return f(f(x));} graphicrules(unit=8cm, xmin=0, xmax=1, ymin=0, ymax=1); draw(graph(f),legend="$f:x\longmapsto 3.2x(1-x)$"); draw(graph(g),blue,legend="$g:x\longmapsto{}(f\circ f)(x)$"); cartesianaxis(); draw(graph(new real(real x){return x;}), grey); draw(recursivegraph(g,.12,n=12), recursiveoption(Label("u",align=2S), labelplace=onX, labelinner=false, px=dashed+lightgrey, xmarker=nomarker, circuitarrow=Arrow(position=Relative(.5),size=2mm)), .8red, legend="$u_{n+1}=g(u_{n})\;\text{et}\;u_{0}=0.12$"); draw(recursivegraph(g,.6,n=12), recursiveoption(Label("v",align=2W), labelplace=onY, [...]]]></description>
		<wfw:commentRss>http://www.piprime.fr/918/graph_pi_asy-fig0170/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unofficial package graph_pi.asy &#8211; fig0160</title>
		<link>http://www.piprime.fr/917/graph_pi_asy-fig0160/</link>
		<comments>http://www.piprime.fr/917/graph_pi_asy-fig0160/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 18:50:55 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[graph_pi.asy]]></category>
		<category><![CDATA[Unofficial packages]]></category>
		<category><![CDATA[Graph]]></category>
		<category><![CDATA[recursivegraph]]></category>

		<guid isPermaLink="false">http://7d5ea5b1f95beb17050a3f2cf7430919</guid>
		<description><![CDATA[You may view all the posts of the category "graph_pi.asy" (Compiled with Asymptote version 2.14svn-r5318) import graph_pi; real k=1.5; real f(real x){return k*x*(1-x);} graphicrules(xunit=40cm, yunit=20cm, xmin=0, xmax=.35, ymin=0, ymax=.35); draw(graph(f)); cartesianaxis(); draw(graph(new real(real x){return x;}), grey); draw(recursivegraph(f,.05,n=10), recursiveoption(Label("",UnFill), labelalternate=true, px=dashed+grey, format="%.2f"), .8red); $(document).ready(function(){$("a#fig7d5ea5b1f95beb17050a3f2cf7430919").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/917/graph_pi_asy-fig0160/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unofficial package graph_pi.asy &#8211; fig0150</title>
		<link>http://www.piprime.fr/916/graph_pi_asy-fig0150/</link>
		<comments>http://www.piprime.fr/916/graph_pi_asy-fig0150/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 17:50:55 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[graph_pi.asy]]></category>
		<category><![CDATA[Unofficial packages]]></category>
		<category><![CDATA[Graph]]></category>
		<category><![CDATA[recursivegraph]]></category>

		<guid isPermaLink="false">http://7f98dfc476b869b5371bea9b1aabe478</guid>
		<description><![CDATA[You may view all the posts of the category "graph_pi.asy" (Compiled with Asymptote version 2.14svn-r5318) import graph_pi; real k=3.2; real f(real x){return k*x*(1-x);} graphicrules(unit=8cm, xmin=0, xmax=1, ymin=0, ymax=1); draw(graph(f)); cartesianaxis(); draw(graph(new real(real x){return x;}), grey); draw(recursivegraph(f,.1,n=12), recursiveoption(Label("%"), labelplace=onXY, px=dashed+grey, py=dashed+grey, automarker=nomarker, circuitarrow=Arrow(position=Relative(.5),size=2mm)), .8red); $(document).ready(function(){$("a#fig7f98dfc476b869b5371bea9b1aabe478").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/916/graph_pi_asy-fig0150/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unofficial package graph_pi.asy &#8211; fig0140</title>
		<link>http://www.piprime.fr/915/graph_pi_asy-fig0140/</link>
		<comments>http://www.piprime.fr/915/graph_pi_asy-fig0140/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 16:50:55 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[graph_pi.asy]]></category>
		<category><![CDATA[Unofficial packages]]></category>
		<category><![CDATA[Graph]]></category>
		<category><![CDATA[recursivegraph]]></category>

		<guid isPermaLink="false">http://1547b2fd4790561618ae1d5f755375a6</guid>
		<description><![CDATA[You may view all the posts of the category "graph_pi.asy" (Compiled with Asymptote version 2.14svn-r5318) import graph_pi; real f(real x){return -x^3/8-x^2/4+2x;} graphicrules(unit=2cm, xmin=-5, xmax=.25, ymin=-5, ymax=0); draw(graph(f)); cartesianaxis(); draw(graph(new real(real x){return x;}), grey); draw(recursivegraph(f,-1.5,n0=1,n=12), recursiveoption(Label(scale(.8)*"\alpha",align=2N), px=dashed, xaxismarker=scale(2)*MarkFill[0], automarker=nomarker, circuitarrow=Arrow(position=Relative(.5))), .8red); $(document).ready(function(){$("a#fig1547b2fd4790561618ae1d5f755375a6").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/915/graph_pi_asy-fig0140/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unofficial package graph_pi.asy &#8211; fig0130</title>
		<link>http://www.piprime.fr/914/graph_pi_asy-fig0130/</link>
		<comments>http://www.piprime.fr/914/graph_pi_asy-fig0130/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 15:50:55 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[graph_pi.asy]]></category>
		<category><![CDATA[Unofficial packages]]></category>
		<category><![CDATA[Graph]]></category>
		<category><![CDATA[recursivegraph]]></category>

		<guid isPermaLink="false">http://9ecadf71de6d914135d50d1122543aef</guid>
		<description><![CDATA[You may view all the posts of the category "graph_pi.asy" (Compiled with Asymptote version 2.14svn-r5318) import graph_pi; real f(real x){return -x^3/8-x^2/4+2x;} graphicrules(xunit=6cm,yunit=4cm, xmin=.9, xmax=2.1, ymin=0, ymax=3); draw(graph(f)); draw(graph(new real(real x){return x;}), grey); cartesianaxis(xticks=NoTicks,viewyaxis=false); draw(recursivegraph(f,1,n=5), recursiveoption(Label(scale(.75)*"v"), labelinner=false, format="=%.2f"), .8red); $(document).ready(function(){$("a#fig9ecadf71de6d914135d50d1122543aef").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/914/graph_pi_asy-fig0130/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unofficial package graph_pi.asy &#8211; fig0120</title>
		<link>http://www.piprime.fr/913/graph_pi_asy-fig0120/</link>
		<comments>http://www.piprime.fr/913/graph_pi_asy-fig0120/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 14:50:55 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[graph_pi.asy]]></category>
		<category><![CDATA[Unofficial packages]]></category>
		<category><![CDATA[Graph]]></category>
		<category><![CDATA[recursivegraph]]></category>

		<guid isPermaLink="false">http://086c3998c73550db762e923db12695fb</guid>
		<description><![CDATA[You may view all the posts of the category "graph_pi.asy" (Compiled with Asymptote version 2.14svn-r5318) import graph_pi; real f(real x){return -x^3/8-x^2/4+2x;} graphicrules(xunit=6cm,yunit=4cm, xmin=.9, xmax=2.1, ymin=0, ymax=3); draw(graph(f)); draw(graph(new real(real x){return x;}), grey); cartesianaxis(xticks=NoTicks,viewyaxis=false); draw(recursivegraph(f,1,n=5), recursiveoption(Label("v", p=blue), labelinner=false), .8red); $(document).ready(function(){$("a#fig086c3998c73550db762e923db12695fb").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/913/graph_pi_asy-fig0120/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

