<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pt-BR">
	<id>http://fiscomp.if.ufrgs.br/index.php?action=history&amp;feed=atom&amp;title=Gnuplot_3</id>
	<title>Gnuplot 3 - Histórico de revisão</title>
	<link rel="self" type="application/atom+xml" href="http://fiscomp.if.ufrgs.br/index.php?action=history&amp;feed=atom&amp;title=Gnuplot_3"/>
	<link rel="alternate" type="text/html" href="http://fiscomp.if.ufrgs.br/index.php?title=Gnuplot_3&amp;action=history"/>
	<updated>2026-06-15T08:29:20Z</updated>
	<subtitle>Histórico de revisões para esta página neste wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>http://fiscomp.if.ufrgs.br/index.php?title=Gnuplot_3&amp;diff=9369&amp;oldid=prev</id>
		<title>Gustavobopsin: Criou página com &#039;&lt;source lang = &#039;gnuplot&#039;&gt; # gráfico do potencial elétrico set xlabel &#039;x&#039; set ylabel &#039;y&#039; set zlabel &#039;V&#039; set xrange [-1:1] set yrange [-1:1] set zrange [-1:1] set grid set tit...&#039;</title>
		<link rel="alternate" type="text/html" href="http://fiscomp.if.ufrgs.br/index.php?title=Gnuplot_3&amp;diff=9369&amp;oldid=prev"/>
		<updated>2023-02-06T02:40:55Z</updated>

		<summary type="html">&lt;p&gt;Criou página com &amp;#039;&amp;lt;source lang = &amp;#039;gnuplot&amp;#039;&amp;gt; # gráfico do potencial elétrico set xlabel &amp;#039;x&amp;#039; set ylabel &amp;#039;y&amp;#039; set zlabel &amp;#039;V&amp;#039; set xrange [-1:1] set yrange [-1:1] set zrange [-1:1] set grid set tit...&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nova&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;source lang = &amp;#039;gnuplot&amp;#039;&amp;gt;&lt;br /&gt;
# gráfico do potencial elétrico&lt;br /&gt;
set xlabel &amp;#039;x&amp;#039;&lt;br /&gt;
set ylabel &amp;#039;y&amp;#039;&lt;br /&gt;
set zlabel &amp;#039;V&amp;#039;&lt;br /&gt;
set xrange [-1:1]&lt;br /&gt;
set yrange [-1:1]&lt;br /&gt;
set zrange [-1:1]&lt;br /&gt;
set grid&lt;br /&gt;
set title &amp;#039;Potencial elétrico&amp;#039;&lt;br /&gt;
splot &amp;#039;potencial_laplace_jacob3.dat&amp;#039; using 1:2:3 with dots lt 7 lc 1 title &amp;#039;jacobi&amp;#039;&lt;br /&gt;
replot &amp;#039;potencial_laplace_gauss3.dat&amp;#039; using 1:2:3 with dots lt 7 lc 2  title &amp;#039;gauss-siedel&amp;#039;&lt;br /&gt;
set term png &lt;br /&gt;
set out &amp;#039;potencial_laplace3.png&amp;#039;&lt;br /&gt;
replot&lt;br /&gt;
reset&lt;br /&gt;
&lt;br /&gt;
# gráfico das equipotenciais&lt;br /&gt;
set xlabel &amp;#039;x&amp;#039;&lt;br /&gt;
set ylabel &amp;#039;y&amp;#039;&lt;br /&gt;
set xrange [-1:1]&lt;br /&gt;
set yrange [-1:1]&lt;br /&gt;
set grid&lt;br /&gt;
set title &amp;#039;Equipotenciais&amp;#039;&lt;br /&gt;
plot &amp;#039;equipotencial_laplace_jacob3.dat&amp;#039; using 1:2 with points lt 7 lc 1 title &amp;#039;jacobi&amp;#039;&lt;br /&gt;
replot &amp;#039;equipotencial_laplace_gauss3.dat&amp;#039; using 1:2 with points lt 7 lc 2 title &amp;#039;gauss-siedel&amp;#039;&lt;br /&gt;
set term png &lt;br /&gt;
set out &amp;#039;equipotencial_laplace3.png&amp;#039;&lt;br /&gt;
replot&lt;br /&gt;
reset&lt;br /&gt;
&lt;br /&gt;
# gráfico do campo elétrico&lt;br /&gt;
set xlabel &amp;#039;x&amp;#039;&lt;br /&gt;
set ylabel &amp;#039;y&amp;#039;&lt;br /&gt;
set xrange [-1:1]&lt;br /&gt;
set yrange [-1:1]&lt;br /&gt;
set grid&lt;br /&gt;
set title &amp;#039;Campo elétrico&amp;#039;&lt;br /&gt;
plot &amp;#039;electric_laplace_jacob3.dat&amp;#039; every 8:8 using 1:2:($3*2):($4*2) with vectors lc 1 title &amp;#039;jacobi&amp;#039;&lt;br /&gt;
replot &amp;#039;electric_laplace_gauss3.dat&amp;#039; every 8:8 using 1:2:($3*2):($4*2) with vectors lc 2 title &amp;#039;gauss-siedel&amp;#039;&lt;br /&gt;
set term png &lt;br /&gt;
set output &amp;#039;electric_laplace3.png&amp;#039;&lt;br /&gt;
replot&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Gustavobopsin</name></author>
	</entry>
</feed>