<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
		<id>https://mat.caminos.upm.es/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Javier+L.+Ure%C3%B1a</id>
		<title>MateWiki - Contribuciones del usuario [es]</title>
		<link rel="self" type="application/atom+xml" href="https://mat.caminos.upm.es/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Javier+L.+Ure%C3%B1a"/>
		<link rel="alternate" type="text/html" href="https://mat.caminos.upm.es/wiki/Especial:Contribuciones/Javier_L._Ure%C3%B1a"/>
		<updated>2026-04-23T12:19:59Z</updated>
		<subtitle>Contribuciones del usuario</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>https://mat.caminos.upm.es/w/index.php?title=Modelos_de_mezclas_(Grupo_15)&amp;diff=625</id>
		<title>Modelos de mezclas (Grupo 15)</title>
		<link rel="alternate" type="text/html" href="https://mat.caminos.upm.es/w/index.php?title=Modelos_de_mezclas_(Grupo_15)&amp;diff=625"/>
				<updated>2013-03-03T12:16:57Z</updated>
		
		<summary type="html">&lt;p&gt;Javier L. Ureña: /* Resolución de los sistemas: Método de Euler */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Javier L. Ureña</name></author>	</entry>

	<entry>
		<id>https://mat.caminos.upm.es/w/index.php?title=Modelos_de_mezclas_(Grupo_15)&amp;diff=598</id>
		<title>Modelos de mezclas (Grupo 15)</title>
		<link rel="alternate" type="text/html" href="https://mat.caminos.upm.es/w/index.php?title=Modelos_de_mezclas_(Grupo_15)&amp;diff=598"/>
				<updated>2013-03-02T21:11:09Z</updated>
		
		<summary type="html">&lt;p&gt;Javier L. Ureña: Página creada con «==Resolución de los sistemas: Método de Euler==  Sistema (1)   {{matlab|codigo=  clear all close all format long t0=0;tN=6*100/4.5; N=100;h=(tN-t0)/N; t=t0:h:tN; x0=20;y0...»&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Resolución de los sistemas: Método de Euler==&lt;br /&gt;
&lt;br /&gt;
Sistema (1)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{matlab|codigo=&lt;br /&gt;
&lt;br /&gt;
clear all&lt;br /&gt;
close all&lt;br /&gt;
format long&lt;br /&gt;
t0=0;tN=6*100/4.5;&lt;br /&gt;
N=100;h=(tN-t0)/N;&lt;br /&gt;
t=t0:h:tN;&lt;br /&gt;
x0=20;y0=0;&lt;br /&gt;
x(1)=x0;y(1)=y0;&lt;br /&gt;
for n=1:N&lt;br /&gt;
x(n+1)=x(n)+h*(-3/100)*x(n);&lt;br /&gt;
y(n+1)=y(n)+h*(3/100)*x(n)-h*(4.5/100)*y(n);&lt;br /&gt;
end&lt;br /&gt;
X=20*exp(-3*t/100); %exacta&lt;br /&gt;
Y=40*(exp(-3*t/100)-exp(-4.5*t/100)); %exacta&lt;br /&gt;
figure(100)&lt;br /&gt;
plot(t,x,'b',t,y,'r',t,X,'.-b',t,Y,'.-r')&lt;/div&gt;</summary>
		<author><name>Javier L. Ureña</name></author>	</entry>

	</feed>