<?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-04-15T11:29:47Z</updated>
	<subtitle>Histórico de revisões para esta página neste wiki</subtitle>
	<generator>MediaWiki 1.39.4</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 '&lt;source lang = 'gnuplot'&gt; # gráfico do potencial elétrico set xlabel 'x' set ylabel 'y' set zlabel 'V' set xrange [-1:1] set yrange [-1:1] set zrange [-1:1] set grid set tit...'</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 = 'gnuplot'&amp;gt;&lt;br /&gt;
# gráfico do potencial elétrico&lt;br /&gt;
set xlabel 'x'&lt;br /&gt;
set ylabel 'y'&lt;br /&gt;
set zlabel 'V'&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 'Potencial elétrico'&lt;br /&gt;
splot 'potencial_laplace_jacob3.dat' using 1:2:3 with dots lt 7 lc 1 title 'jacobi'&lt;br /&gt;
replot 'potencial_laplace_gauss3.dat' using 1:2:3 with dots lt 7 lc 2  title 'gauss-siedel'&lt;br /&gt;
set term png &lt;br /&gt;
set out 'potencial_laplace3.png'&lt;br /&gt;
replot&lt;br /&gt;
reset&lt;br /&gt;
&lt;br /&gt;
# gráfico das equipotenciais&lt;br /&gt;
set xlabel 'x'&lt;br /&gt;
set ylabel 'y'&lt;br /&gt;
set xrange [-1:1]&lt;br /&gt;
set yrange [-1:1]&lt;br /&gt;
set grid&lt;br /&gt;
set title 'Equipotenciais'&lt;br /&gt;
plot 'equipotencial_laplace_jacob3.dat' using 1:2 with points lt 7 lc 1 title 'jacobi'&lt;br /&gt;
replot 'equipotencial_laplace_gauss3.dat' using 1:2 with points lt 7 lc 2 title 'gauss-siedel'&lt;br /&gt;
set term png &lt;br /&gt;
set out 'equipotencial_laplace3.png'&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 'x'&lt;br /&gt;
set ylabel 'y'&lt;br /&gt;
set xrange [-1:1]&lt;br /&gt;
set yrange [-1:1]&lt;br /&gt;
set grid&lt;br /&gt;
set title 'Campo elétrico'&lt;br /&gt;
plot 'electric_laplace_jacob3.dat' every 8:8 using 1:2:($3*2):($4*2) with vectors lc 1 title 'jacobi'&lt;br /&gt;
replot 'electric_laplace_gauss3.dat' every 8:8 using 1:2:($3*2):($4*2) with vectors lc 2 title 'gauss-siedel'&lt;br /&gt;
set term png &lt;br /&gt;
set output 'electric_laplace3.png'&lt;br /&gt;
replot&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Gustavobopsin</name></author>
	</entry>
</feed>