<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>José Luis León Medina</title>
    <link>https://www.cimat.mx/~luis.leon/es/</link>
      <atom:link href="https://www.cimat.mx/~luis.leon/es/index.xml" rel="self" type="application/rss+xml" />
    <description>José Luis León Medina</description>
    <generator>Wowchemy (https://wowchemy.com)</generator><language>es</language><lastBuildDate>Sun, 01 Feb 2026 00:00:00 +0000</lastBuildDate>
    <image>
      <url>https://www.cimat.mx/~luis.leon/media/icon_hue7768fedc4a61a9892a9f341ed80d91f_29847_512x512_fill_lanczos_center_3.png</url>
      <title>José Luis León Medina</title>
      <link>https://www.cimat.mx/~luis.leon/es/</link>
    </image>
    
    <item>
      <title>Interpretación geométrica de las soluciones por método de Gauss</title>
      <link>https://www.cimat.mx/~luis.leon/es/cursos/lineal/eliminaciongauss/</link>
      <pubDate>Tue, 18 Feb 2020 00:05:00 +0100</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/cursos/lineal/eliminaciongauss/</guid>
      <description>&lt;p&gt;Recordemos que el proceso de Gauss aplicado a un sistema lineal de $m$ ecuaciones con $n$ incógnitas de la forma $(A|b)$ nos produce un sistema lineal equivalente $(U|c)$ donde $U$ es una matriz escalonada y $r$ el número de renglones no cero de la matriz $U$ es el rango de $A$.&lt;/p&gt;
&lt;p&gt;En caso de tener $2$ o $3$ incógnitas podemos interpretar las ecuaciones y la solución como un objeto geométrico en $\mathbb{R}^2$ o $\mathbb{R}^3$.&lt;/p&gt;
&lt;p&gt;En caso de tener $2$ incógnitas y un sistema consistente con $r\leq m$, tenemos que&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;El sistema tiene una única solución si $r=2$, es decir tenemos dos rectas que se intersecan en un solo punto (no son paralelas)&lt;/li&gt;
&lt;li&gt;El sistema tiene una infinidad de soluciones si $r=1$, en este caso tenemos dos rectas idénticas y por tanto el conjunto solución es igual a estas rectas.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Por ejemplo consideremos el sistema lineal $Ax=b$ donde $$(A|b)=\left(\begin{array}{cc|c} 1 &amp;amp; -1 &amp;amp; 2 \\ 2 &amp;amp; 2 &amp;amp; 1\end{array}\right)$$ Este sistema es consistente y tiene solución única $x_1=5/4$, $x_2=-3/4$. 
Y geometricamente esto significa que el punto $(5/4,-3/4)$ es el punto de intersección de las rectas $x-y=2$ y $2x+2y=1$:&lt;/p&gt;
&lt;iframe scrolling=&#34;no&#34; title=&#34;Sistemas lineales 2x2&#34; src=&#34;https://www.geogebra.org/material/iframe/id/fsdzvjeu/width/1510/height/738/border/888888/sfsb/true/smb/false/stb/false/stbh/false/ai/false/asb/false/sri/false/rc/false/ld/false/sdz/false/ctl/false&#34; width=&#34;750px&#34; height=&#34;550px&#34; style=&#34;border:0px;&#34; allowfullscreen&gt; &lt;/iframe&gt;
&lt;p&gt;En caso de tener $3$ incógnitas y un sistema consistente tenemos más opciones:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;El sistema tiene una única solución si $r=3$, entonces tenemos tres planos que se intersecan en un solo punto.&lt;/li&gt;
&lt;li&gt;El sistema tiene infinitas soluciones si $r=2$, en este caso tenemos dos planos que se intersecan sobre una recta, por eso tenemos como solución una ecuación paramétrica de la forma $\mathbf{X}=\mathbf{U}+t\,\mathbf{V}$.&lt;/li&gt;
&lt;li&gt;El sistema tiene infinitas soluciones si $r=1$, en este caso tenemos un solo plano y por tanto la solución es ese plano, al final tenemos una ecuación paramétrica de la forma $\mathbf{X}=\mathbf{U}+t\,\mathbf{V}+s\,\mathbf{W}$.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Por ejemplo el sistema de 3 ecuaciones lineales 
$$\left(\begin{array}{ccc|c} 1 &amp;amp; 0 &amp;amp; -1 &amp;amp; 1\\ -2 &amp;amp; 3 &amp;amp; -1 &amp;amp; 0\\ -6 &amp;amp; 6 &amp;amp; 0 &amp;amp; -2\end{array}\right)$$
tiene como solución a la recta
$$
\begin{pmatrix}x \\ y \\ z \end{pmatrix} = \begin{pmatrix} 1 \\ 2/3 \\ 0 \end{pmatrix} + t\,\begin{pmatrix} 1 \\ 1 \\ 1 \end{pmatrix}
$$
que geometricamente se puede observar aqui:&lt;/p&gt;
&lt;iframe scrolling=&#34;no&#34; title=&#34;EcuacionesR3&#34; src=&#34;https://www.geogebra.org/material/iframe/id/g8tv5e8s/width/1240/height/780/border/888888/sfsb/true/smb/false/stb/false/stbh/false/ai/false/asb/false/sri/false/rc/false/ld/false/sdz/false/ctl/false&#34; width=&#34;750px&#34; height=&#34;550px&#34; style=&#34;border:0px;&#34; allowfullscreen&gt; &lt;/iframe&gt;
</description>
    </item>
    
    <item>
      <title>Tarea 1</title>
      <link>https://www.cimat.mx/~luis.leon/es/cursos/proba/tarea-1/</link>
      <pubDate>Mon, 02 Dec 2019 00:00:00 +0100</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/cursos/proba/tarea-1/</guid>
      <description>&lt;p&gt;Resuelva los siguientes ejercicios&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Enuncie todos los posibles subconjuntos del conjunto de letras $\{a,b,c,d\}$.&lt;/li&gt;
&lt;li&gt;Sean $A$ y $B$ los conjuntos $A=\{-6,-4,-0.5,0,1.6,8\}$ y $B=\{-0.5,0,1,2,4\}$. Encuentre
&lt;ul&gt;
&lt;li&gt;$A-B$,&lt;/li&gt;
&lt;li&gt;$B-A$,&lt;/li&gt;
&lt;li&gt;$A\cup B$,&lt;/li&gt;
&lt;li&gt;$A\cap B$,&lt;/li&gt;
&lt;li&gt;$A\times B$.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Verifique con diagramas de Venn las siguientes identidades:
&lt;ul&gt;
&lt;li&gt;$(\overline{A\cup B})\cap C = C-[(A\cap C)\cup (B\cap C)]$,&lt;/li&gt;
&lt;li&gt;$(A\cup B \cup C)-(A\cap B \cap C) = (\overline{A}\cap B)\cup (\overline{B}\cap C) \cup (\overline{C}\cap A)$,&lt;/li&gt;
&lt;li&gt;$\overline{A \cap B \cap C} = \overline{A} \cup \overline{B} \cup \overline{C}$.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Use las leyes de De Morgan para probar que
&lt;ul&gt;
&lt;li&gt;$\overline{A \cap (B\cup C)}=(\overline{A} \cup \overline{B}) \cap (\overline{A}\cup \overline{C})$,&lt;/li&gt;
&lt;li&gt;$\overline{A \cap B \cap C} = \overline{A} \cup \overline{B} \cup \overline{C}$.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Sean $A=B=\{x \in \mathbb{R}|-1\leq x \leq 1\}$, es $C=\{(x,y)|x^2+y^2=1\}$ un subconjunto de $A\times B$?&lt;/li&gt;
&lt;li&gt;Hallar los siguientes conjuntos
&lt;ul&gt;
&lt;li&gt;$\displaystyle\bigcup_{n=1}^\infty \left[a+\frac{1}{n}, b-\frac{1}{n}\right]$,&lt;/li&gt;
&lt;li&gt;$\displaystyle\bigcap_{n=1}^\infty \left(a-\frac{1}{n},b+\frac{1}{n}\right)$.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Sean $A=\{k\in \mathbb{N}| k \leq 20\}$, $B=\{3k-1|k \in \mathbb{N}\}$ y $C=\{2k+1| k \in \mathbb{N}\}$. Determine los siguientes conjuntos
&lt;ul&gt;
&lt;li&gt;$A\cap B \cap C$,&lt;/li&gt;
&lt;li&gt;$(A\cap B)\setminus C$,&lt;/li&gt;
&lt;li&gt;$(A\cap C) \setminus B$.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Considere el experimento de lanzar simultaneamente un dado y una moneda y observar el valor del dado y si la moneda cae águila (A) o sol (S).
&lt;ul&gt;
&lt;li&gt;Describa el espacio muestral $\mathcal{S}$&lt;/li&gt;
&lt;li&gt;Defina el conjunto que corresponde al evento &amp;ldquo;El dado cae en número par y la moneda en águila&amp;rdquo; y denotelo $A$&lt;/li&gt;
&lt;li&gt;Defina el conjunto que corresponde al evento &amp;ldquo;El dado cae en número primo y la moneda en sol&amp;rdquo; y denotelo $B$&lt;/li&gt;
&lt;li&gt;Encuentre los conjuntos $A\cup B$, $A\cap B$, $A\setminus B$, $A^c$ y $B^c$ y enuncie en palabras que evento podrían representar cada uno.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Considere el experimento de registrar el tiempo de vida de un componente electrónico
&lt;ul&gt;
&lt;li&gt;Describa el espacio muestral $\mathcal{S}$&lt;/li&gt;
&lt;li&gt;Es el espacio muestral un conjunto finito o infinito?&lt;/li&gt;
&lt;li&gt;Defina el conjunto que corresponde al evento &amp;ldquo;El componente tuvo un tiempo de vida mayor a 400 segundos&amp;rdquo;&lt;/li&gt;
&lt;li&gt;Defina el conjunto que corresponde al evento &amp;ldquo;El componente tuvo un tiempo de vida menor a 600 segundos&amp;rdquo;&lt;/li&gt;
&lt;li&gt;¿Qué evento corresponde a la intersección de los dos eventos anteriores? ¿Qué evento representa la unión? ¿Qué evento representa la diferencia?&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Considere el experimento de elegir un punto al azar en un cuadrado de lado $1$ unidad.
&lt;ul&gt;
&lt;li&gt;Describa el espacio muestral $\mathcal{S}$&lt;/li&gt;
&lt;li&gt;Es el espacio muestral un conjunto finito o infinito?&lt;/li&gt;
&lt;li&gt;Defina el conjunto que corresponde al evento &amp;ldquo;El punto elegido está en la parte media izquierda del cuadrado&amp;rdquo;&lt;/li&gt;
&lt;li&gt;Defina el conjunto que corresponde al evento &amp;ldquo;El punto elegido está en la parte media superior del cuadrado&amp;rdquo;&lt;/li&gt;
&lt;li&gt;¿Qué evento representa la intersección de los conjuntos anteriores? ¿Qué evento representa la unión? ¿Qué evento representa la diferencia?&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
</description>
    </item>
    
    <item>
      <title>Tarea 2</title>
      <link>https://www.cimat.mx/~luis.leon/es/cursos/proba/tarea-2/</link>
      <pubDate>Mon, 02 Dec 2019 00:00:00 +0100</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/cursos/proba/tarea-2/</guid>
      <description>&lt;p&gt;Resuelva los siguientes ejercicios de análisis combinatorio&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;El código genético de un aminoácido esta formado por una sucesión de tres nucleótidos. Cada nucleótido puede ser uno de cuatro tipos T, A, C, o G, con repeticiones permitidas. ¿Cuántos aminoácidos se pueden codificar de esta manera? &lt;strong&gt;$R:64$&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;El código Morse consiste de una sucesión de puntos y rayas con repeticiones permitidas.
&lt;ul&gt;
&lt;li&gt;¿Cuántas letras se pueden codificar usando exactamente $n$ simbolos? &lt;strong&gt;$R:2^n$&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;¿Cúal es el número de letras que se pueden codificar usando $n$ o menos símbolos. &lt;strong&gt;$R:2^{n+1}-2$&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;20 trabajadores son asignados a 20 diferentes trabajos, uno a cada trabajo. ¿Cuántas asignaciones son posibles? &lt;strong&gt;$R:20!$&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;John, Jim, Jay y Jack forman una banda de 4 instrumentos.
&lt;ul&gt;
&lt;li&gt;Si cada uno de los integrantes puede tocar los 4 instrumentos, ¿Cuántos arreglos diferentes son posibles? &lt;strong&gt;$R:24$&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;¿Qué pasa si John y Jim pueden tocar los 4 instrumentos pero Jay y Jack pueden tocar solo el piano y la bateria? &lt;strong&gt;$R:4$&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;¿De cuántas formas se pueden sentar 3 hombres y 3 mujeres en fila?&lt;/li&gt;
&lt;li&gt;¿De cuántas formas se pueden sentar 3 hombres y 3 mujeres en fila si los hombres y las mujeres se deben sentar juntos?&lt;/li&gt;
&lt;li&gt;¿De cuántas formas se pueden sentar 3 hombres y 3 mujeres en fila si los hombres se deben sentar juntos?&lt;/li&gt;
&lt;li&gt;¿De cuántas formas se pueden sentar 3 hombres y 3 mujeres en fila si no se permite que dos personas del mismo sexo se sienten juntos?&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;¿Cuántos arreglos distintos de letras se pueden formar con las letras de las palabras:
&lt;ul&gt;
&lt;li&gt;Mississippi? &lt;strong&gt;$R:34650$&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Probabilidad? &lt;strong&gt;$R:29937600$&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Arreglo? &lt;strong&gt;$R:2520$&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Paralelepipedo? &lt;strong&gt;$R:605404800$&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Un niño tiene 12 bloques de lego, 6 negros, 4 rojos, 1 blanco y 1 azul. Si el niño pone los bloques en fila. ¿Cuántos arreglos son posibles? &lt;strong&gt;$R:74959204320$&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;¿De cuántas formas se pueden acomodar 3 novelas, 2 libros de matemáticas y 1 libro de química en un librero si
&lt;ul&gt;
&lt;li&gt;los libros se pueden colocar en cualquier orden? &lt;strong&gt;$R:720$&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;los libros de matemáticas se deben colocar juntos y las novelas se deben colocar juntas? &lt;strong&gt;$R:72$&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;las novelas se deben acomodar juntas, pero los otros libros se pueden colocar en cualquier orden? &lt;strong&gt;$R:144$&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Cinco premios (mejor aprovechamiento, puntualidad, etc) se darán a estudiantes seleccionados de una clase de 30. ¿Cuántos posibles resultados existen si
&lt;ul&gt;
&lt;li&gt;un estudiante puede recibir cualquier número de reconocimientos? &lt;strong&gt;$R:30^5$&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;cada estudiante puede recibir a lo más un reconocimiento? &lt;strong&gt;$R:17100720$&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;¿Cuántas manos de póquer(5 cartas) se pueden formar? &lt;strong&gt;$R:2598960$&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Una clase de danza tiene 22 estudiantes, de los cuales 10 son mujeres y 12 hombres. si 5 mujes y 5 hombres serán elegidos para formar 5 parejas. ¿Cuántos resultados son posibles? &lt;strong&gt;$R:23950080$&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;De un grupo de 8 mujeres y 6 hombres, un comité que consta de 3 hombres y 3 mujeres será formado. ¿Cuántos comités diferentes son posibles si
&lt;ul&gt;
&lt;li&gt;2 de los hombres se rehusan a trabajar juntos? &lt;strong&gt;$R:672$&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;2 de las mujeres se rehusan a trabajar juntas? &lt;strong&gt;$R:1200$&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;1 hombre y 1 mujer se rehusan a trabajar juntos? &lt;strong&gt;$R:1330$&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
</description>
    </item>
    
    <item>
      <title>Tarea 3</title>
      <link>https://www.cimat.mx/~luis.leon/es/cursos/proba/tarea-3/</link>
      <pubDate>Mon, 02 Dec 2019 00:00:00 +0100</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/cursos/proba/tarea-3/</guid>
      <description>&lt;p&gt;Resuelva los siguientes ejercicios&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Sean $E$, $F$ y $G$ tres eventos. Exprese en término de operaciones de conjuntos los siguientes eventos:
&lt;ul&gt;
&lt;li&gt;Solo $E$ ocurre,&lt;/li&gt;
&lt;li&gt;$E$ y $G$ ocurren, pero $F$ no ocurre,&lt;/li&gt;
&lt;li&gt;Al menos uno de los eventos ocurre,&lt;/li&gt;
&lt;li&gt;Al menos dos de los eventos ocurre,&lt;/li&gt;
&lt;li&gt;Los tres eventos ocurren,&lt;/li&gt;
&lt;li&gt;Ninguno de los eventos ocurre,&lt;/li&gt;
&lt;li&gt;A lo más uno de los eventos ocurre,&lt;/li&gt;
&lt;li&gt;A lo más dos de los eventos ocurre,&lt;/li&gt;
&lt;li&gt;Exactamente dos de los eventos ocurren,&lt;/li&gt;
&lt;li&gt;A lo más tres de los eventos ocurren.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Supóngase que $A$ y $B$ son eventos ajenos para los cuales $P(A)=0.3$ y $P(B)=0.5$. ¿Cuál es la probabilidad de que
&lt;ul&gt;
&lt;li&gt;$A$ o $B$ ocurra? &lt;strong&gt;$R:0.8$&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;$A$ ocurre pero $B$ no? &lt;strong&gt;$R:0.3$&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;$A$ y $B$ ocurren? &lt;strong&gt;$R:0$&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;En una cierta población de 100,000 personas se publican diaramente 3 periódicos: I, II y III. Las proporciones de personas que leen estos periódicos es como sigue
I: 10%,  II: 30%, III: 5%, I y II: 8%, I y III: 2%, II y III: 4%, I, II y III: 1%.
Esto nos dice, por ejemplo, que 8000 personas leen los periódicos I y II.
&lt;ul&gt;
&lt;li&gt;Encuentre el número de personas que lee sólo un periódico &lt;strong&gt;$R:20, 000$&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;¿Cuántas personas leen por lo menos dos periódicos? &lt;strong&gt;$R:12, 000$&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Si I y III son periódicos matutinos y II es un periódico vespertino, ¿Cuántas personas leen un periódico matutino más un periódico vespertino? &lt;strong&gt;$R:11, 000$&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;¿Cuántas personas no leen ningún periódico? &lt;strong&gt;$R:68, 000$&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;¿Cuántas personas leen solo un periódico matutino y un periódico vespertino? &lt;strong&gt;$R:10, 000$&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Un hombre tiene $n$ llaves, de las cuales solo una abre una cerradura. Si el hombre intenta abrir con cada llave, una a la vez, seleccionada de forma aleatoria de las llaves que no se probaron antes. Encuentre la probabilidad de que la $r$-ésima llave sea la llave correcta. &lt;strong&gt;$R:1/n$&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Recuerden que un baraja de póquer está dividida en 4 palos, espadas, corazones, rombos y diamantes. Cada palo tiene 13 cartas numeradas como: 2, 3, 4, 5, 6, 7, 8, 9, 10, J, Q, K, A. Una mano de póquer consta de 5 cartas seleccionadas aleatoriamente sin reemplazo.
Calcule las probabilidades de que ocurra cada una de las siguientes manos:
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Escalera real&lt;/strong&gt;; 10, J, Q, K, A del mismo palo; &lt;strong&gt;$R:1/\binom{52}{5}$&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Escalera de color&lt;/strong&gt;; 5 cartas consecutivas del mismo palo; &lt;strong&gt;$R:36/\binom{52}{5}$&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Póker&lt;/strong&gt;; cartas con valores de la forma $(x,x,x,x,y)$ donde $x$ y $y$ son diferentes; &lt;strong&gt;$R:624/\binom{52}{5}$&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Full&lt;/strong&gt;; cartas con valores de la forma $(x,x,x,y,y)$ donde $x$ y $y$ son diferentes; &lt;strong&gt;$R:3744/\binom{52}{5}$&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Color&lt;/strong&gt;; Cinco cartas del mismo palo; &lt;strong&gt;$R:5108/\binom{52}{5}$&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Escalera&lt;/strong&gt;; Cinco cartas consecutivas sin importar el palo; &lt;strong&gt;$R:10200/\binom{52}{5}$&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Trío&lt;/strong&gt;; cartas con valores de la forma $(x,x,x,y,z)$, donde $x$, $y$ y $z$ son diferentes; &lt;strong&gt;$R:54912/\binom{52}{5}$&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Dos pares&lt;/strong&gt;; cartas con valores de la forma $(x,x,y,y,z)$, donde $x$, $y$ y $z$ son diferentes; &lt;strong&gt;$R:123552/\binom{52}{5}$&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Par&lt;/strong&gt;; cartas con valores de la forma $(x,x,y,z,w)$ donde $x,y,z$ y $w$ son diferentes. &lt;strong&gt;$R:1098240/\binom{52}{5}$&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Una caja tiene 40 fusibles buenos y 10 defectuosos. Si se seleccionan 10 fusibles. ¿Cuál es la probabilidad de que los 10 seleccionados sean buenos? &lt;strong&gt;$R:38530024/466921735$&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Un par de dados son lanzados. ¿Cuál es la probabilidad de que el segundo dado caiga en un valor mayor que el primero? &lt;strong&gt;$R:5/12$&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Una caja tiene 10 bolas numeradas, 1, 2, $&amp;hellip;$, 10. Suponga que una muestra aleatoria de tamaño 3 es seleccionada. Encuentre la probabilidad de que las bolas 1 y 6 se encuentren entre las 3 seleccionadas. &lt;strong&gt;$R:1/15$&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Se barajean las cartas de una baraja de póquer y se revisan una a una hasta que el primer rey salga. Encuentre la probabilidad de que esto ocurra con la $n$-ésima carta.
&lt;strong&gt;$R:\dfrac{4(52-n)(51-n)\cdots (50-n)}{52\cdot 51 \cdot 50 \cdot 49}$&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Un par de dados son lanzados hasta que su suma de 5 o 7. Encuentre la probabilidad de que 5 ocurra primero. &lt;em&gt;Consejo:&lt;/em&gt; Sea $A_n$ el evento en el que 5 ocurre en el $n$-ésimo lanzamiento y no ocurre un 5 o 7 en los $n-1$ anteriores. Calcule $P(A_n)$ y argumente que $\sum_{n=1}^\infty P(A_n)$ es la probabilidad deseada. $R:2/5$&lt;/li&gt;
&lt;/ol&gt;
</description>
    </item>
    
    <item>
      <title>Para entregar 10 de marzo</title>
      <link>https://www.cimat.mx/~luis.leon/es/cursos/lineal/entregar/</link>
      <pubDate>Tue, 03 Mar 2020 00:00:00 +0100</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/cursos/lineal/entregar/</guid>
      <description>&lt;ol&gt;
&lt;li&gt;Determine para qué valores de $a$ el siguiente sistema lineal tiene solución única, una infinidad o no tiene solución.
$$
\begin{align*}
x+2y-3z &amp;amp;= 4 \\
3x-y+5z &amp;amp;= 2 \\
4x+y+(a^2-14)z &amp;amp;= a+2
\end{align*}
$$&lt;/li&gt;
&lt;li&gt;Encuentre un polinomio de grado $2$, $p(t)=a_0+a_1t+a_2t^2$, cuya gráfica pase por los puntos en el plano $(1,12)$, $(2,15)$, $(3,16)$. Tal polinomio es un &lt;em&gt;polinomio interpolador&lt;/em&gt; para esos puntos.&lt;/li&gt;
&lt;li&gt;Resuelva la ecuación matricial $AX=B$ donde $$A=\begin{pmatrix} 99 &amp;amp; 0 &amp;amp; 0 \\ 12 &amp;amp; 6 &amp;amp; 0 \\ -18 &amp;amp; 6 &amp;amp; -3 \end{pmatrix} \quad\text{ y }\quad B=\begin{pmatrix} 11 &amp;amp; 9 &amp;amp; 18 \\ 0 &amp;amp; 12 &amp;amp; 24 \\ 0 &amp;amp; 0 &amp;amp; -6 \end{pmatrix}$$&lt;/li&gt;
&lt;li&gt;Sean $a$, $b$ y $c$ constantes con $a\neq 0$. ¿Para qué valores de $x$ es la matriz $\begin{pmatrix} 1 &amp;amp; 0 &amp;amp; c \\ 0 &amp;amp; a &amp;amp; -b \\ -1/a &amp;amp; x &amp;amp; x^2 \end{pmatrix}$ invertible?&lt;/li&gt;
&lt;/ol&gt;
</description>
    </item>
    
    <item>
      <title>Tareas</title>
      <link>https://www.cimat.mx/~luis.leon/es/cursos/lineal/tareas/</link>
      <pubDate>Tue, 18 Feb 2020 00:00:00 +0100</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/cursos/lineal/tareas/</guid>
      <description>&lt;p&gt;Estas son las tareas que he dejado hasta ahora&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Leer el capítulo 1 del libro y las notas de ecuaciones paramétricas&lt;/li&gt;
&lt;li&gt;Hacer los ejercicios 2.1&lt;/li&gt;
&lt;li&gt;Hacer los ejercicios 2.2&lt;/li&gt;
&lt;li&gt;Por cada uno de los ejercicios 2.1 y 2.2 que involucren 2 o 3 incógnitas usar los applets en las notas de Eliminación Gaussiana para confirmar sus respuestas geometricamente.&lt;/li&gt;
&lt;li&gt;Hacer los ejercicios 2.3&lt;/li&gt;
&lt;li&gt;Hacer los ejercicios 2.5&lt;/li&gt;
&lt;/ol&gt;
</description>
    </item>
    
    <item>
      <title>Para entregar el día del examen</title>
      <link>https://www.cimat.mx/~luis.leon/es/cursos/proba/entregar1/</link>
      <pubDate>Mon, 02 Dec 2019 00:00:00 +0100</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/cursos/proba/entregar1/</guid>
      <description>&lt;ol&gt;
&lt;li&gt;Considere el experimento de elegir un punto al azar en un cuadrado de lado $1$ unidad.
&lt;ul&gt;
&lt;li&gt;Describa el espacio muestral $\mathcal{S}$&lt;/li&gt;
&lt;li&gt;Es el espacio muestral un conjunto finito o infinito?&lt;/li&gt;
&lt;li&gt;Defina el conjunto que corresponde al evento &amp;ldquo;El punto elegido está en la parte media izquierda del cuadrado&amp;rdquo;&lt;/li&gt;
&lt;li&gt;Defina el conjunto que corresponde al evento &amp;ldquo;El punto elegido está en la parte media superior del cuadrado&amp;rdquo;&lt;/li&gt;
&lt;li&gt;¿Qué evento representa la intersección de los conjuntos anteriores? ¿Qué evento representa la unión? ¿Qué evento representa la diferencia?&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Sean $E$, $F$ y $G$ tres eventos. Exprese en término de operaciones de conjuntos los siguientes eventos:
&lt;ul&gt;
&lt;li&gt;Solo $E$ ocurre,&lt;/li&gt;
&lt;li&gt;$E$ y $G$ ocurren, pero $F$ no ocurre,&lt;/li&gt;
&lt;li&gt;Al menos uno de los eventos ocurre,&lt;/li&gt;
&lt;li&gt;Al menos dos de los eventos ocurre,&lt;/li&gt;
&lt;li&gt;Los tres eventos ocurren,&lt;/li&gt;
&lt;li&gt;Ninguno de los eventos ocurre,&lt;/li&gt;
&lt;li&gt;A lo más uno de los eventos ocurre,&lt;/li&gt;
&lt;li&gt;A lo más dos de los eventos ocurre,&lt;/li&gt;
&lt;li&gt;Exactamente dos de los eventos ocurren,&lt;/li&gt;
&lt;li&gt;A lo más tres de los eventos ocurren.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Un par de dados son lanzados hasta que su suma de 5 o 7. Encuentre la probabilidad de que 5 ocurra primero.&lt;/li&gt;
&lt;li&gt;Tenemos tres urnas. La urna A tiene 2 bolas blancas y 4 rojas, la urna B tiene 8 bolas blancas y 4 rojas y la urna C tiene 1 bola blanca y 3 rojas. Si 1 bola es seleccionada de cada urna. ¿Cuál es la probabilidad de que la bola elegida de la urna A sea blanca dado que exactamente 2 bolas blancas fueron seleccionadas?&lt;/li&gt;
&lt;/ol&gt;
</description>
    </item>
    
    <item>
      <title>Tarea 4</title>
      <link>https://www.cimat.mx/~luis.leon/es/cursos/proba/tarea-4/</link>
      <pubDate>Mon, 02 Dec 2019 00:00:00 +0100</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/cursos/proba/tarea-4/</guid>
      <description>&lt;p&gt;Resuelva los siguientes ejercicios&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Dos dados son lanzados. Calcular la probabilidad condicional de que al menos uno cae en $6$ dado que los dados caen en diferente número. &lt;strong&gt;R: 1/3&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Una urna tiene 6 bolas blancas y 9 bolas negras. Si 4 bolas son seleccionadas al azar sin reemplazo. ¿Cuál es la probabilidad de que las 2 primeras sean blancas y las 2 últimas negras? &lt;strong&gt;R: 6/91&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Tenemos tres urnas. La urna A tiene 2 bolas blancas y 4 rojas, la urna B tiene 8 bolas blancas y 4 rojas y la urna C tiene 1 bola blanca y 3 rojas. Si 1 bola es seleccionada de cada urna. ¿Cuál es la probabilidad de que la bola elegida de la urna A sea blanca dado que exactamente 2 bolas blancas fueron seleccionadas?
&lt;strong&gt;R: 7/11&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;En una cierta comunidad, 36% de las familias tienen un perro y 22% de las familias que tienen un perro también tienen un gato. Además, 30% de las familias tienen un gato.
&lt;ul&gt;
&lt;li&gt;¿Cuál es la probabilidad de que una familia elegida al azar tenga perro y gato? &lt;strong&gt;R: 0.792&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;¿Cuál es la probabilidad condicional de que una familia elegida al azar tenga un perro dado que tienen un gato? &lt;strong&gt;R: 0.264&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;52% de estudiantes de una escuela son mujeres. 5% de estudiantes estudian computación. 2% de los estudiantes son mujeres y estudian computación. Si un estudiante es seleccionado al azar, encuentre la probabilidad condicional de que
&lt;ul&gt;
&lt;li&gt;sea mujer dado que estudia computación. &lt;strong&gt;R: 0.4&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;estudie computación dado que es mujer. &lt;strong&gt;R: 1/26&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;En días lluviosos Juan llega tarde a su trabajo con probabilidad 0.3, en dias no lluviosos llega tarde con probabilidad 0.1. Sabemos que mañana lloverá con probabilidad 0.7
&lt;ul&gt;
&lt;li&gt;Encuentre la probabilidad de que Juan llegue tarde mañana. &lt;strong&gt;R: 0.76&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Dado que Juan llegó temprano. ¿Cuál es la probabilidad condicional de que llovió? &lt;strong&gt;R: 49/76&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Tres prisioneros son informados por su celador de que uno de ellos fue elegido al azar para ser ejecutado y los otros dos serán liberados. El prisionero A le pregunta al celador en privado cuál de sus compañeros será liberado, asegurando que no hay problema al divulgar la información porque ya sabe que uno de sus compañeros será liberado. El celador se niega a respoder asegurando que si A supiera cuál de sus compañeros será liberado, entonces su propia probabilidad de ser ejecutado aumentaria de 1/3 a 1/2 porque entonces el sería uno de dos prisioneros en ser ejecutado. ¿Qué piensa del razonamiento del celador?&lt;/li&gt;
&lt;li&gt;Un examen de opción multiple tiene 35 preguntas. Cada pregunta tiene 4 posibles respuesta, siendo sólo una de ellas correcta. Si un alumno responde al azar cada pregunta ¿Cuál es la probabilidad de que todas sus respuestas sean correctas? &lt;strong&gt;R: $0.25^{35}$&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Una máquina tiene 4 componentes ensamblados en paralelo, de tal forma que la máquina falla sólo si todos los componentes fallan. Suponga que las fallas son independientes una de la otra. Si cada componente tiene probabilidad de fallar de 0.1, 0.2, 0.3 y 0.4 cuando la máquina está encendida. ¿Cuál es la probabilidad de que la máquina funcione cuando esté encendida? &lt;strong&gt;R: 0.9976&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Demuestre que si $A$, $B$ y $C$ son tres eventos tales que $P(A\cap B \cap C)\neq \emptyset$ y $P(C|A\cap B)=P(C|B)$, entonces $P(A|B\cap C)=P(A|B)$.&lt;/li&gt;
&lt;/ol&gt;
</description>
    </item>
    
    <item>
      <title>Temario</title>
      <link>https://www.cimat.mx/~luis.leon/es/cursos/algebra-moderna-cimat/temario/</link>
      <pubDate>Mon, 11 Aug 2025 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/cursos/algebra-moderna-cimat/temario/</guid>
      <description>&lt;h3 id=&#34;1-grupos&#34;&gt;1. Grupos&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Semigrupos, monoides y grupos.&lt;/li&gt;
&lt;li&gt;Subgrupos y homomorfismos.&lt;/li&gt;
&lt;li&gt;Grupos cíclicos.&lt;/li&gt;
&lt;li&gt;Clases módulo subgrupos, normalidad, cocientes.&lt;/li&gt;
&lt;li&gt;Teoremas de isomorfismos.&lt;/li&gt;
&lt;li&gt;Grupos simétricos, alternantes y dihédricos.&lt;/li&gt;
&lt;li&gt;Productos, sumas y grupos libres.&lt;/li&gt;
&lt;li&gt;Estructura de los grupos abelianos finitamente generados.&lt;/li&gt;
&lt;li&gt;Condiciones de cadena ascendente y descendente.&lt;/li&gt;
&lt;li&gt;Acciones sobre conjuntos.&lt;/li&gt;
&lt;li&gt;Teoremas de Sylow.&lt;/li&gt;
&lt;li&gt;Solubilidad y nilpotencia.&lt;/li&gt;
&lt;li&gt;Series normales.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;2-anillos&#34;&gt;2. Anillos&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Anillos y homomorfismos.&lt;/li&gt;
&lt;li&gt;Ideales y cocientes.&lt;/li&gt;
&lt;li&gt;Teoremas de isomorfismos.&lt;/li&gt;
&lt;li&gt;Factorización en anillos conmutativos.&lt;/li&gt;
&lt;li&gt;Dominios de ideales principales y dominios euclídeos.&lt;/li&gt;
&lt;li&gt;Anillos de fracciones y localización.&lt;/li&gt;
&lt;li&gt;Anillos de polinomios y de series de potencias.&lt;/li&gt;
&lt;li&gt;Factorización en anillos de polinomios.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;3-teoría-de-galois&#34;&gt;3. Teoría de Galois&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Extensiones de campos.&lt;/li&gt;
&lt;li&gt;Construcciones con regla y compás.&lt;/li&gt;
&lt;li&gt;Automorfismos de campos, grupo de Galois y Teorema Fundamental de la Teoría de Galois.&lt;/li&gt;
&lt;li&gt;Normalidad, separabilidad y cerradura algebraica. Teorema Fundamental del Álgebra.&lt;/li&gt;
&lt;li&gt;Grupo de Galois de un polinomio.&lt;/li&gt;
&lt;li&gt;Campos finitos.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;bibliografía&#34;&gt;Bibliografía&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Referencias principales:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Paolo Aluffi, &lt;em&gt;Algebra: Chapter 0&lt;/em&gt;.&lt;/li&gt;
&lt;li&gt;D. S. Dummit &amp;amp; R. M. Foote, &lt;em&gt;Abstract Algebra&lt;/em&gt; (3rd ed.).&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Referencias adicionales:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Serge Lang, &lt;em&gt;Algebra&lt;/em&gt; (rev. 3rd ed.).&lt;/li&gt;
&lt;li&gt;Michael Artin, &lt;em&gt;Algebra&lt;/em&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    
    <item>
      <title>Tareas</title>
      <link>https://www.cimat.mx/~luis.leon/es/cursos/algebra-moderna-cimat/tareas/</link>
      <pubDate>Mon, 11 Aug 2025 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/cursos/algebra-moderna-cimat/tareas/</guid>
      <description>&lt;h3 id=&#34;entrega&#34;&gt;Entrega&lt;/h3&gt;
&lt;p&gt;Envíen un solo PDF por correo electrónico con asunto &lt;strong&gt;“Álgebra Moderna — Tarea #”&lt;/strong&gt;. La fecha límite aparece en la tabla de tareas.&lt;/p&gt;
&lt;h3 id=&#34;formato&#34;&gt;Formato&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Puede ser digital (LaTeX) o manuscrito &lt;strong&gt;escaneado&lt;/strong&gt; (no fotos).&lt;/li&gt;
&lt;li&gt;Presentación clara; justifique cada paso y cite resultados usados.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;entregas-tardías&#34;&gt;Entregas tardías&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Penalización: &lt;strong&gt;−10% del puntaje total por día natural&lt;/strong&gt; de retraso, &lt;strong&gt;hasta 3 días&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Después de 3 días no se acepta, salvo &lt;strong&gt;prórroga&lt;/strong&gt; solicitada &lt;strong&gt;antes&lt;/strong&gt; del vencimiento con justificación.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;colaboración-e-integridad&#34;&gt;Colaboración e integridad&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Se permite discutir ideas con compañeros, pero &lt;strong&gt;la redacción y el desarrollo deben ser propios&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Evite copiar soluciones de libros/Internet.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;recomendaciones-para-la-redacción&#34;&gt;Recomendaciones para la redacción&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Guía: &lt;a href=&#34;https://porter.math.cinvestav.mx/sites/default/files/upload/redaccion20151221.pdf&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Observaciones sobre la Redacción Matemática&lt;/a&gt; de Michael Porter (Cinvestav).&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;table-wrap&#34;&gt;
  &lt;table class=&#34;assignments&#34;&gt;
    &lt;colgroup&gt;
      &lt;col class=&#34;col-task&#34;&gt;
      &lt;col class=&#34;col-date&#34;&gt;
    &lt;/colgroup&gt;
    &lt;thead&gt;
      &lt;tr&gt;
        &lt;th class=&#34;col-task&#34;&gt;Tarea&lt;/th&gt;
        &lt;th class=&#34;col-date&#34;&gt;Fecha de entrega&lt;/th&gt;
      &lt;/tr&gt;
    &lt;/thead&gt;
    &lt;tbody&gt;
      &lt;tr&gt;
        &lt;td class=&#34;col-task&#34;&gt;
          &lt;a href=&#34;https://www.cimat.mx/~luis.leon/~luis.leon/tareas/Tarea1.pdf&#34; target=&#34;_blank&#34;&gt;Tarea 1&lt;/a&gt;
        &lt;/td&gt;
        &lt;td class=&#34;col-date&#34;&gt;29 de agosto&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
        &lt;td class=&#34;col-task&#34;&gt;
          &lt;a href=&#34;https://www.cimat.mx/~luis.leon/~luis.leon/tareas/Tarea2.pdf&#34; target=&#34;_blank&#34;&gt;Tarea 2&lt;/a&gt;
        &lt;/td&gt;
        &lt;td class=&#34;col-date&#34;&gt;12 de septiembre&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
        &lt;td class=&#34;col-task&#34;&gt;
          &lt;a href=&#34;https://www.cimat.mx/~luis.leon/~luis.leon/tareas/Tarea3.pdf&#34; target=&#34;_blank&#34;&gt;Tarea 3&lt;/a&gt;
        &lt;/td&gt;
        &lt;td class=&#34;col-date&#34;&gt;27 de septiembre&lt;/td&gt;
      &lt;/tr&gt;      
      &lt;tr&gt;
        &lt;td class=&#34;col-task&#34;&gt;
          &lt;a href=&#34;https://www.cimat.mx/~luis.leon/~luis.leon/tareas/Tarea4.pdf&#34; target=&#34;_blank&#34;&gt;Tarea 4&lt;/a&gt;
        &lt;/td&gt;
        &lt;td class=&#34;col-date&#34;&gt;17 de octubre&lt;/td&gt;
      &lt;/tr&gt;    
      &lt;tr&gt;
        &lt;td class=&#34;col-task&#34;&gt;
          &lt;a href=&#34;https://www.cimat.mx/~luis.leon/~luis.leon/tareas/Tarea5.pdf&#34; target=&#34;_blank&#34;&gt;Tarea 5&lt;/a&gt;
        &lt;/td&gt;
        &lt;td class=&#34;col-date&#34;&gt;31 de octubre&lt;/td&gt;
      &lt;/tr&gt;     
      &lt;tr&gt;
        &lt;td class=&#34;col-task&#34;&gt;
          &lt;a href=&#34;https://www.cimat.mx/~luis.leon/~luis.leon/tareas/Tarea6.pdf&#34; target=&#34;_blank&#34;&gt;Tarea 6&lt;/a&gt;
        &lt;/td&gt;
        &lt;td class=&#34;col-date&#34;&gt;19 de noviembre&lt;/td&gt;
      &lt;/tr&gt;        
      &lt;tr&gt;
        &lt;td class=&#34;col-task&#34;&gt;
          &lt;a href=&#34;https://www.cimat.mx/~luis.leon/~luis.leon/tareas/Tarea7.pdf&#34; target=&#34;_blank&#34;&gt;Tarea 7&lt;/a&gt;
        &lt;/td&gt;
        &lt;td class=&#34;col-date&#34;&gt;5 de diciembre&lt;/td&gt;
      &lt;/tr&gt;                   
    &lt;/tbody&gt;
  &lt;/table&gt;
&lt;/div&gt;</description>
    </item>
    
    <item>
      <title>Cronograma</title>
      <link>https://www.cimat.mx/~luis.leon/es/cursos/algebra-moderna-cimat/cronograma/</link>
      <pubDate>Mon, 11 Aug 2025 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/cursos/algebra-moderna-cimat/cronograma/</guid>
      <description>&lt;div class=&#34;table-wrap&#34;&gt;
&lt;table class=&#34;schedule&#34;&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th class=&#34;col-date&#34;&gt;Fecha&lt;/th&gt;
      &lt;th&gt;Aluffi&lt;/th&gt;
      &lt;th&gt;Dummit &amp;amp; Foote&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td class=&#34;col-date&#34;&gt;12 de agosto&lt;/td&gt;
      &lt;td&gt;Cap. 1 — §§1–4&lt;/td&gt;
      &lt;td&gt;Preliminares&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&#34;col-date&#34;&gt;14 de agosto&lt;/td&gt;
      &lt;td&gt;Cap. 2 — §§1–3&lt;/td&gt;
      &lt;td&gt;Cap. 1 — §§1–4&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&#34;col-date&#34;&gt;19 de agosto&lt;/td&gt;
      &lt;td&gt;Cap. 2 — §§4–5&lt;/td&gt;
      &lt;td&gt;Cap. 1 — §§6–7&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&#34;col-date&#34;&gt;21 de agosto&lt;/td&gt;
      &lt;td&gt;Cap. 2 — §6&lt;/td&gt;
      &lt;td&gt;Cap. 1 — §§6–7; Cap. 2&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&#34;col-date&#34;&gt;26 de agosto&lt;/td&gt;
      &lt;td&gt;Cap. 2 — §7&lt;/td&gt;
      &lt;td&gt;Cap. 3 — §§1–2&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&#34;col-date&#34;&gt;28 de agosto&lt;/td&gt;
      &lt;td&gt;Cap. 2 — §§8–9&lt;/td&gt;
      &lt;td&gt;Cap. 3 — §3&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&#34;col-date&#34;&gt;2 de septiembre&lt;/td&gt;
      &lt;td&gt;Sesión de ejercicios&lt;/td&gt;
      &lt;td&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&#34;col-date&#34;&gt;4 de septiembre&lt;/td&gt;
      &lt;td&gt;Cap. 2 — §9.3; Cap. 4 — §1&lt;/td&gt;
      &lt;td&gt;Cap. 1 — §7; Cap. 2 — §2; Cap. 4 — §3&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&#34;col-date&#34;&gt;9 de septiembre&lt;/td&gt;
      &lt;td&gt;Cap. 4 — §2&lt;/td&gt;
      &lt;td&gt;Cap. 4 — §5&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&#34;col-date&#34;&gt;11 de septiembre&lt;/td&gt;
      &lt;td&gt;Cap. 4 — §3&lt;/td&gt;
      &lt;td&gt;Cap. 3 — §4&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&#34;col-date&#34;&gt;18 de septiembre&lt;/td&gt;
      &lt;td&gt;Cap. 4 — §4&lt;/td&gt;
      &lt;td&gt;Cap. 3 — §5; Cap. 4 — §6&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&#34;col-date&#34;&gt;23 de septiembre&lt;/td&gt;
      &lt;td&gt;Cap. 4 — §§5–6&lt;/td&gt;
      &lt;td&gt;Cap. 5&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&#34;col-date&#34;&gt;25 de septiembre&lt;/td&gt;
      &lt;td&gt;Cap. 3 — §§1–2&lt;/td&gt;
      &lt;td&gt;Cap. 7 — §§1–2&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&#34;col-date&#34;&gt;30 de septiembre&lt;/td&gt;
      &lt;td&gt;Cap. 3 — §§3–4&lt;/td&gt;
      &lt;td&gt;Cap. 7 — §§3–4&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&#34;col-date&#34;&gt;2 de octubre&lt;/td&gt;
      &lt;td&gt;Cap. 3 — §5&lt;/td&gt;
      &lt;td&gt;Cap. 10 — §§1–2&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&#34;col-date&#34;&gt;7 de octubre&lt;/td&gt;
      &lt;td&gt;Cap. 3 — §6&lt;/td&gt;
      &lt;td&gt;Cap. 10 — §3&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&#34;col-date&#34;&gt;9 de octubre&lt;/td&gt;
      &lt;td&gt;Cap. 5 — §1&lt;/td&gt;
      &lt;td&gt;Cap. 8&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&#34;col-date&#34;&gt;14 de octubre&lt;/td&gt;
      &lt;td&gt;Cap. 5 — §§2.1–2.3&lt;/td&gt;
      &lt;td&gt;Cap. 8&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&#34;col-date&#34;&gt;16 de octubre&lt;/td&gt;
      &lt;td&gt;Cap. 5 — §2.4; §3&lt;/td&gt;
      &lt;td&gt;Cap. 9&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&#34;col-date&#34;&gt;23 de octubre&lt;/td&gt;
      &lt;td&gt;Cap. 5 — §§4.1–4.3&lt;/td&gt;
      &lt;td&gt;Cap. 9&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&#34;col-date&#34;&gt;28 de octubre&lt;/td&gt;
      &lt;td&gt;Cap. 5 — §5&lt;/td&gt;
      &lt;td&gt;Cap. 9&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&#34;col-date&#34;&gt;30 de octubre&lt;/td&gt;
      &lt;td&gt;Cap. 5 — §§6.1–6.3&lt;/td&gt;
      &lt;td&gt;Cap. 8; Cap. 9&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&#34;col-date&#34;&gt;4 de noviembre&lt;/td&gt;
      &lt;td&gt;Cap. 6 — §1; §5&lt;/td&gt;
      &lt;td&gt;Cap. 10&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&#34;col-date&#34;&gt;6 de noviembre&lt;/td&gt;
      &lt;td&gt;Cap. 7 — §1&lt;/td&gt;
      &lt;td&gt;Cap. 13&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&#34;col-date&#34;&gt;11 de noviembre&lt;/td&gt;
      &lt;td&gt;Cap. 7 — §§4.1–4.3&lt;/td&gt;
      &lt;td&gt;Cap. 13&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&#34;col-date&#34;&gt;13 de noviembre&lt;/td&gt;
      &lt;td&gt;Cap. 7 — §§5.1–5.2&lt;/td&gt;
      &lt;td&gt;Cap. 13&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&#34;col-date&#34;&gt;18 de noviembre&lt;/td&gt;
      &lt;td&gt;Cap. 7 — §§6.1–6.2&lt;/td&gt;
      &lt;td&gt;Cap. 14&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&#34;col-date&#34;&gt;20 de noviembre&lt;/td&gt;
      &lt;td&gt;Cap. 7 — §§6.3–6.4&lt;/td&gt;
      &lt;td&gt;Cap. 14&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&#34;col-date&#34;&gt;25 de noviembre&lt;/td&gt;
      &lt;td&gt;Cap. 7 — §3; §7.1&lt;/td&gt;
      &lt;td&gt;Cap. 13; Cap. 14&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&#34;col-date&#34;&gt;27 de noviembre&lt;/td&gt;
      &lt;td&gt;Cap. 7 — §§7.4–7.5&lt;/td&gt;
      &lt;td&gt;Cap. 14&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Evaluación</title>
      <link>https://www.cimat.mx/~luis.leon/es/cursos/algebra-moderna-cimat/evaluacion/</link>
      <pubDate>Mon, 11 Aug 2025 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/cursos/algebra-moderna-cimat/evaluacion/</guid>
      <description>&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Tareas:&lt;/strong&gt; 35%&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Examen parcial:&lt;/strong&gt; 25%&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Examen final:&lt;/strong&gt; 40%&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Nota:&lt;/strong&gt; Se valoran &lt;strong&gt;corrección y claridad&lt;/strong&gt; en las demostraciones (guía: 70% corrección, 20% claridad, 10% estructura/ideas).&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Contacto</title>
      <link>https://www.cimat.mx/~luis.leon/es/cursos/algebra-moderna-cimat/contacto/</link>
      <pubDate>Mon, 11 Aug 2025 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/cursos/algebra-moderna-cimat/contacto/</guid>
      <description>&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Correo:&lt;/strong&gt; &lt;a href=&#34;mailto:luis.leon@cimat.mx&#34;&gt;&lt;a href=&#34;mailto:luis.leon@cimat.mx&#34;&gt;luis.leon@cimat.mx&lt;/a&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Citas de asesoría (opcionales):&lt;/strong&gt; &lt;a href=&#34;https://calendar.app.google/TpsQGNRNHj2mRLEu5&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;agenda aquí&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/details&gt;</description>
    </item>
    
    <item>
      <title>Seminario de Topología Algebraica CIMAT-Mérida</title>
      <link>https://www.cimat.mx/~luis.leon/es/activities/2026-seminario-topologia-cimat/</link>
      <pubDate>Sun, 01 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/activities/2026-seminario-topologia-cimat/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Seminario de Topología Algebraica CIMAT-Mérida (líder de grupo de trabajo)</title>
      <link>https://www.cimat.mx/~luis.leon/es/talk/seminario-de-topologia-algebraica-cimat-merida-lider-de-grupo-de-trabajo/</link>
      <pubDate>Sun, 01 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/talk/seminario-de-topologia-algebraica-cimat-merida-lider-de-grupo-de-trabajo/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Gráficas en Superficies, Polinomios y 3-Variedades (CIMAT)</title>
      <link>https://www.cimat.mx/~luis.leon/es/activities/2026-graficas-en-superficies/</link>
      <pubDate>Tue, 13 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/activities/2026-graficas-en-superficies/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Primavera 2026</title>
      <link>https://www.cimat.mx/~luis.leon/es/cursos/2026-primavera-graficas-superficies/</link>
      <pubDate>Tue, 13 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/cursos/2026-primavera-graficas-superficies/</guid>
      <description></description>
    </item>
    
    <item>
      <title>En progreso</title>
      <link>https://www.cimat.mx/~luis.leon/es/estudiantes/2026-abundis/</link>
      <pubDate>Thu, 01 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/estudiantes/2026-abundis/</guid>
      <description></description>
    </item>
    
    <item>
      <title>The rational (non-)formality of the non-3-equal manifolds</title>
      <link>https://www.cimat.mx/~luis.leon/es/publication/gonzalez-2024/</link>
      <pubDate>Mon, 08 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/publication/gonzalez-2024/</guid>
      <description></description>
    </item>
    
    <item>
      <title>58 Congreso Nacional de la SMM (Coordinación de área)</title>
      <link>https://www.cimat.mx/~luis.leon/es/talk/58-congreso-nacional-de-la-smm-coordinacion-de-area/</link>
      <pubDate>Mon, 20 Oct 2025 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/talk/58-congreso-nacional-de-la-smm-coordinacion-de-area/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Coordinación de área (SMM)</title>
      <link>https://www.cimat.mx/~luis.leon/es/activities/2025-coordinacion-area-smm/</link>
      <pubDate>Mon, 20 Oct 2025 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/activities/2025-coordinacion-area-smm/</guid>
      <description></description>
    </item>
    
    <item>
      <title>3-manifold polynomials</title>
      <link>https://www.cimat.mx/~luis.leon/es/publication/frias-2025/</link>
      <pubDate>Wed, 08 Oct 2025 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/publication/frias-2025/</guid>
      <description></description>
    </item>
    
    <item>
      <title>The Cohomology of Real Parabolic Arrangements</title>
      <link>https://www.cimat.mx/~luis.leon/es/talk/the-cohomology-of-real-parabolic-arrangements/</link>
      <pubDate>Tue, 02 Sep 2025 17:30:00 +0200</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/talk/the-cohomology-of-real-parabolic-arrangements/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Póster en Pisa - Topology of Arrangements</title>
      <link>https://www.cimat.mx/~luis.leon/es/activities/2025-pisa-poster/</link>
      <pubDate>Tue, 02 Sep 2025 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/activities/2025-pisa-poster/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Potenciando el Aprendizaje Automático con Características Topológicas</title>
      <link>https://www.cimat.mx/~luis.leon/es/activities/2025-mexsiam-talk/</link>
      <pubDate>Wed, 13 Aug 2025 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/activities/2025-mexsiam-talk/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Potenciando el Aprendizaje Automático con Características Topológicas</title>
      <link>https://www.cimat.mx/~luis.leon/es/talk/potenciando-el-aprendizaje-automatico-con-caracteristicas-topologicas/</link>
      <pubDate>Wed, 13 Aug 2025 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/talk/potenciando-el-aprendizaje-automatico-con-caracteristicas-topologicas/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Álgebra Moderna (CIMAT)</title>
      <link>https://www.cimat.mx/~luis.leon/es/activities/2025-algebra-moderna/</link>
      <pubDate>Mon, 11 Aug 2025 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/activities/2025-algebra-moderna/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Otoño 2025</title>
      <link>https://www.cimat.mx/~luis.leon/es/cursos/2025-algebra-moderna/</link>
      <pubDate>Mon, 11 Aug 2025 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/cursos/2025-algebra-moderna/</guid>
      <description></description>
    </item>
    
    <item>
      <title>2025</title>
      <link>https://www.cimat.mx/~luis.leon/es/estudiantes/2025-aponte/</link>
      <pubDate>Wed, 11 Jun 2025 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/estudiantes/2025-aponte/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Defensa de tesis de Luis Enrique Aponte Pérez</title>
      <link>https://www.cimat.mx/~luis.leon/es/activities/2025-aponte-graduacion/</link>
      <pubDate>Wed, 11 Jun 2025 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/activities/2025-aponte-graduacion/</guid>
      <description></description>
    </item>
    
    <item>
      <title>2025</title>
      <link>https://www.cimat.mx/~luis.leon/es/estudiantes/2025-delfin/</link>
      <pubDate>Mon, 09 Jun 2025 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/estudiantes/2025-delfin/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Programa Delfín</title>
      <link>https://www.cimat.mx/~luis.leon/es/activities/2025-delfin/</link>
      <pubDate>Mon, 09 Jun 2025 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/activities/2025-delfin/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Escuela de Geometría Diferencial y Topología</title>
      <link>https://www.cimat.mx/~luis.leon/es/activities/2025-escuela-geometria-diferencial/</link>
      <pubDate>Tue, 08 Apr 2025 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/activities/2025-escuela-geometria-diferencial/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Primavera 2025</title>
      <link>https://www.cimat.mx/~luis.leon/es/cursos/2025-primavera-homologia-cohomologia/</link>
      <pubDate>Mon, 13 Jan 2025 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/cursos/2025-primavera-homologia-cohomologia/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Primavera 2025</title>
      <link>https://www.cimat.mx/~luis.leon/es/cursos/2025-topologia-2/</link>
      <pubDate>Mon, 13 Jan 2025 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/cursos/2025-topologia-2/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Topología 2 (CIMAT)</title>
      <link>https://www.cimat.mx/~luis.leon/es/activities/2025-topologia-2-cimat/</link>
      <pubDate>Mon, 13 Jan 2025 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/activities/2025-topologia-2-cimat/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Escuela de Topología Aplicada</title>
      <link>https://www.cimat.mx/~luis.leon/es/activities/2024-escuela-de-topologia-aplicada/</link>
      <pubDate>Thu, 07 Nov 2024 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/activities/2024-escuela-de-topologia-aplicada/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Escuela de Topología Aplicada</title>
      <link>https://www.cimat.mx/~luis.leon/es/talk/escuela-de-topologia-aplicada/</link>
      <pubDate>Thu, 07 Nov 2024 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/talk/escuela-de-topologia-aplicada/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Sesión de Topología Algebraica, 11 CIMA</title>
      <link>https://www.cimat.mx/~luis.leon/es/talk/sesion-de-topologia-algebraica-11-cima/</link>
      <pubDate>Mon, 02 Sep 2024 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/talk/sesion-de-topologia-algebraica-11-cima/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Sesión de Topología Algebraica 11 CIMA</title>
      <link>https://www.cimat.mx/~luis.leon/es/activities/2024-cima/</link>
      <pubDate>Fri, 02 Aug 2024 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/activities/2024-cima/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Otoño 2024</title>
      <link>https://www.cimat.mx/~luis.leon/es/cursos/2024-otono-uady/</link>
      <pubDate>Thu, 01 Aug 2024 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/cursos/2024-otono-uady/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Topología Aplicada (UADY)</title>
      <link>https://www.cimat.mx/~luis.leon/es/activities/2024-topologia-aplicada-uady/</link>
      <pubDate>Thu, 01 Aug 2024 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/activities/2024-topologia-aplicada-uady/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Escuela de Verano en Topología Algebraica</title>
      <link>https://www.cimat.mx/~luis.leon/es/talk/escuela-de-verano-en-topologia-algebraica/</link>
      <pubDate>Mon, 15 Jul 2024 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/talk/escuela-de-verano-en-topologia-algebraica/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Escuela de Verano CIMAT Mérida</title>
      <link>https://www.cimat.mx/~luis.leon/es/talk/escuela-de-verano-cimat-merida/</link>
      <pubDate>Mon, 08 Jul 2024 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/talk/escuela-de-verano-cimat-merida/</guid>
      <description></description>
    </item>
    
    <item>
      <title>2024</title>
      <link>https://www.cimat.mx/~luis.leon/es/estudiantes/2024-delfin/</link>
      <pubDate>Mon, 17 Jun 2024 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/estudiantes/2024-delfin/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Programa Delfín</title>
      <link>https://www.cimat.mx/~luis.leon/es/activities/2024-delfin/</link>
      <pubDate>Mon, 17 Jun 2024 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/activities/2024-delfin/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Un Acercamiento al Análisis Topológico de Datos</title>
      <link>https://www.cimat.mx/~luis.leon/es/activities/2024-tda-buap/</link>
      <pubDate>Mon, 17 Jun 2024 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/activities/2024-tda-buap/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Un Acercamiento al Análisis Topológico de Datos</title>
      <link>https://www.cimat.mx/~luis.leon/es/talk/un-acercamiento-al-analisis-topologico-de-datos/</link>
      <pubDate>Mon, 17 Jun 2024 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/talk/un-acercamiento-al-analisis-topologico-de-datos/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Escuela de Verano en Topología Algebraica</title>
      <link>https://www.cimat.mx/~luis.leon/es/activities/2024-escuela-topologia-algebraica/</link>
      <pubDate>Sat, 15 Jun 2024 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/activities/2024-escuela-topologia-algebraica/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Escuela de Verano CIMAT Mérida</title>
      <link>https://www.cimat.mx/~luis.leon/es/activities/2024-escuela-de-verano/</link>
      <pubDate>Sat, 08 Jun 2024 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/activities/2024-escuela-de-verano/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Escuela de Primavera CIMAT Mérida</title>
      <link>https://www.cimat.mx/~luis.leon/es/activities/2024-escuela-de-primavera/</link>
      <pubDate>Mon, 08 Apr 2024 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/activities/2024-escuela-de-primavera/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Escuela de Primavera CIMAT Mérida</title>
      <link>https://www.cimat.mx/~luis.leon/es/talk/escuela-de-primavera-cimat-merida/</link>
      <pubDate>Mon, 08 Apr 2024 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/talk/escuela-de-primavera-cimat-merida/</guid>
      <description></description>
    </item>
    
    <item>
      <title>The topological complexity of non-$k$-equal spaces</title>
      <link>https://www.cimat.mx/~luis.leon/es/talk/the-topological-complexity-of-non-k-equal-spaces/</link>
      <pubDate>Wed, 10 Jan 2024 17:30:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/talk/the-topological-complexity-of-non-k-equal-spaces/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Congreso GEOTOP-A</title>
      <link>https://www.cimat.mx/~luis.leon/es/talk/congreso-geotop-a/</link>
      <pubDate>Mon, 08 Jan 2024 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/talk/congreso-geotop-a/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Congreso GEOTOP-A</title>
      <link>https://www.cimat.mx/~luis.leon/es/activities/2024-geotop-a/</link>
      <pubDate>Mon, 01 Jan 2024 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/activities/2024-geotop-a/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Seminario de Topología Algebraica</title>
      <link>https://www.cimat.mx/~luis.leon/es/activities/2023-seminario/</link>
      <pubDate>Sun, 31 Dec 2023 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/activities/2023-seminario/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Seminario de Topología Algebraica CIMAT-Mérida (participación desde 2023)</title>
      <link>https://www.cimat.mx/~luis.leon/es/talk/seminario-de-topologia-algebraica-cimat-merida-participacion-desde-2023/</link>
      <pubDate>Sun, 31 Dec 2023 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/talk/seminario-de-topologia-algebraica-cimat-merida-participacion-desde-2023/</guid>
      <description></description>
    </item>
    
    <item>
      <title>2023</title>
      <link>https://www.cimat.mx/~luis.leon/es/estudiantes/2023-pares-ordenados/</link>
      <pubDate>Fri, 15 Dec 2023 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/estudiantes/2023-pares-ordenados/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Pares Ordenados</title>
      <link>https://www.cimat.mx/~luis.leon/es/activities/2023-pares-ordenados/</link>
      <pubDate>Fri, 15 Dec 2023 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/activities/2023-pares-ordenados/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Escuela de Verano CIMAT-Mérida</title>
      <link>https://www.cimat.mx/~luis.leon/es/activities/2023-escuela-de-verano/</link>
      <pubDate>Mon, 10 Jul 2023 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/activities/2023-escuela-de-verano/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Escuela de Verano CIMAT-Mérida</title>
      <link>https://www.cimat.mx/~luis.leon/es/talk/escuela-de-verano-cimat-merida/</link>
      <pubDate>Mon, 10 Jul 2023 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/talk/escuela-de-verano-cimat-merida/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Estancias de Verano CIMAT-Mérida</title>
      <link>https://www.cimat.mx/~luis.leon/es/activities/2023-estancias-de-verano/</link>
      <pubDate>Sat, 01 Jul 2023 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/activities/2023-estancias-de-verano/</guid>
      <description></description>
    </item>
    
    <item>
      <title>2023</title>
      <link>https://www.cimat.mx/~luis.leon/es/estudiantes/2023-estancias/</link>
      <pubDate>Thu, 01 Jun 2023 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/estudiantes/2023-estancias/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Espacios de no $k$ iguales</title>
      <link>https://www.cimat.mx/~luis.leon/es/talk/espacios-de-no-k-iguales/</link>
      <pubDate>Wed, 29 Mar 2023 10:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/talk/espacios-de-no-k-iguales/</guid>
      <description></description>
    </item>
    
    <item>
      <title>On Lusternik–Schnirelmann category and topological complexity of non-k-equal manifolds</title>
      <link>https://www.cimat.mx/~luis.leon/es/publication/gonzalez-2022/</link>
      <pubDate>Fri, 01 Apr 2022 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/publication/gonzalez-2022/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Otoño 2021</title>
      <link>https://www.cimat.mx/~luis.leon/es/cursos/2021-otono-upiita/</link>
      <pubDate>Sun, 15 Aug 2021 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/cursos/2021-otono-upiita/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Primavera 2021</title>
      <link>https://www.cimat.mx/~luis.leon/es/cursos/2021-primavera-upiita/</link>
      <pubDate>Mon, 15 Feb 2021 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/cursos/2021-primavera-upiita/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Linear motion planning with controlled collisions and pure planar braids</title>
      <link>https://www.cimat.mx/~luis.leon/es/publication/gonzalez-2021/</link>
      <pubDate>Fri, 01 Jan 2021 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/publication/gonzalez-2021/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Welcome to Wowchemy, the website builder for Hugo</title>
      <link>https://www.cimat.mx/~luis.leon/es/post/getting-started/</link>
      <pubDate>Sun, 13 Dec 2020 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/post/getting-started/</guid>
      <description>&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;The Wowchemy website builder for Hugo, along with its starter templates, is designed for professional creators, educators, and teams/organizations - although it can be used to create any kind of site&lt;/li&gt;
&lt;li&gt;The template can be modified and customised to suit your needs. It&amp;rsquo;s a good platform for anyone looking to take control of their data and online identity whilst having the convenience to start off with a &lt;strong&gt;no-code solution (write in Markdown and customize with YAML parameters)&lt;/strong&gt; and having &lt;strong&gt;flexibility to later add even deeper personalization with HTML and CSS&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;You can work with all your favourite tools and apps with hundreds of plugins and integrations to speed up your workflows, interact with your readers, and much more&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-the-template-is-mobile-first-with-a-responsive-design-to-ensure-that-your-site-looks-stunning-on-every-device&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img src=&#34;https://raw.githubusercontent.com/wowchemy/wowchemy-hugo-modules/master/academic.png&#34; alt=&#34;The template is mobile first with a responsive design to ensure that your site looks stunning on every device.&#34; loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption&gt;
      The template is mobile first with a responsive design to ensure that your site looks stunning on every device.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;h2 id=&#34;get-started&#34;&gt;Get Started&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;👉 &lt;a href=&#34;https://wowchemy.com/templates/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;&lt;strong&gt;Create a new site&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;📚 &lt;a href=&#34;https://wowchemy.com/docs/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;&lt;strong&gt;Personalize your site&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;💬 &lt;a href=&#34;https://discord.gg/z8wNYzb&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Chat with the &lt;strong&gt;Wowchemy community&lt;/strong&gt;&lt;/a&gt; or &lt;a href=&#34;https://discourse.gohugo.io&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;&lt;strong&gt;Hugo community&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐦 Twitter: &lt;a href=&#34;https://twitter.com/wowchemy&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;@wowchemy&lt;/a&gt; &lt;a href=&#34;https://twitter.com/GeorgeCushen&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;@GeorgeCushen&lt;/a&gt; &lt;a href=&#34;https://twitter.com/search?q=%23MadeWithWowchemy&amp;amp;src=typed_query&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;#MadeWithWowchemy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;💡 &lt;a href=&#34;https://github.com/wowchemy/wowchemy-hugo-modules/issues&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Request a &lt;strong&gt;feature&lt;/strong&gt; or report a &lt;strong&gt;bug&lt;/strong&gt; for &lt;em&gt;Wowchemy&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;⬆️ &lt;strong&gt;Updating Wowchemy?&lt;/strong&gt; View the &lt;a href=&#34;https://wowchemy.com/docs/hugo-tutorials/update/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Update Tutorial&lt;/a&gt; and &lt;a href=&#34;https://wowchemy.com/updates/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Release Notes&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;crowd-funded-open-source-software&#34;&gt;Crowd-funded open-source software&lt;/h2&gt;
&lt;p&gt;To help us develop this template and software sustainably under the MIT license, we ask all individuals and businesses that use it to help support its ongoing maintenance and development via sponsorship.&lt;/p&gt;
&lt;h3 id=&#34;-click-here-to-become-a-sponsor-and-help-support-wowchemys-future-httpswowchemycomplans&#34;&gt;&lt;a href=&#34;https://wowchemy.com/plans/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;❤️ Click here to become a sponsor and help support Wowchemy&amp;rsquo;s future ❤️&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;As a token of appreciation for sponsoring, you can &lt;strong&gt;unlock &lt;a href=&#34;https://wowchemy.com/plans/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;these&lt;/a&gt; awesome rewards and extra features 🦄✨&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&#34;ecosystem&#34;&gt;Ecosystem&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://github.com/wowchemy/hugo-academic-cli&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Hugo Academic CLI&lt;/a&gt;:&lt;/strong&gt; Automatically import publications from BibTeX&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;inspiration&#34;&gt;Inspiration&lt;/h2&gt;
&lt;p&gt;&lt;a href=&#34;https://academic-demo.netlify.com/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Check out the latest &lt;strong&gt;demo&lt;/strong&gt;&lt;/a&gt; of what you&amp;rsquo;ll get in less than 10 minutes, or &lt;a href=&#34;https://wowchemy.com/user-stories/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;view the &lt;strong&gt;showcase&lt;/strong&gt;&lt;/a&gt; of personal, project, and business sites.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Page builder&lt;/strong&gt; - Create &lt;em&gt;anything&lt;/em&gt; with &lt;a href=&#34;https://wowchemy.com/docs/page-builder/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;&lt;strong&gt;widgets&lt;/strong&gt;&lt;/a&gt; and &lt;a href=&#34;https://wowchemy.com/docs/content/writing-markdown-latex/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;&lt;strong&gt;elements&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Edit any type of content&lt;/strong&gt; - Blog posts, publications, talks, slides, projects, and more!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Create content&lt;/strong&gt; in &lt;a href=&#34;https://wowchemy.com/docs/content/writing-markdown-latex/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;&lt;strong&gt;Markdown&lt;/strong&gt;&lt;/a&gt;, &lt;a href=&#34;https://wowchemy.com/docs/import/jupyter/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;&lt;strong&gt;Jupyter&lt;/strong&gt;&lt;/a&gt;, or &lt;a href=&#34;https://wowchemy.com/docs/install-locally/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;&lt;strong&gt;RStudio&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Plugin System&lt;/strong&gt; - Fully customizable &lt;a href=&#34;https://wowchemy.com/docs/customization/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;&lt;strong&gt;color&lt;/strong&gt; and &lt;strong&gt;font themes&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Display Code and Math&lt;/strong&gt; - Code highlighting and &lt;a href=&#34;https://en.wikibooks.org/wiki/LaTeX/Mathematics&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;LaTeX math&lt;/a&gt; supported&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Integrations&lt;/strong&gt; - &lt;a href=&#34;https://analytics.google.com&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Google Analytics&lt;/a&gt;, &lt;a href=&#34;https://disqus.com&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Disqus commenting&lt;/a&gt;, Maps, Contact Forms, and more!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Beautiful Site&lt;/strong&gt; - Simple and refreshing one page design&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Industry-Leading SEO&lt;/strong&gt; - Help get your website found on search engines and social media&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Media Galleries&lt;/strong&gt; - Display your images and videos with captions in a customizable gallery&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Mobile Friendly&lt;/strong&gt; - Look amazing on every screen with a mobile friendly version of your site&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Multi-language&lt;/strong&gt; - 34+ language packs including English, 中文, and Português&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Multi-user&lt;/strong&gt; - Each author gets their own profile page&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Privacy Pack&lt;/strong&gt; - Assists with GDPR&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Stand Out&lt;/strong&gt; - Bring your site to life with animation, parallax backgrounds, and scroll effects&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;One-Click Deployment&lt;/strong&gt; - No servers. No databases. Only files.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;themes&#34;&gt;Themes&lt;/h2&gt;
&lt;p&gt;Wowchemy and its templates come with &lt;strong&gt;automatic day (light) and night (dark) mode&lt;/strong&gt; built-in. Alternatively, visitors can choose their preferred mode - click the moon icon in the top right of the &lt;a href=&#34;https://academic-demo.netlify.com/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Demo&lt;/a&gt; to see it in action! Day/night mode can also be disabled by the site admin in &lt;code&gt;params.toml&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://wowchemy.com/docs/customization&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Choose a stunning &lt;strong&gt;theme&lt;/strong&gt; and &lt;strong&gt;font&lt;/strong&gt;&lt;/a&gt; for your site. Themes are fully customizable.&lt;/p&gt;
&lt;h2 id=&#34;license&#34;&gt;License&lt;/h2&gt;
&lt;p&gt;Copyright 2016-present &lt;a href=&#34;https://georgecushen.com&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;George Cushen&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Released under the &lt;a href=&#34;https://github.com/wowchemy/wowchemy-hugo-modules/blob/master/LICENSE.md&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;MIT&lt;/a&gt; license.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Otoño 2020</title>
      <link>https://www.cimat.mx/~luis.leon/es/cursos/2020-otono-upiita/</link>
      <pubDate>Sat, 15 Aug 2020 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/cursos/2020-otono-upiita/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Método de Newton-Raphson</title>
      <link>https://www.cimat.mx/~luis.leon/es/cursos/analisis/newton/</link>
      <pubDate>Tue, 25 Feb 2020 10:30:00 -0600</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/cursos/analisis/newton/</guid>
      <description>&lt;p&gt;El método de Newton-Raphson se basa en una aproximación de una función continua dos veces diferenciable por medio de su polinomio de Taylor de orden 2
$$
f(x) \approx f(x_0) + f&amp;rsquo;(x_0)(x-x_0)
$$
si $x$ es una raíz de $f$, esto es $x \approx x_0 - \dfrac{f(x_0)}{f&amp;rsquo;(x_0)}$.&lt;/p&gt;
&lt;p&gt;Este método es un ejemplo particular de método de punto fijo que convierte el problema de encontrar una raíz para $f(x)$ en un problema de encontrar el punto fijo de $g(x)=x_0 - \dfrac{f(x_0)}{f&amp;rsquo;(x_0)}$, sin embargo, para garantizar la convergencia del método se requiere tomar una aproximación inicial suficientemente cerca de la raíz de $f$. El siguiente teorema garantiza que siempre se puede encontrar una vecindad suficientemente pequeña de la raíz donde el método siempre converge:&lt;/p&gt;
&lt;div class=&#34;alert alert-note&#34;&gt;
  &lt;div&gt;
    Sea $f\in C^2[a,b]$. Si $p\in (a,b)$ es tal que $f(p)=0$ y $f&amp;rsquo;(p)\neq 0$, entonces existe una $\delta &amp;gt;0$ tal que el método de Newton genera una sucesión ${p_n}_{n=1}^{\infty}$ que converge a $p$ para cualquier aproximación inicial $p_0\in[p-\delta,p+\delta]$.
  &lt;/div&gt;
&lt;/div&gt;
&lt;h2 id=&#34;diagrama-de-flujo&#34;&gt;Diagrama de flujo&lt;/h2&gt;
&lt;center&gt;
&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; xmlns:xlink=&#34;http://www.w3.org/1999/xlink&#34; version=&#34;1.1&#34; width=&#34;223px&#34; viewBox=&#34;-0.5 -0.5 223 552&#34; content=&#34;&amp;lt;mxfile host=&amp;quot;www.draw.io&amp;quot; modified=&amp;quot;2020-03-10T20:20:40.609Z&amp;quot; agent=&amp;quot;Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36&amp;quot; etag=&amp;quot;21W1AsNHJO190ePmDY6e&amp;quot; version=&amp;quot;12.8.2&amp;quot; type=&amp;quot;onedrive&amp;quot;&amp;gt;&amp;lt;diagram id=&amp;quot;C5RBs43oDa-KdzZeNtuy&amp;quot; name=&amp;quot;Page-1&amp;quot;&amp;gt;5Vtbd+I2EP41nHYfwrEtX+AxwCbZ3XTPtkmbzaNiC9DBtqhtAuTXd2TL+DIOAQosIXkAa3SzZj59oxmRFukHi+uITsd/CI/5LUPzFi0yaBmGo9vwKQXLTEBsJRhF3MtEWiG44y8sE+q5dMY9FitZJkqE8BM+rQpdEYbMTSoyGkViXm02FL5XEUzpiCHBnUt9LH3gXjJWq9C0Qn7D+GisZrbzioDmbZUgHlNPzEsi8rlF+pEQSfYULPrMl6rL1fLwZfng307s669/xv/Sv3vf7r//c5ENdrVNl9UKIhYmOw+t8+9xMPz2V3TPfs5e7r/eDm7mqov2TP2ZUteXkLtcqBUny1yLkZiFHpND6S3Sm495wu6m1JW1c4ANyMZJ4KvqoQgTBQQd1NQb+TSWVtTgOU4iMVlZQrZe6VVWD7nv94UvonRa4lHWGbqrbqUa2+2wpyHUbKgcpcRnFiVsUUKGUtY1EwFLoiU0UbVdpRsF+xwF8wJDtpWJxiX4ENWMKtSOVuMWpoEHZZ0tLKUjS92KWG5Lmshv24cX6D1F8DSSTzwcRSwGxco6GkgDhU+x/IpF2JKLqfegHnNnaQdyhc0/FsHTLH7b9FVjAg6uaMB9qcMb5j+zhLu0ASDU56MQCi7YkEXNKIEpYVFQsovSvYDpBxfmSQHHNtpWBTq6jbGj53gqg6dzKPAYCDyX00gseABabPVJq0dCDIg6cLhkBirnmuaN49lT3nqFKHjBkrhl9PHIDGg9Smu0QE5/qS/acglge3ghEYK7qAMQcDWVj2Au6vvMF6OIBjDUlEUcdCRBU637UVS8SVenAx3S1kkFO50NoWMfCjoOgs4EviYto6evcRLae9J6p1PXuuFgtTsNWj8c22PHfJfulAFSOiwyqWoWsalUBRCvf6kqAu55snsPXAR/oU/pUNJkU8HDJF2L1WtZAznWDNyLYupDOlurrWnd0l/VHCY2B2kwh3Ewc2DvKx3PFjx4Mfx9i9afoDj8bcse57EZnepOJA3nLl0zjrkVsfOcrFxjaolJQBfpG9ccZoNLdfqAg0/wtWqbOcQp9ngbH7lOyHZ2W69ar4FHu2bbIkd0YDm1l+x3xUOkbhgJIlL2ntTdIW27U9G3RRr8VrdNHKxv82D6tpC+sbJD71KG9tJJydiQu1UdswVPfpaeHyWLwak6Kw0WitTSwlIVttNyLGaRy9YtI2vHvEp2AduipGmrwSXlsoj5NOHP1ZxEk+7VDD+kJy5MrZsoqHBqBsxWpPqV8wD1oYz6UPWtl9BoxBI0EliMLkvN1GHh1XeGmWoTGZq29tVwD7vSAR6ylyjQubLE/wCsjQD7HSdAzuKYpTs1EDWEF8c9WOHwYmeyKAjisVRzFLJQ6sk2zpp2xqmTSv0UtTGpdOtD1XMZr5DK3jZx59cACfATLUudZPGxXFd0S0sHAqCxIQDP16shAOp10jowAg2zAYH1gEC7pVJtNIvlX+DZY/AxlDaR2dwpjhnAFWmh/HBFCEwPhnszzGAywzvJU2spzmKcCEb744Pk2Kp5fdNqCDCNhsy+dSgfaOzxwHx61PUmJTmnRUkGSsGiUGljTnLwWPqRSWm/5ytYTTkg69rrQ7ISwswuqWCsrWn6GzhLSyWKWY1fl+3Zlzqb+tITc6YWQhvZ+ThnmGisY7vTj32g0zelzzw9eSoo7CIUmruiEHoiFB45rMhf/aOicNO4Ij/8ngoKCUbhzpFFB491ZC4kOLQ41wxVV1t3EWg25LePmq8ymy4CN/8xRHplWDPbO72nw7la0rGQcexO2znmr6RMY398vc3lQ8HX1VOudaJ8bZ7W2dVA2RtT25GuCcopkXrkfmC2NpsSQXs5M2hrMbhnLJ0vRPANGEru7OsKzLRfmemgN1omziid9a+H6tda5Fdfa5n4SnFPFHDUa638VP92EEpOnCus+h337u7E2lsKD4rFfw9kzYv/wCCf/wM=&amp;lt;/diagram&amp;gt;&amp;lt;/mxfile&amp;gt;&#34; onclick=&#34;(function(svg){var src=window.event.target||window.event.srcElement;while (src!=null&amp;amp;&amp;amp;src.nodeName.toLowerCase()!=&#39;a&#39;){src=src.parentNode;}if(src==null){if(svg.wnd!=null&amp;amp;&amp;amp;!svg.wnd.closed){svg.wnd.focus();}else{var r=function(evt){if(evt.data==&#39;ready&#39;&amp;amp;&amp;amp;evt.source==svg.wnd){svg.wnd.postMessage(decodeURIComponent(svg.getAttribute(&#39;content&#39;)),&#39;*&#39;);window.removeEventListener(&#39;message&#39;,r);}};window.addEventListener(&#39;message&#39;,r);svg.wnd=window.open(&#39;https://www.draw.io/?client=1&amp;amp;lightbox=1&amp;amp;edit=_blank&#39;);}}})(this);&#34; style=&#34;cursor:pointer;max-width:100%;max-height:552px;&#34;&gt;&lt;defs/&gt;&lt;g&gt;&lt;rect x=&#34;30&#34; y=&#34;0&#34; width=&#34;65&#34; height=&#34;30&#34; rx=&#34;4.5&#34; ry=&#34;4.5&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 63px; height: 1px; padding-top: 15px; margin-left: 31px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;Inicio&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;63&#34; y=&#34;19&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;Inicio&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 62.5 140 L 122.5 180 L 62.5 220 L 2.5 180 Z&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 110px; height: 1px; padding-top: 178px; margin-left: 8px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;Los datos&lt;br /&gt;ingresados son &lt;br /&gt;adecuados?&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;63&#34; y=&#34;182&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;Los datos...&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 3.13 120 L 27.13 60 L 123.13 60 L 99.13 120 Z&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 90px; margin-left: 4px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;Aproximación&lt;br /&gt; inicial p&lt;sub&gt;0&lt;/sub&gt;,&lt;br /&gt;error, máx. iteraciones&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;63&#34; y=&#34;94&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;Aproximación...&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;rect x=&#34;28.13&#34; y=&#34;250&#34; width=&#34;70&#34; height=&#34;30&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 68px; height: 1px; padding-top: 265px; margin-left: 29px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;k=k+1&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;63&#34; y=&#34;269&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;k=k+1&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;rect x=&#34;35.01&#34; y=&#34;220&#34; width=&#34;30&#34; height=&#34;20&#34; fill=&#34;none&#34; stroke=&#34;none&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 230px; margin-left: 50px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: nowrap; &#34;&gt;Sí&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;50&#34; y=&#34;234&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;Sí&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;rect x=&#34;13&#34; y=&#34;300&#34; width=&#34;102&#34; height=&#34;30&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 100px; height: 1px; padding-top: 315px; margin-left: 14px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;p=p&lt;sub&gt;0&lt;/sub&gt;-f(p&lt;sub&gt;0&lt;/sub&gt;)/f&#39;(p&lt;sub&gt;0&lt;/sub&gt;)&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;64&#34; y=&#34;319&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;p=p0-f(p0)/f&#39;(p0)&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 63.37 350 L 110.63 380 L 63.37 410 L 16.1 380 Z&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 93px; height: 1px; padding-top: 380px; margin-left: 17px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;k&amp;lt;kmax y &lt;br /&gt;|f(p)|&amp;gt;eps&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;63&#34; y=&#34;384&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;k&amp;lt;kmax y...&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;ellipse cx=&#34;63.37&#34; cy=&#34;530&#34; rx=&#34;39.685&#34; ry=&#34;20&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 77px; height: 1px; padding-top: 530px; margin-left: 25px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;Fin&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;63&#34; y=&#34;534&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;Fin&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 122.5 180 L 142.5 180 Q 152.5 180 152.5 170 L 152.5 50 Q 152.5 40 142.5 40 L 68.87 40&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 63.62 40 L 70.62 36.5 L 68.87 40 L 70.62 43.5 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;rect x=&#34;115&#34; y=&#34;160&#34; width=&#34;30&#34; height=&#34;20&#34; fill=&#34;none&#34; stroke=&#34;none&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 170px; margin-left: 130px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: nowrap; &#34;&gt;No&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;130&#34; y=&#34;174&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;No&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 62.5 30 L 62.75 53.63&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 62.8 58.88 L 59.23 51.92 L 62.75 53.63 L 66.23 51.85 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 63.13 120 L 62.7 133.64&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 62.54 138.88 L 59.26 131.78 L 62.7 133.64 L 66.25 132 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 0 480 L 25 430 L 125 430 L 100 480 Z&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 123px; height: 1px; padding-top: 455px; margin-left: 1px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;  La raíz de f es p&lt;br /&gt;o no converge &lt;br /&gt;en kmáx pasos &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;63&#34; y=&#34;459&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;La raíz de f es p...&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 63.13 220 L 63.13 243.63&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 63.13 248.88 L 59.63 241.88 L 63.13 243.63 L 66.63 241.88 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 64.04 278.95 L 63.51 293.67&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 63.33 298.91 L 60.08 291.79 L 63.51 293.67 L 67.07 292.04 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 64 330 L 63.57 343.64&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 63.4 348.88 L 60.12 341.78 L 63.57 343.64 L 67.12 342 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 63.37 410 L 62.78 423.64&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 62.55 428.88 L 59.35 421.74 L 62.78 423.64 L 66.35 422.04 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;rect x=&#34;30.01&#34; y=&#34;410&#34; width=&#34;30&#34; height=&#34;20&#34; fill=&#34;none&#34; stroke=&#34;none&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 420px; margin-left: 45px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: nowrap; &#34;&gt;No&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;45&#34; y=&#34;424&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;No&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;rect x=&#34;152.5&#34; y=&#34;365&#34; width=&#34;68.75&#34; height=&#34;30&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 67px; height: 1px; padding-top: 380px; margin-left: 154px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;p&lt;sub&gt;0&lt;/sub&gt;=p&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;187&#34; y=&#34;384&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;p0=p&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 110.63 380 L 146.13 380&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 151.38 380 L 144.38 383.5 L 146.13 380 L 144.38 376.5 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 186.88 365 L 186.53 240 Q 186.5 230 176.5 230 L 68.87 230&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 63.62 230 L 70.62 226.5 L 68.87 230 L 70.62 233.5 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;rect x=&#34;115&#34; y=&#34;360&#34; width=&#34;30&#34; height=&#34;20&#34; fill=&#34;none&#34; stroke=&#34;none&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 370px; margin-left: 130px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: nowrap; &#34;&gt;Sí&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;130&#34; y=&#34;374&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;Sí&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 62.5 480 L 62.96 503.63&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 63.07 508.88 L 59.43 501.95 L 62.96 503.63 L 66.43 501.82 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;/g&gt;&lt;switch&gt;&lt;g requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;/&gt;&lt;a transform=&#34;translate(0,-5)&#34; xlink:href=&#34;https://desk.draw.io/support/solutions/articles/16000042487&#34; target=&#34;_blank&#34;&gt;&lt;text text-anchor=&#34;middle&#34; font-size=&#34;10px&#34; x=&#34;50%&#34; y=&#34;100%&#34;&gt;Viewer does not support full SVG 1.1&lt;/text&gt;&lt;/a&gt;&lt;/switch&gt;&lt;/svg&gt;
&lt;/center&gt;
&lt;h2 id=&#34;código&#34;&gt;Código&lt;/h2&gt;
&lt;p&gt;El siguiente codigo implementa el método de Newton en C++:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-cpp&#34; data-lang=&#34;cpp&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;///////////////////////////////////////////////////////////////////////////////////
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;// Programa para hallar la raíz de una función usando el método de Newton	 //
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;// El programa requiere subprogramas para las funciones f y f&amp;#39;, 		 //
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;// el punto inicial p0, la tolerancia de error eps, y el máximo número 		 //
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;// de iteraciones permitidas, kmax. 						 //
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;// El programa muestra una tabla con los valores de x y su evaluación en f.	 //
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;///////////////////////////////////////////////////////////////////////////////////
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;&lt;span class=&#34;cp&#34;&gt;# include &amp;lt;iostream&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;cp&#34;&gt;# include &amp;lt;iomanip&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;cp&#34;&gt;# include &amp;lt;math.h&amp;gt; &lt;/span&gt;&lt;span class=&#34;c1&#34;&gt;// para log x
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;&lt;span class=&#34;k&#34;&gt;using&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;namespace&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;std&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// Para usar cout
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;kt&#34;&gt;long&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;double&lt;/span&gt; &lt;span class=&#34;nf&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;kt&#34;&gt;long&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;double&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;);&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// Declara la función f
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;&lt;span class=&#34;kt&#34;&gt;long&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;double&lt;/span&gt; &lt;span class=&#34;nf&#34;&gt;fprima&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;kt&#34;&gt;long&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;double&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;);&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// Declara la derivada de f
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;kt&#34;&gt;int&lt;/span&gt; &lt;span class=&#34;nf&#34;&gt;main&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(){&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;kt&#34;&gt;int&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;kmax&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;kt&#34;&gt;long&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;double&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;p0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;p&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;eps&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;p0, eps, kmax&lt;/span&gt;&lt;span class=&#34;se&#34;&gt;\n&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;cin&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;p0&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;eps&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;kmax&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;c1&#34;&gt;// Verificamos que los valores ingresados permitan usar el algoritmo
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;    &lt;span class=&#34;k&#34;&gt;while&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;isnan&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;))&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;||&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;isnan&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;fprima&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;))){&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;k&#34;&gt;if&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;isnan&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)))&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;            &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;La funcion no esta definida en &amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;p0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;k&#34;&gt;else&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;if&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;isnan&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;fprima&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)))&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;            &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;La derivada de la funcion no esta definida en &amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;p0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   		&lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;Ingrese nuevamente una aproximacion inicial p0&lt;/span&gt;&lt;span class=&#34;se&#34;&gt;\n&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   		&lt;span class=&#34;n&#34;&gt;cin&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;p0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;Los valores ingresados son &lt;/span&gt;&lt;span class=&#34;se&#34;&gt;\n&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt;  &lt;span class=&#34;s&#34;&gt;&amp;#34;p0= &amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;p0&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34; eps = &amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;eps&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;  kmax = &amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;kmax&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;endl&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;Los resultados son&lt;/span&gt;&lt;span class=&#34;se&#34;&gt;\n&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// Muestra el encabezado de la tabla
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;    &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;k&amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setw&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;15&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;x&amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setw&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;22&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;f(x)&lt;/span&gt;&lt;span class=&#34;se&#34;&gt;\n&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt; 
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;kt&#34;&gt;int&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;k&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;p&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;setf&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;ios&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;::&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;fixed&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;);&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;k&#34;&gt;while&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;((&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;k&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;&amp;lt;=&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;kmax&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;amp;&amp;amp;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;fabs&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;))&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;eps&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)){&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;c1&#34;&gt;// Muestra los valores de k, p y f(p)
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;        &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;k&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setprecision&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;10&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setw&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;20&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;p&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setw&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;20&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;             &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;endl&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;n&#34;&gt;k&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;++&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// incrementa el contador del ciclo
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;        &lt;span class=&#34;n&#34;&gt;p0&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt; 
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;n&#34;&gt;p&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;fprima&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;);&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;p&#34;&gt;};&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;k&#34;&gt;if&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;fabs&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;))&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;&amp;lt;=&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;eps&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;La raiz de f es &amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;p0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt; 
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;k&#34;&gt;else&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;if&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;k&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;kmax&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;El metodo no converge en &amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;kmax&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34; pasos&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;k&#34;&gt;return&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;// El subprograma para ingresar la función f
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;&lt;span class=&#34;kt&#34;&gt;long&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;double&lt;/span&gt; &lt;span class=&#34;nf&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;kt&#34;&gt;long&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;double&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;){&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;k&#34;&gt;return&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;cos&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;// El subprograma para ingresar la derivada f&amp;#39;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;&lt;span class=&#34;kt&#34;&gt;long&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;double&lt;/span&gt; &lt;span class=&#34;nf&#34;&gt;fprima&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;kt&#34;&gt;long&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;double&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;){&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;k&#34;&gt;return&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;sin&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;1&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
    </item>
    
    <item>
      <title>Iteración de punto fijo</title>
      <link>https://www.cimat.mx/~luis.leon/es/cursos/analisis/punto-fijo/</link>
      <pubDate>Tue, 25 Feb 2020 10:30:00 -0600</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/cursos/analisis/punto-fijo/</guid>
      <description>&lt;p&gt;El método de iteración de punto fijo requiere el siguiente teorema para garantizar la convergencia a un resultado&lt;/p&gt;
&lt;div class=&#34;alert alert-note&#34;&gt;
  &lt;div&gt;
    Sea $g\in C[a,b]$ tal que $g(x)\in[a,b]$ para todas las $x$ en $[a,b]$. Suponga, además, que existe $g&amp;rsquo;$ en $(a,b)$ y que existe una constante $0&amp;lt;k&amp;lt;1$ con
$$
|g&amp;rsquo;(x)|\leq k, \text{ para toda }x\in (a,b).
$$
Entonces, para cualquier número $p_0$ en $[a,b]$, la sucesión definida por
$$
p_n=g(p_{n-1}), \qquad n\geq 1,
$$
converge al único punto fijo $p$ en $[a,b]$.
  &lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Bajo las condiciones del teorema el algoritmo siempre converge. Las cotas de error al aproximar $p_n$ al punto fijo están dadas por
$$
|p_n-p|\leq k^n \max\{p_0-a,b-p_0\}
$$
y
$$
|p_n-p| \leq \dfrac{k^n}{1-k}|p_1-p_0|, \text{  para toda }n\geq 1.
$$&lt;/p&gt;
&lt;h2 id=&#34;diagrama-de-flujo&#34;&gt;Diagrama de flujo&lt;/h2&gt;
&lt;center&gt;
&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; xmlns:xlink=&#34;http://www.w3.org/1999/xlink&#34; version=&#34;1.1&#34; width=&#34;223px&#34; viewBox=&#34;-0.5 -0.5 223 552&#34; content=&#34;&amp;lt;mxfile host=&amp;quot;www.draw.io&amp;quot; modified=&amp;quot;2020-02-26T23:59:28.905Z&amp;quot; agent=&amp;quot;Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36&amp;quot; etag=&amp;quot;TjKyIJgBL7D5mPuq8Ywl&amp;quot; version=&amp;quot;12.7.8&amp;quot; type=&amp;quot;onedrive&amp;quot;&amp;gt;&amp;lt;diagram id=&amp;quot;C5RBs43oDa-KdzZeNtuy&amp;quot; name=&amp;quot;Page-1&amp;quot;&amp;gt;7Vtbd+I2EP41Pqd9CMe2fOMxQLLZ3TRn26TN5lHYAlxsyzVmA/n1HWEZX8YBQjEkdPMA1kgaSTOf5yaikH64+JTQePIb91ig6Kq3UMhA0XXHMuFTEJYZwXC0jDBOfC8jqQXh3n9hGVHLqXPfYzNJy0gp50Hqx1Wiy6OIuWmFRpOEP1eHjXjgVQgxHTNEuHdpgKmPvpdOMipR1YJ+w/zxRK5s5R0hzcdKwmxCPf5cIpErhfQTztPsKVz0WSBEl4vl8fPyMbidWp++/D77h/7Z+/pw99dFxuz6LVPWJ0hYlO7NWvPvZuHo6x/JA/s+f3n4cju4eZZT1B80mEtxfY581+fyxOkyl2LC55HHBCtNIb3niZ+y+5i6ovcZYAO0SRoGsnvEo1QCQQMx9cYBnQktqvA8SxM+XWtCjF7LVXSP/CDo84Anq2WJR5kzctfTSj2W67DhCHrkCViSskVN41vkpa2VCNhnPGRpsoR5kktXykbCPkfBc4Gh/M2YlOBD5DAqUTte8y1UAw9SO2/QlIY0dctn4rWkqfi2AthAb5jA01g8+dE4YTMQrOijoVBQNJyJrxmPFHGY+gzqMXe+mkCusfonPBzOZ9tVX1Um4OCahn4gZHjDgh8s9V3aABAa+OMIGi4ojCXNKIEl4VDQsorWA4flBxfGuwKOpXfMCnQ0C2NHy/FUBo/TFnh0BJ46KjJIVEhXUZpQD9R1Kbak6LC0Olx91aFTnxnPo5SLPQlbQsXuYrxenQkDW59kq4R00RHTAQugZh6B+6gDEnAWi0fQFQ0CFvBxQkOxNEt8kJkAUbXvW9Gx1Xy9HyiRjkYqWHJ2hJLVFpRsBKUpfE0VvadtcBrqR5K649SlrttY7HaD1Nuz/thR3yt9olwOkNBBGGlVssi6CpGBIQ4uZUfoe56Y3gOX4b/Q4YqVUFnM/ShdncXsKeZA8JqDu5GWu03na3ZUtVv6q6rDwOogDerQW1MH9sZi4+Nf4l/P5SXoqps0QJrCIadjHzUiwl5tunYzK+cyBUey2vNW56PY/cVFDJ/roZlPirHn2TkUej+6tK2OVlVfgz3rGh2THNGR5Ca2pL5rP0LiBk6QKbKPJG6HdCynIm+TNPiPbofYWN5Ga/I2G4LAurAj71Kk3MJZiJzNd6syZgs//V56fhJWDaLdrDVYSCO3aixlI1uEeShL30XGsDs+T1y26VzNuihJ2mxwDTktYQFN/R/VvTXJXq7wTXjEQtWagYJ9u6bA7AByXjk/r7PS66zqr15KkzFLESfQGF2Whkmn/eqeYaXaQrqqbtwanmFVJsBDtokCnWtN/AfAWgiwd7gwcRbhjmbXQNQQ5h83wMFh/t7GojAQT6We0xgLKa/sTdowTn9nRqUeRO1sVLp1VvUawytG5WAvsXMaIAFckmVpkmg+lfuKaavWsQCo7wjAs/FqCIBa3Wi1jEDdaEAgKn5drapUsm418v8WXwzVThc4cxADI/Hh8ggcA+Bme6VLFGBlbhLTGS7Rojfkf1LtqlbcDRM7QU1vyDDNtrygfsCQ+QMYr61GyT6pUdJRMRQlSztbJRvz0o5slg4bYcFpyilZ19qclJUQZnRJBWMdVdW24GzVKpmYNf86rW1vau/qTU/rTk2ENrJ3QKcbiNexHerPkK6xGLwdhafNKroIhca+KISZCIVHTizyrf9EYbUavj21NU6KQoJRuHdu4WBeR7aFBCcX51qj2nwhZDRUuI9asTLwlZz4bcgCKeOD3sfhGixxTCTyY9/BGfrhrPBbLhUKK1yNXc2PYoWNk0akOqrKGOqeRpigWhGp5+Mt22CjqcBzkEhA3YjBtrF0NhDBN1uoZHOoqy3DemWlVm+qDFwnOutf59Svq8ipr6sMfFV4IBNw2uuqvHa9PbUk78tWmPW76/3diXmwwhw0i1/rZ8OL/3ggV/8C&amp;lt;/diagram&amp;gt;&amp;lt;/mxfile&amp;gt;&#34; onclick=&#34;(function(svg){var src=window.event.target||window.event.srcElement;while (src!=null&amp;amp;&amp;amp;src.nodeName.toLowerCase()!=&#39;a&#39;){src=src.parentNode;}if(src==null){if(svg.wnd!=null&amp;amp;&amp;amp;!svg.wnd.closed){svg.wnd.focus();}else{var r=function(evt){if(evt.data==&#39;ready&#39;&amp;amp;&amp;amp;evt.source==svg.wnd){svg.wnd.postMessage(decodeURIComponent(svg.getAttribute(&#39;content&#39;)),&#39;*&#39;);window.removeEventListener(&#39;message&#39;,r);}};window.addEventListener(&#39;message&#39;,r);svg.wnd=window.open(&#39;https://www.draw.io/?client=1&amp;amp;lightbox=1&amp;amp;edit=_blank&#39;);}}})(this);&#34; style=&#34;cursor:pointer;max-width:100%;max-height:552px;&#34;&gt;&lt;defs/&gt;&lt;g&gt;&lt;rect x=&#34;30&#34; y=&#34;0&#34; width=&#34;65&#34; height=&#34;30&#34; rx=&#34;4.5&#34; ry=&#34;4.5&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 63px; height: 1px; padding-top: 15px; margin-left: 31px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;Inicio&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;63&#34; y=&#34;19&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;Inicio&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 62.5 140 L 122.5 180 L 62.5 220 L 2.5 180 Z&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 110px; height: 1px; padding-top: 178px; margin-left: 8px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;Los datos&lt;br /&gt;ingresados son &lt;br /&gt;adecuados?&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;63&#34; y=&#34;182&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;Los datos...&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 3.13 120 L 27.13 60 L 123.13 60 L 99.13 120 Z&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 90px; margin-left: 4px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;   Entrada: a, b,&lt;br /&gt; punto inicial p &lt;br /&gt;error, max. iteraciones&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;63&#34; y=&#34;94&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;Entrada: a, b,...&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;rect x=&#34;28.13&#34; y=&#34;250&#34; width=&#34;70&#34; height=&#34;30&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 68px; height: 1px; padding-top: 265px; margin-left: 29px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;k=k+1&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;63&#34; y=&#34;269&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;k=k+1&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;rect x=&#34;35.01&#34; y=&#34;220&#34; width=&#34;30&#34; height=&#34;20&#34; fill=&#34;none&#34; stroke=&#34;none&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 230px; margin-left: 50px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: nowrap; &#34;&gt;Sí&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;50&#34; y=&#34;234&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;Sí&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;rect x=&#34;30.01&#34; y=&#34;300&#34; width=&#34;68.75&#34; height=&#34;30&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 67px; height: 1px; padding-top: 315px; margin-left: 31px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;x=g(p)&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;64&#34; y=&#34;319&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;x=g(p)&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 63.37 350 L 110.63 380 L 63.37 410 L 16.1 380 Z&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 93px; height: 1px; padding-top: 380px; margin-left: 17px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;k&amp;lt;kmax y &lt;br /&gt;|x-p|&amp;gt;eps&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;63&#34; y=&#34;384&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;k&amp;lt;kmax y...&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;ellipse cx=&#34;63.37&#34; cy=&#34;530&#34; rx=&#34;39.685&#34; ry=&#34;20&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 77px; height: 1px; padding-top: 530px; margin-left: 25px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;Fin&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;63&#34; y=&#34;534&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;Fin&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 122.5 180 L 142.5 180 Q 152.5 180 152.5 170 L 152.5 50 Q 152.5 40 142.5 40 L 68.87 40&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 63.62 40 L 70.62 36.5 L 68.87 40 L 70.62 43.5 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;rect x=&#34;115&#34; y=&#34;160&#34; width=&#34;30&#34; height=&#34;20&#34; fill=&#34;none&#34; stroke=&#34;none&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 170px; margin-left: 130px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: nowrap; &#34;&gt;No&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;130&#34; y=&#34;174&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;No&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 62.5 30 L 62.75 53.63&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 62.8 58.88 L 59.23 51.92 L 62.75 53.63 L 66.23 51.85 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 63.13 120 L 62.7 133.64&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 62.54 138.88 L 59.26 131.78 L 62.7 133.64 L 66.25 132 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 0 480 L 25 430 L 125 430 L 100 480 Z&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 123px; height: 1px; padding-top: 455px; margin-left: 1px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;  El punto fijo es x&lt;br /&gt;o no converge &lt;br /&gt;en kmax pasos &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;63&#34; y=&#34;459&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;El punto fijo es x...&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 63.13 220 L 63.13 243.63&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 63.13 248.88 L 59.63 241.88 L 63.13 243.63 L 66.63 241.88 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 64.04 278.95 L 63.94 293.66&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 63.91 298.91 L 60.46 291.89 L 63.94 293.66 L 67.46 291.93 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 64.38 330 L 63.69 343.64&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 63.42 348.88 L 60.28 341.71 L 63.69 343.64 L 67.27 342.07 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 63.37 410 L 62.78 423.64&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 62.55 428.88 L 59.35 421.74 L 62.78 423.64 L 66.35 422.04 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;rect x=&#34;30.01&#34; y=&#34;410&#34; width=&#34;30&#34; height=&#34;20&#34; fill=&#34;none&#34; stroke=&#34;none&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 420px; margin-left: 45px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: nowrap; &#34;&gt;No&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;45&#34; y=&#34;424&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;No&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;rect x=&#34;152.5&#34; y=&#34;365&#34; width=&#34;68.75&#34; height=&#34;30&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 67px; height: 1px; padding-top: 380px; margin-left: 154px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;p=x&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;187&#34; y=&#34;384&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;p=x&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 110.63 380 L 146.13 380&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 151.38 380 L 144.38 383.5 L 146.13 380 L 144.38 376.5 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 186.88 365 L 186.53 240 Q 186.5 230 176.5 230 L 68.87 230&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 63.62 230 L 70.62 226.5 L 68.87 230 L 70.62 233.5 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;rect x=&#34;115&#34; y=&#34;360&#34; width=&#34;30&#34; height=&#34;20&#34; fill=&#34;none&#34; stroke=&#34;none&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 370px; margin-left: 130px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: nowrap; &#34;&gt;Sí&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;130&#34; y=&#34;374&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;Sí&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 62.5 480 L 62.92 503.63&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 63.01 508.88 L 59.39 501.95 L 62.92 503.63 L 66.39 501.82 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;/g&gt;&lt;switch&gt;&lt;g requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;/&gt;&lt;a transform=&#34;translate(0,-5)&#34; xlink:href=&#34;https://desk.draw.io/support/solutions/articles/16000042487&#34; target=&#34;_blank&#34;&gt;&lt;text text-anchor=&#34;middle&#34; font-size=&#34;10px&#34; x=&#34;50%&#34; y=&#34;100%&#34;&gt;Viewer does not support full SVG 1.1&lt;/text&gt;&lt;/a&gt;&lt;/switch&gt;&lt;/svg&gt;
&lt;/center&gt;
&lt;h2 id=&#34;código&#34;&gt;Código&lt;/h2&gt;
&lt;p&gt;El siguiente codigo implementa el método de punto fijo en C++:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-cpp&#34; data-lang=&#34;cpp&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;///////////////////////////////////////////////////////////////////////////////////
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;// Programa para hallar el punto fijo de una función g entre a y b.		 //
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;// El programa requiere un subprograma para la función g, los puntos 		 //
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;// a y b, la tolerancia de error eps, y el máximo número 			 //
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;// de iteraciones permitidas, kmax. 						 //
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;// El programa muestra una tabla con los valores de x y su evaluación en g.	 //
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;///////////////////////////////////////////////////////////////////////////////////
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;&lt;span class=&#34;cp&#34;&gt;# include &amp;lt;iostream&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;cp&#34;&gt;# include &amp;lt;iomanip&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;cp&#34;&gt;# include &amp;lt;math.h&amp;gt; &lt;/span&gt;&lt;span class=&#34;c1&#34;&gt;// para log x
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;&lt;span class=&#34;k&#34;&gt;using&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;namespace&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;std&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// Para usar cout
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;kt&#34;&gt;long&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;double&lt;/span&gt; &lt;span class=&#34;nf&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;kt&#34;&gt;long&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;double&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;);&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// Declara la función f
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;kt&#34;&gt;int&lt;/span&gt; &lt;span class=&#34;nf&#34;&gt;main&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(){&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;kt&#34;&gt;int&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;kmax&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;kt&#34;&gt;long&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;double&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;a&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;b&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;p&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;eps&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;Ingrese a, b, p, eps, kmax&lt;/span&gt;&lt;span class=&#34;se&#34;&gt;\n&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;cin&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;a&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;b&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;p&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;eps&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;kmax&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;c1&#34;&gt;// Verificamos que los valores ingresados permitan usar el algoritmo
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;    &lt;span class=&#34;k&#34;&gt;while&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;b&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;a&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;||&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;isnan&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;a&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;))&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;||&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;isnan&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;b&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;))&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;||&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;a&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;a&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;||&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;b&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;b&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;){&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;k&#34;&gt;if&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;b&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;a&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;            &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;Ingrese un intervalo de la forma (a,b) con a&amp;lt;b&lt;/span&gt;&lt;span class=&#34;se&#34;&gt;\n&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;k&#34;&gt;else&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;if&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;isnan&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;a&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)))&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;            &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;La evaluacion en &amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;a&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34; no esta definida&lt;/span&gt;&lt;span class=&#34;se&#34;&gt;\n&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;k&#34;&gt;else&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;if&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;isnan&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;b&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)))&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;            &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;La evaluacion en &amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;b&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34; no esta definida&lt;/span&gt;&lt;span class=&#34;se&#34;&gt;\n&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;k&#34;&gt;else&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;if&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;a&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;a&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;||&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;b&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;b&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;            &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;La funcion no satisface el Teorema  b&lt;/span&gt;&lt;span class=&#34;se&#34;&gt;\n&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;Ingrese nuevamente valores para a y b&lt;/span&gt;&lt;span class=&#34;se&#34;&gt;\n&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;n&#34;&gt;cin&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;a&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;b&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;Los valores ingresados son &lt;/span&gt;&lt;span class=&#34;se&#34;&gt;\n&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;a= &amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;a&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;  b= &amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;b&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34; p= &amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34; eps = &amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;eps&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;  kmax = &amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;kmax&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;endl&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;Los resultados son&lt;/span&gt;&lt;span class=&#34;se&#34;&gt;\n&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// Muestra el encabezado de la tabla
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;    &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;k&amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setw&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;16&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;x&amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setw&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;22&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;f(x)&lt;/span&gt;&lt;span class=&#34;se&#34;&gt;\n&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;0&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setprecision&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;9&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setw&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;20&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;p&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setw&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;20&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;             &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;endl&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;kt&#34;&gt;int&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;k&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;1&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;setf&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;ios&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;::&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;fixed&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;);&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;k&#34;&gt;while&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;((&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;k&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;&amp;lt;=&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;kmax&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;amp;&amp;amp;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;fabs&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;eps&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)){&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;c1&#34;&gt;// Muestra los valores de k, x, y, a, b
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;        &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;k&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setprecision&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;9&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setw&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;20&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setw&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;20&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;))&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;             &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;endl&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;n&#34;&gt;k&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;++&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// incrementa el contador del ciclo
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;        &lt;span class=&#34;k&#34;&gt;if&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;fabs&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;))&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;))&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;&amp;lt;=&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;eps&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;El punto fijo de f es &amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;p&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt; 
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;n&#34;&gt;p&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;);&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;p&#34;&gt;};&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;k&#34;&gt;if&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;k&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;kmax&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;El metodo no converge en &amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;kmax&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34; pasos&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;k&#34;&gt;return&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;// El subprograma para ingresar la función f
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;&lt;span class=&#34;kt&#34;&gt;long&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;double&lt;/span&gt; &lt;span class=&#34;nf&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;kt&#34;&gt;long&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;double&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;){&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;k&#34;&gt;return&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;*&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;*&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;+&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;4&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;*&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;*&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;10&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;3&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;*&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;*&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;+&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;8&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;*&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;);&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
    </item>
    
    <item>
      <title>Método de la secante</title>
      <link>https://www.cimat.mx/~luis.leon/es/cursos/analisis/secante/</link>
      <pubDate>Tue, 25 Feb 2020 10:30:00 -0600</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/cursos/analisis/secante/</guid>
      <description>&lt;p&gt;El método de la secante implementa la misma idea que el método de Newton usando la aproximación de la secante a la derivada:
$$
f&amp;rsquo;(x) \approx \dfrac{f(p_1)-f(p_0)}{p_1-p_0}
$$
para valores cercanos a $x$, $p_0$ y $p_1$.&lt;/p&gt;
&lt;h2 id=&#34;diagrama-de-flujo&#34;&gt;Diagrama de flujo&lt;/h2&gt;
&lt;center&gt;
&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; xmlns:xlink=&#34;http://www.w3.org/1999/xlink&#34; version=&#34;1.1&#34; width=&#34;239px&#34; viewBox=&#34;-0.5 -0.5 239 552&#34; content=&#34;&amp;lt;mxfile host=&amp;quot;www.draw.io&amp;quot; modified=&amp;quot;2020-03-10T20:52:36.177Z&amp;quot; agent=&amp;quot;Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36&amp;quot; etag=&amp;quot;fuX9n50qS2X-nIatEJqB&amp;quot; version=&amp;quot;12.8.2&amp;quot; type=&amp;quot;onedrive&amp;quot;&amp;gt;&amp;lt;diagram id=&amp;quot;C5RBs43oDa-KdzZeNtuy&amp;quot; name=&amp;quot;Page-1&amp;quot;&amp;gt;5Vtbc9o4FP41nmkeYGzLNx4DNEnbbKe7yW6aR2EL0GBbrm0SyK9fyXdbChgWU4fNA0hH93M+nZuIBCbe5jaEwfIP4iBXUmVnI4GppKqWodNPRtimBE2TU8IixE5KqhAe8BtKiUpOXWMHRRktJcWEuDEO6kSb+D6y4xoNhiF5rXebE9epEQK4QBzhwYYuT33CTrxMqUCWS/odwotltrKRN3gw75sRoiV0yGuFBD5LYBISEqclbzNBLmNdzpanL9sn935l3H79M/oF/x5/e/z+zyCd7OaQIcUJQuTHR0+t4O+RN//2V/iIfq7fHr/eT+9esyHyC3TXGbu++NjGJDtxvM25GJK17yA2lSKB8esSx+ghgDZrfaWwobRl7LlZ85z4cQYEhbJpvHBhxKQo03IUh2RVSIL1LvjKmufYdSfEJWGyLHAgsuZ2MazSYtgWms1pS0vmZEx8QWGMNhVkZMy6RcRDcbilXbLWUcabDPY5Cl5LDOU3Y1mBD8i6wQy1i2LeUjS0kEnnAEkpnKTuScSuJYzZt+HSDYxnIS0tWAn7ixBFlLGsDXpMQP4sYl8R8SV2mOYI6CB7nQwAN7z4l8SbraP9oq8Lk+LgBnrYZTy8Q+4LirENBQCBLl74tGJTGaJQjBK6JD0UrRll7ZHQ5acDrVfAMdShXoOOYvDYUXI8VcFjdQUelQNPExUpJGqk6yAkG+xRRhMfCSAmmAIz5UE1LwNmkI+I1rN8SAE7eooKWVIn7wxQdgxo7gdRYxGmU3nSBEjXymbI9kQRVZyhAWuK1oAVKQig6yKXLELo0akCFGLKeQbFetuPsmGvEuwPIMFQATVEWi0BaXQFSJMD5Ip+rSR1rOwwPfJH4rplNbmumjzbTQHXu7MhvLl/SG7KlGM6PWRc5yynoxkrqDp3r7MGDzsOGz6mhge/wVkyFRNZQLAfJ2fRx5I+ZXOtqdHK9H+XJlwfyvKo8lcXh8aLAwjEoXYmDt6mM3NW6sEA+jWpGL/WzNlMzOcg5d817aDIwaZsrKjn1tq0pCZLpuQBFdf8U192c/XpAPswOMD4XDFI8r1zEjtdq2Nb4mPfVFZN5+KPWVm1zvK9B70aiLvvPOtl6FdNqd1mIHDQFcMQXOdRV9eZ97JWhY+UCGPlwU2yY85z4nwrc0IFe0W/ir6pjxPwTkxr37w/sjONYUN6AtM40oY6OKNPklvrivxusM+xm86Egwh9JHZbYGhYNX7rQOCKjIbA5PmtdcZvXRCVNJntO9csB8T8DpZEwHadx2iD45+V8jPTYjT8SmvTTabUkso2qxzG5YisQxvtOkbaDzm1NBQviwqndYGXkdNC5MIYv9STVyLeZyv8YM5VKWpF46JPsyHA9ETZuGrCqDmV2pyqefViGC5QzM1EJQa3lW6Z//funulKjYVUWd65NX6EURtAC+kmSnQWkvgPgDU4wH7nM2UX4TkrZgNEgojxvL4yHzEerSxKBfFcaTmLssjYk16cHf3UviuVZozaWqmMmlM1k17vKJWTXWLr9wCJ4ifcVgax6nO1rRyW1DoCoNoSgJdr1TgAKk2l1TECVU2AQC6Veg8Z22CannmjZQfRjzmTSS27WsYM1BTJPvuwiU81PRXc3jADsYh+lWdLE5xF/IsBdz/+J2nT+gOQpgsCTFXwBKR3ZQPVEzrM/VNde1WS2S+VpHJZdS5Uaq2TTH4u5cxK6RT+VYkTbQRqSBnKsrIHLUmtoigKHP5ml81sazF7ZjLVBqBGjbxX+zBQa4ITnNtinsJnO1KJ9QCBSlsNmWcgewpBoB0JQVXj9CM4c9iQxzuXaXv3Q7Bt3JA7t32BIOCQox0dOVj8XGdWhIAPHS41AzWSd73daoL89VnzUfnrU+3ttv0PXqqvvK1fRMu47ZDByVINhHzQJz8+7QsEeUnDGIp+mGd2hQT1dJbhkGeM0jLUPe3CTPTMMmj98o9VLg+kyUcaBsBlp0AzB9CxXdBEKaWTeCfyTgyeGEuXCxH+LY1LE53qMU0z3lmp07cxjc9NXfRPy5oPZCJDdF6HhH+cPJEKOGusm8cP+2Nd0HNdoTdfy483J/rJkoG0Wv7DStq9/Kcf8Plf&amp;lt;/diagram&amp;gt;&amp;lt;/mxfile&amp;gt;&#34; onclick=&#34;(function(svg){var src=window.event.target||window.event.srcElement;while (src!=null&amp;amp;&amp;amp;src.nodeName.toLowerCase()!=&#39;a&#39;){src=src.parentNode;}if(src==null){if(svg.wnd!=null&amp;amp;&amp;amp;!svg.wnd.closed){svg.wnd.focus();}else{var r=function(evt){if(evt.data==&#39;ready&#39;&amp;amp;&amp;amp;evt.source==svg.wnd){svg.wnd.postMessage(decodeURIComponent(svg.getAttribute(&#39;content&#39;)),&#39;*&#39;);window.removeEventListener(&#39;message&#39;,r);}};window.addEventListener(&#39;message&#39;,r);svg.wnd=window.open(&#39;https://www.draw.io/?client=1&amp;amp;lightbox=1&amp;amp;edit=_blank&#39;);}}})(this);&#34; style=&#34;cursor:pointer;max-width:100%;max-height:552px;&#34;&gt;&lt;defs/&gt;&lt;g&gt;&lt;rect x=&#34;49&#34; y=&#34;0&#34; width=&#34;65&#34; height=&#34;30&#34; rx=&#34;4.5&#34; ry=&#34;4.5&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 63px; height: 1px; padding-top: 15px; margin-left: 50px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;Inicio&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;82&#34; y=&#34;19&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;Inicio&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 81.5 140 L 141.5 180 L 81.5 220 L 21.5 180 Z&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 110px; height: 1px; padding-top: 178px; margin-left: 27px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;Los datos&lt;br /&gt;ingresados son &lt;br /&gt;adecuados?&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;82&#34; y=&#34;182&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;Los datos...&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 22.13 120 L 46.13 60 L 142.13 60 L 118.13 120 Z&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 90px; margin-left: 23px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;   Aproximaciones&lt;br /&gt;  iniciales p&lt;sub&gt;0&lt;/sub&gt;, p&lt;sub&gt;1&lt;/sub&gt;,&lt;br /&gt;error, máx. iteraciones&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;82&#34; y=&#34;94&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;Aproximaciones...&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;rect x=&#34;47.13&#34; y=&#34;250&#34; width=&#34;70&#34; height=&#34;30&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 68px; height: 1px; padding-top: 265px; margin-left: 48px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;k=k+1&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;82&#34; y=&#34;269&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;k=k+1&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;rect x=&#34;54.01&#34; y=&#34;220&#34; width=&#34;30&#34; height=&#34;20&#34; fill=&#34;none&#34; stroke=&#34;none&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 230px; margin-left: 69px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: nowrap; &#34;&gt;Sí&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;69&#34; y=&#34;234&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;Sí&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;rect x=&#34;0&#34; y=&#34;300&#34; width=&#34;166&#34; height=&#34;29&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 164px; height: 1px; padding-top: 315px; margin-left: 1px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;p=p&lt;span style=&#34;font-size: 10px&#34;&gt;&lt;sub&gt;1&lt;/sub&gt;&lt;/span&gt;-[f(p&lt;span style=&#34;font-size: 10px&#34;&gt;&lt;sub&gt;1&lt;/sub&gt;&lt;/span&gt;)(p&lt;sub&gt;1&lt;/sub&gt;-p&lt;sub&gt;0&lt;/sub&gt;)]&lt;sub&gt;&lt;font style=&#34;font-size: 18px&#34;&gt;/&lt;/font&gt;&lt;/sub&gt;[f(p&lt;sub&gt;1&lt;/sub&gt;)-f(p&lt;sub&gt;0&lt;/sub&gt;)]&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;83&#34; y=&#34;318&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;p=p1-[f(p1)(p1-p0)]/[f(p1)-...&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 82.37 350 L 129.63 380 L 82.37 410 L 35.1 380 Z&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 93px; height: 1px; padding-top: 380px; margin-left: 36px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;k&amp;lt;kmax y &lt;br /&gt;|f(p)|&amp;gt;eps&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;82&#34; y=&#34;384&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;k&amp;lt;kmax y...&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;ellipse cx=&#34;82.37&#34; cy=&#34;530&#34; rx=&#34;39.685&#34; ry=&#34;20&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 77px; height: 1px; padding-top: 530px; margin-left: 44px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;Fin&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;82&#34; y=&#34;534&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;Fin&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 141.5 180 L 161.5 180 Q 171.5 180 171.5 170 L 171.5 50 Q 171.5 40 161.5 40 L 87.87 40&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 82.62 40 L 89.62 36.5 L 87.87 40 L 89.62 43.5 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;rect x=&#34;134&#34; y=&#34;160&#34; width=&#34;30&#34; height=&#34;20&#34; fill=&#34;none&#34; stroke=&#34;none&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 170px; margin-left: 149px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: nowrap; &#34;&gt;No&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;149&#34; y=&#34;174&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;No&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 81.5 30 L 81.75 53.63&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 81.8 58.88 L 78.23 51.92 L 81.75 53.63 L 85.23 51.85 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 82.13 120 L 81.7 133.64&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 81.54 138.88 L 78.26 131.78 L 81.7 133.64 L 85.25 132 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 19 480 L 44 430 L 144 430 L 119 480 Z&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 123px; height: 1px; padding-top: 455px; margin-left: 20px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;  La raíz de f es p&lt;br /&gt;o no converge &lt;br /&gt;en kmáx pasos &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;82&#34; y=&#34;459&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;La raíz de f es p...&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 82.13 220 L 82.13 243.63&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 82.13 248.88 L 78.63 241.88 L 82.13 243.63 L 85.63 241.88 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 82.13 280 L 81.93 293.66&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 81.85 298.91 L 78.46 291.86 L 81.93 293.66 L 85.46 291.96 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 83 329 L 82.56 343.63&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 82.4 348.88 L 79.11 341.78 L 82.56 343.63 L 86.11 341.99 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 82.37 410 L 81.78 423.64&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 81.55 428.88 L 78.35 421.74 L 81.78 423.64 L 85.35 422.04 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;rect x=&#34;49.01&#34; y=&#34;410&#34; width=&#34;30&#34; height=&#34;20&#34; fill=&#34;none&#34; stroke=&#34;none&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 420px; margin-left: 64px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: nowrap; &#34;&gt;No&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;64&#34; y=&#34;424&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;No&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;rect x=&#34;171.5&#34; y=&#34;360&#34; width=&#34;66.5&#34; height=&#34;37&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 65px; height: 1px; padding-top: 379px; margin-left: 173px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;p&lt;sub&gt;0&lt;/sub&gt;=p&lt;sub&gt;1&lt;/sub&gt;&lt;br /&gt;p&lt;sub&gt;1&lt;/sub&gt;=p&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;205&#34; y=&#34;382&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;p0=p1...&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 129.63 380 L 165.14 378.73&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 170.38 378.54 L 163.51 382.29 L 165.14 378.73 L 163.26 375.29 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 204.75 360 L 205.44 240 Q 205.5 230 195.5 230 L 87.87 230&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 82.62 230 L 89.62 226.5 L 87.87 230 L 89.62 233.5 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;rect x=&#34;134&#34; y=&#34;360&#34; width=&#34;30&#34; height=&#34;20&#34; fill=&#34;none&#34; stroke=&#34;none&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 370px; margin-left: 149px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: nowrap; &#34;&gt;Sí&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;149&#34; y=&#34;374&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;Sí&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 81.5 480 L 81.92 503.63&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 82.01 508.88 L 78.39 501.95 L 81.92 503.63 L 85.39 501.82 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;/g&gt;&lt;switch&gt;&lt;g requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;/&gt;&lt;a transform=&#34;translate(0,-5)&#34; xlink:href=&#34;https://desk.draw.io/support/solutions/articles/16000042487&#34; target=&#34;_blank&#34;&gt;&lt;text text-anchor=&#34;middle&#34; font-size=&#34;10px&#34; x=&#34;50%&#34; y=&#34;100%&#34;&gt;Viewer does not support full SVG 1.1&lt;/text&gt;&lt;/a&gt;&lt;/switch&gt;&lt;/svg&gt;
&lt;/center&gt;
&lt;h2 id=&#34;código&#34;&gt;Código&lt;/h2&gt;
&lt;p&gt;El siguiente codigo implementa el método de la secante en C++:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-cpp&#34; data-lang=&#34;cpp&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;///////////////////////////////////////////////////////////////////////////////////
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;// Programa para hallar la raíz de una función usando el método de la secante	 //
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;// El programa requiere un subprograma para las funciones f,	 		 //
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;// Los puntos iniciales p0 y p1, la tolerancia de error eps, y el máximo número	 //
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;// de iteraciones permitidas, kmax. 						 //
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;// El programa muestra una tabla con los valores de x y su evaluación en f.	 //
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;///////////////////////////////////////////////////////////////////////////////////
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;&lt;span class=&#34;cp&#34;&gt;# include &amp;lt;iostream&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;cp&#34;&gt;# include &amp;lt;iomanip&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;cp&#34;&gt;# include &amp;lt;math.h&amp;gt; &lt;/span&gt;&lt;span class=&#34;c1&#34;&gt;// para log x
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;&lt;span class=&#34;k&#34;&gt;using&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;namespace&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;std&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// Para usar cout
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;kt&#34;&gt;long&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;double&lt;/span&gt; &lt;span class=&#34;nf&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;kt&#34;&gt;long&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;double&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;);&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// Declara la función f
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;&lt;span class=&#34;kt&#34;&gt;long&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;double&lt;/span&gt; &lt;span class=&#34;nf&#34;&gt;secante&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;kt&#34;&gt;long&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;double&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;p0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;long&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;double&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;p1&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;);&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// Declara la función secante
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;kt&#34;&gt;int&lt;/span&gt; &lt;span class=&#34;nf&#34;&gt;main&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(){&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;kt&#34;&gt;int&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;kmax&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;kt&#34;&gt;long&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;double&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;p0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;p1&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;p&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;eps&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;p0, p1, eps, kmax&lt;/span&gt;&lt;span class=&#34;se&#34;&gt;\n&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;cin&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;p0&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;p1&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;eps&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;kmax&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;c1&#34;&gt;// Verificamos que los valores ingresados permitan usar el algoritmo
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;    &lt;span class=&#34;k&#34;&gt;while&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;isnan&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;))&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;||&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;isnan&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p1&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;))){&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;k&#34;&gt;if&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;isnan&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)))&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;            &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;La funcion no esta definida en &amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;p0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;k&#34;&gt;else&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;if&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;isnan&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p1&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)))&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;            &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;La funcion no esta definida en &amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;p1&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   		&lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;Ingrese nuevamente las aproximacion iniciales p0, p1&lt;/span&gt;&lt;span class=&#34;se&#34;&gt;\n&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   		&lt;span class=&#34;n&#34;&gt;cin&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;p0&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;p1&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;Los valores ingresados son &lt;/span&gt;&lt;span class=&#34;se&#34;&gt;\n&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt;  &lt;span class=&#34;s&#34;&gt;&amp;#34;p0= &amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;p0&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;p1= &amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;p1&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34; eps = &amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;eps&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;  kmax = &amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;kmax&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;endl&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;Los resultados son&lt;/span&gt;&lt;span class=&#34;se&#34;&gt;\n&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// Muestra el encabezado de la tabla
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;    &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;k&amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setw&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;15&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;x&amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setw&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;22&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;f(x)&lt;/span&gt;&lt;span class=&#34;se&#34;&gt;\n&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;0&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setprecision&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;10&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setw&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;20&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;p0&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setw&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;20&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;             &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;endl&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;1&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setprecision&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;10&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setw&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;20&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;p1&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setw&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;20&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p1&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;             &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;endl&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;         
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;kt&#34;&gt;int&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;k&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;2&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;p&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;setf&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;ios&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;::&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;fixed&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;);&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;k&#34;&gt;while&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;((&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;k&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;&amp;lt;=&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;kmax&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;amp;&amp;amp;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;fabs&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;))&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;eps&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)){&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;n&#34;&gt;p0&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt; 
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;n&#34;&gt;p&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p1&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p1&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;secante&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p1&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;);&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;c1&#34;&gt;// Muestra los valores de k, p y f(p)
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;        &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;k&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setprecision&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;10&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setw&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;20&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;p&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setw&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;20&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;             &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;endl&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;n&#34;&gt;k&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;++&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// incrementa el contador del ciclo        
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;    &lt;span class=&#34;p&#34;&gt;};&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;k&#34;&gt;if&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;fabs&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;))&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;&amp;lt;=&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;eps&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;La raiz de f es &amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;p0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt; 
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;k&#34;&gt;else&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;if&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;k&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;kmax&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;El metodo no converge en &amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;kmax&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34; pasos&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;k&#34;&gt;return&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;// El subprograma para ingresar la función f
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;&lt;span class=&#34;kt&#34;&gt;long&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;double&lt;/span&gt; &lt;span class=&#34;nf&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;kt&#34;&gt;long&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;double&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;){&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;k&#34;&gt;return&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;pow&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;3&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;2&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;*&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;pow&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;2&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;5&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;// El subprograma para calcular la secante de dos puntos
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;&lt;span class=&#34;kt&#34;&gt;long&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;double&lt;/span&gt; &lt;span class=&#34;nf&#34;&gt;secante&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;kt&#34;&gt;long&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;double&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;p0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;long&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;double&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;p1&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;){&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;k&#34;&gt;return&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p1&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;))&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p1&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;p0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;);&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
    </item>
    
    <item>
      <title>Método de Bisección</title>
      <link>https://www.cimat.mx/~luis.leon/es/cursos/analisis/biseccion/</link>
      <pubDate>Mon, 24 Feb 2020 10:30:00 -0600</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/cursos/analisis/biseccion/</guid>
      <description>&lt;p&gt;El método de bisección es un algoritmo de búsqueda de raíces que trabaja dividiendo el intervalo a la mitad y seleccionando el subintervalo que tiene la raíz. Se basa en el Teorema de Bolzano:&lt;/p&gt;
&lt;div class=&#34;alert alert-note&#34;&gt;
  &lt;div&gt;
    Sea $f$ una función real continua en un intervalo cerrado $[a,b]$ con $f(a)$ y $f(b)$ de signos contrarios. Entonces existe al menos un punto $c$ del intervalo abierto $(a,b)$ con $f(c)=0$.
  &lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Bajo las condiciones del teorema el algoritmo siempre converge. Si deseamos una tolerancia de error absoluto $\epsilon$ necesitamos $n\geq \frac{\log\left(\frac{b-a}{\epsilon}\right)}{\log{2}}$ iteraciones.&lt;/p&gt;
&lt;h2 id=&#34;diagrama-de-flujo&#34;&gt;Diagrama de flujo&lt;/h2&gt;
&lt;center&gt;
&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; xmlns:xlink=&#34;http://www.w3.org/1999/xlink&#34; version=&#34;1.1&#34; width=&#34;266px&#34; viewBox=&#34;-0.5 -0.5 266 811&#34; content=&#34;&amp;lt;mxfile host=&amp;quot;www.draw.io&amp;quot; modified=&amp;quot;2020-02-24T07:59:43.695Z&amp;quot; agent=&amp;quot;Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36&amp;quot; etag=&amp;quot;kNUdq15pIprXRrDE46_T&amp;quot; version=&amp;quot;12.7.4&amp;quot; type=&amp;quot;onedrive&amp;quot;&amp;gt;&amp;lt;diagram id=&amp;quot;C5RBs43oDa-KdzZeNtuy&amp;quot; name=&amp;quot;Page-1&amp;quot;&amp;gt;5Vxbc5s4FP41nml3Jh6QEODHOE7a7Kae7qS7bfdlRwbZZozBCzhx+utXMsIgiTjYAYLjPhR0R+d8Olc5PXi13HyK8Gr+JXSJ3wOau+nBUQ8AXYM2fbCap7QG2VpaMYs8N60qVNx7v0g2kteuPZfEvC6tSsLQT7yVWOmEQUCcRKjDURQ+it2moe8KFSs8I0rFvYN9tfa75ybztBZqWl7/mXizOV8Z2ChtWOKsL58hnmM3fCzsGF734FUUhkn6ttxcEZ/RLiPL99un7/7dwvz0+5/xf/iv4R/fxn9fpMveHDJkt4OIBEm9U8N06gfsrzm5bgPP8UK+4+Qpo2IUrgOXsKn0Hhw+zr2E3K+ww1ofKW5o3TxZ+rx5GgYJB4JOyTSc+ThmXNToe5xE4WLHCdZ7R1fWPPV8/yr0w2i7LHQxsafOblihxXRsMpnSlorE4UR8IFFCNgW+cmJ9IuGSJNET7cJbLavPkcCBn8H8MUeRyXvMCwCCvBvmuJ3tZs6ZQ184fw7glanw6i6M2cHECXuaPv2A4SSibzP25gWziMSUtKwNLxmLgknMHnEY9Nhm5BFOGEX0BNIB8EYFwDxcTtbxy8wX2UmRcIOXns9o+Jn4DyTxHFwCEex7s4AWHMpFEpXjhC5JN0VLZl76FtLlRxdGp6BjagJwdFNFjp7JnyJ07Bqg88+dv/kxWlzejv3b+NfYuNt8Ge92kEPnOkgi7FJOXLL1eoDOq022DxErKkoIlclROmCJN322NOUYZUYYUDEvw4aiYcVeKZGx7xM/nEV4SWdZkcije2OsFtu+5g0vipnOMBxpfRMKPLdLWA5KWG42xXKgsHyxPZPPC3btlChu2n1LEs8lp8wG/RIJDZqiOVJoPv2AP/42/bD5uDtX2zOkvUrCdocLSOGCYZTJulI2NAZ9VVFuOVCK/tOjuaRcYFXlghpTLqp2GasGJN1dIpJUUfmMBtQ68C95w9JzXTZ8SO0Y7xeebKdiUmoVekGy3QYa9tCIzbWmZgs3J5q0Cc2+bYt411XywxLqNyZzdFXQU60+2rwXQS/JFwRVelsl9K7DCi+nt+oyTd4TvYGmKxhHSKE5lfwZ8tohu6pb36uQ0U0geZ4GemshYynUv+9dwd7l6H2ywFbOANLemgW2woJFDwx1hQEnKndU1YpKfKiC2d+K2AGq2FnsTPmtY7ygTrDKgxM0K1F/IEods0TV2oM+tFT6N2ZbZp9QoP+NFyj0pjN5q5icEr0trQ+Blv/TBdpbgxIzp5z2RmO0Vy1LlfCBe8li9Ey8syCv54j0Jhsv+cFEEdVoaelnoWW04VJqW3jKCgH9+sIgVvxZbMuHbUvZuMM4FYfryCF7+nEvMsHRjCT7RETaj7hCGkLle9F42uOeRcTHifcgJi/KeMtX+Mp0ZMF4gKJ7qMQU033zUaCQLpAnsqWJZBmbEkaZaAu13bZfgT7Vzj4afXoBezkSy9HXDIo6ig7dOhYdujiRHMt5BhyUW/ip0I0beM9+L9AkEGra3s+S+5tCd/qSfkC9QDUUoJ6PZ6KX2GitmsVQNdBaUVI1iwlYUdno3RYnso44VtnISqtpXaNGjFsBUfuWzj5QFcF3VrpMAp8uC6um0acGV9iXfcDUvZ98pFOqYDxRH19N2sGSsErLSTuoBlbO6fCDiponQ2lHTz+sS/W0rnsGp2bA7IXHizjqmBIxRO7v0nkHw2gg4bGiR1QXjLJ9nKkUqxqsQZ1Cn4QZQ8ZMdW8ciBPJMcGmwafeADgafIfEanLwCdDLkdgO+FBF8GWp446gT9Z8uxTXofADki425HRA0/BTYwDXbJBDopA+XEL/87F6k3G6DhyPpTGHkF2IZbcXNTWXcx43GKVbRVbJtZbSW0WNZR+M8/bJK8sU0C2ZIsWFkey2VVZpEiAN2btvWqaoTnm78NPfVKXplQOSdrfwJ8EGHWtSgSz7mWUSZMegrgyHtA7iSfhGUxZGvSEPCpaizTYwq1ptfWMARZizPPh+oG9LBRW7m1+uq/tEVA2UdO1ESB4uGhztZIhXFFDLgRLjjQIlHTEIMli9fB+hWz6u7GWYx+JP9jLMlp3cjB714E/TTdHR1eB+FDYv4ToGHHMgsjv7gdVr5RasiJtDNbkMT4T2fpYcvzZauKqA3ihZ3hERCqo6VUa3TsIuIZk550fnOiwJoy2rcFSjT9/Ona5XBZs7BiP5cpRxrG8OZSd/APpGIzIVSMYDtPcLVbm/xb2rZqXqmf04Qkd6H0hp/JIfIbZ6DQypHu275gGsdFu/XRao/tl7vQep/jzIfOt7kGYNKbjDyPXyjRGtU+pPDk1bcpbq2NC01Zwjak3+9ZLHZfzz/uLz3cN8OBivxxeqH9ohUaccoqqAel7d6KZAbpBd2CrAJluqCJssYHLAUaPF/M85pezK/yYWvP4f&amp;lt;/diagram&amp;gt;&amp;lt;/mxfile&amp;gt;&#34; onclick=&#34;(function(svg){var src=window.event.target||window.event.srcElement;while (src!=null&amp;amp;&amp;amp;src.nodeName.toLowerCase()!=&#39;a&#39;){src=src.parentNode;}if(src==null){if(svg.wnd!=null&amp;amp;&amp;amp;!svg.wnd.closed){svg.wnd.focus();}else{var r=function(evt){if(evt.data==&#39;ready&#39;&amp;amp;&amp;amp;evt.source==svg.wnd){svg.wnd.postMessage(decodeURIComponent(svg.getAttribute(&#39;content&#39;)),&#39;*&#39;);window.removeEventListener(&#39;message&#39;,r);}};window.addEventListener(&#39;message&#39;,r);svg.wnd=window.open(&#39;https://www.draw.io/?client=1&amp;amp;lightbox=1&amp;amp;edit=_blank&#39;);}}})(this);&#34; style=&#34;cursor:pointer;max-width:100%;max-height:811px;&#34;&gt;&lt;defs&gt;&lt;style xmlns=&#34;http://www.w3.org/1999/xhtml&#34; type=&#34;text/css&#34;&gt;.MathJax_Hover_Frame {border-radius: .25em; -webkit-border-radius: .25em; -moz-border-radius: .25em; -khtml-border-radius: .25em; box-shadow: 0px 0px 15px #83A; -webkit-box-shadow: 0px 0px 15px #83A; -moz-box-shadow: 0px 0px 15px #83A; -khtml-box-shadow: 0px 0px 15px #83A; border: 1px solid #A6D ! important; display: inline-block; position: absolute}&amp;#xa;.MathJax_Menu_Button .MathJax_Hover_Arrow {position: absolute; cursor: pointer; display: inline-block; border: 2px solid #AAA; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px; font-family: &#39;Courier New&#39;,Courier; font-size: 9px; color: #F0F0F0}&amp;#xa;.MathJax_Menu_Button .MathJax_Hover_Arrow span {display: block; background-color: #AAA; border: 1px solid; border-radius: 3px; line-height: 0; padding: 4px}&amp;#xa;.MathJax_Hover_Arrow:hover {color: white!important; border: 2px solid #CCC!important}&amp;#xa;.MathJax_Hover_Arrow:hover span {background-color: #CCC!important}&amp;#xa;&lt;/style&gt;&lt;style xmlns=&#34;http://www.w3.org/1999/xhtml&#34; type=&#34;text/css&#34;&gt;#MathJax_About {position: fixed; left: 50%; width: auto; text-align: center; border: 3px outset; padding: 1em 2em; background-color: #DDDDDD; color: black; cursor: default; font-family: message-box; font-size: 120%; font-style: normal; text-indent: 0; text-transform: none; line-height: normal; letter-spacing: normal; word-spacing: normal; word-wrap: normal; white-space: nowrap; float: none; z-index: 201; border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -khtml-border-radius: 15px; box-shadow: 0px 10px 20px #808080; -webkit-box-shadow: 0px 10px 20px #808080; -moz-box-shadow: 0px 10px 20px #808080; -khtml-box-shadow: 0px 10px 20px #808080; filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color=&#39;gray&#39;, Positive=&#39;true&#39;)}&amp;#xa;#MathJax_About.MathJax_MousePost {outline: none}&amp;#xa;.MathJax_Menu {position: absolute; background-color: white; color: black; width: auto; padding: 2px; border: 1px solid #CCCCCC; margin: 0; cursor: default; font: menu; text-align: left; text-indent: 0; text-transform: none; line-height: normal; letter-spacing: normal; word-spacing: normal; word-wrap: normal; white-space: nowrap; float: none; z-index: 201; box-shadow: 0px 10px 20px #808080; -webkit-box-shadow: 0px 10px 20px #808080; -moz-box-shadow: 0px 10px 20px #808080; -khtml-box-shadow: 0px 10px 20px #808080; filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color=&#39;gray&#39;, Positive=&#39;true&#39;)}&amp;#xa;.MathJax_MenuItem {padding: 2px 2em; background: transparent}&amp;#xa;.MathJax_MenuArrow {position: absolute; right: .5em; padding-top: .25em; color: #666666; font-size: .75em}&amp;#xa;.MathJax_MenuActive .MathJax_MenuArrow {color: white}&amp;#xa;.MathJax_MenuArrow.RTL {left: .5em; right: auto}&amp;#xa;.MathJax_MenuCheck {position: absolute; left: .7em}&amp;#xa;.MathJax_MenuCheck.RTL {right: .7em; left: auto}&amp;#xa;.MathJax_MenuRadioCheck {position: absolute; left: 1em}&amp;#xa;.MathJax_MenuRadioCheck.RTL {right: 1em; left: auto}&amp;#xa;.MathJax_MenuLabel {padding: 2px 2em 4px 1.33em; font-style: italic}&amp;#xa;.MathJax_MenuRule {border-top: 1px solid #CCCCCC; margin: 4px 1px 0px}&amp;#xa;.MathJax_MenuDisabled {color: GrayText}&amp;#xa;.MathJax_MenuActive {background-color: Highlight; color: HighlightText}&amp;#xa;.MathJax_MenuDisabled:focus, .MathJax_MenuLabel:focus {background-color: #E8E8E8}&amp;#xa;.MathJax_ContextMenu:focus {outline: none}&amp;#xa;.MathJax_ContextMenu .MathJax_MenuItem:focus {outline: none}&amp;#xa;#MathJax_AboutClose {top: .2em; right: .2em}&amp;#xa;.MathJax_Menu .MathJax_MenuClose {top: -10px; left: -10px}&amp;#xa;.MathJax_MenuClose {position: absolute; cursor: pointer; display: inline-block; border: 2px solid #AAA; border-radius: 18px; -webkit-border-radius: 18px; -moz-border-radius: 18px; -khtml-border-radius: 18px; font-family: &#39;Courier New&#39;,Courier; font-size: 24px; color: #F0F0F0}&amp;#xa;.MathJax_MenuClose span {display: block; background-color: #AAA; border: 1.5px solid; border-radius: 18px; -webkit-border-radius: 18px; -moz-border-radius: 18px; -khtml-border-radius: 18px; line-height: 0; padding: 8px 0 6px}&amp;#xa;.MathJax_MenuClose:hover {color: white!important; border: 2px solid #CCC!important}&amp;#xa;.MathJax_MenuClose:hover span {background-color: #CCC!important}&amp;#xa;.MathJax_MenuClose:hover:focus {outline: none}&amp;#xa;&lt;/style&gt;&lt;style xmlns=&#34;http://www.w3.org/1999/xhtml&#34; type=&#34;text/css&#34;&gt;.MathJax_Preview .MJXf-math {color: inherit!important}&amp;#xa;&lt;/style&gt;&lt;style xmlns=&#34;http://www.w3.org/1999/xhtml&#34; type=&#34;text/css&#34;&gt;#MathJax_Zoom {position: absolute; background-color: #F0F0F0; overflow: auto; display: block; z-index: 301; padding: .5em; border: 1px solid black; margin: 0; font-weight: normal; font-style: normal; text-align: left; text-indent: 0; text-transform: none; line-height: normal; letter-spacing: normal; word-spacing: normal; word-wrap: normal; white-space: nowrap; float: none; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; box-shadow: 5px 5px 15px #AAAAAA; -webkit-box-shadow: 5px 5px 15px #AAAAAA; -moz-box-shadow: 5px 5px 15px #AAAAAA; -khtml-box-shadow: 5px 5px 15px #AAAAAA; filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color=&#39;gray&#39;, Positive=&#39;true&#39;)}&amp;#xa;#MathJax_ZoomOverlay {position: absolute; left: 0; top: 0; z-index: 300; display: inline-block; width: 100%; height: 100%; border: 0; padding: 0; margin: 0; background-color: white; opacity: 0; filter: alpha(opacity=0)}&amp;#xa;#MathJax_ZoomFrame {position: relative; display: inline-block; height: 0; width: 0}&amp;#xa;#MathJax_ZoomEventTrap {position: absolute; left: 0; top: 0; z-index: 302; display: inline-block; border: 0; padding: 0; margin: 0; background-color: white; opacity: 0; filter: alpha(opacity=0)}&amp;#xa;&lt;/style&gt;&lt;style xmlns=&#34;http://www.w3.org/1999/xhtml&#34; type=&#34;text/css&#34;&gt;.MathJax_Preview {color: #888}&amp;#xa;#MathJax_Message {position: fixed; left: 1em; bottom: 1.5em; background-color: #E6E6E6; border: 1px solid #959595; margin: 0px; padding: 2px 8px; z-index: 102; color: black; font-size: 80%; width: auto; white-space: nowrap}&amp;#xa;#MathJax_MSIE_Frame {position: absolute; top: 0; left: 0; width: 0px; z-index: 101; border: 0px; margin: 0px; padding: 0px}&amp;#xa;.MathJax_Error {color: #CC0000; font-style: italic}&amp;#xa;&lt;/style&gt;&lt;style xmlns=&#34;http://www.w3.org/1999/xhtml&#34; type=&#34;text/css&#34;&gt;.MJXp-script {font-size: .8em}&amp;#xa;.MJXp-right {-webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right}&amp;#xa;.MJXp-bold {font-weight: bold}&amp;#xa;.MJXp-italic {font-style: italic}&amp;#xa;.MJXp-scr {font-family: MathJax_Script,&#39;Times New Roman&#39;,Times,STIXGeneral,serif}&amp;#xa;.MJXp-frak {font-family: MathJax_Fraktur,&#39;Times New Roman&#39;,Times,STIXGeneral,serif}&amp;#xa;.MJXp-sf {font-family: MathJax_SansSerif,&#39;Times New Roman&#39;,Times,STIXGeneral,serif}&amp;#xa;.MJXp-cal {font-family: MathJax_Caligraphic,&#39;Times New Roman&#39;,Times,STIXGeneral,serif}&amp;#xa;.MJXp-mono {font-family: MathJax_Typewriter,&#39;Times New Roman&#39;,Times,STIXGeneral,serif}&amp;#xa;.MJXp-largeop {font-size: 150%}&amp;#xa;.MJXp-largeop.MJXp-int {vertical-align: -.2em}&amp;#xa;.MJXp-math {display: inline-block; line-height: 1.2; text-indent: 0; font-family: &#39;Times New Roman&#39;,Times,STIXGeneral,serif; white-space: nowrap; border-collapse: collapse}&amp;#xa;.MJXp-display {display: block; text-align: center; margin: 1em 0}&amp;#xa;.MJXp-math span {display: inline-block}&amp;#xa;.MJXp-box {display: block!important; text-align: center}&amp;#xa;.MJXp-box:after {content: &#34; &#34;}&amp;#xa;.MJXp-rule {display: block!important; margin-top: .1em}&amp;#xa;.MJXp-char {display: block!important}&amp;#xa;.MJXp-mo {margin: 0 .15em}&amp;#xa;.MJXp-mfrac {margin: 0 .125em; vertical-align: .25em}&amp;#xa;.MJXp-denom {display: inline-table!important; width: 100%}&amp;#xa;.MJXp-denom &amp;gt; * {display: table-row!important}&amp;#xa;.MJXp-surd {vertical-align: top}&amp;#xa;.MJXp-surd &amp;gt; * {display: block!important}&amp;#xa;.MJXp-script-box &amp;gt; *  {display: table!important; height: 50%}&amp;#xa;.MJXp-script-box &amp;gt; * &amp;gt; * {display: table-cell!important; vertical-align: top}&amp;#xa;.MJXp-script-box &amp;gt; *:last-child &amp;gt; * {vertical-align: bottom}&amp;#xa;.MJXp-script-box &amp;gt; * &amp;gt; * &amp;gt; * {display: block!important}&amp;#xa;.MJXp-mphantom {visibility: hidden}&amp;#xa;.MJXp-munderover, .MJXp-munder {display: inline-table!important}&amp;#xa;.MJXp-over {display: inline-block!important; text-align: center}&amp;#xa;.MJXp-over &amp;gt; * {display: block!important}&amp;#xa;.MJXp-munderover &amp;gt; *, .MJXp-munder &amp;gt; * {display: table-row!important}&amp;#xa;.MJXp-mtable {vertical-align: .25em; margin: 0 .125em}&amp;#xa;.MJXp-mtable &amp;gt; * {display: inline-table!important; vertical-align: middle}&amp;#xa;.MJXp-mtr {display: table-row!important}&amp;#xa;.MJXp-mtd {display: table-cell!important; text-align: center; padding: .5em 0 0 .5em}&amp;#xa;.MJXp-mtr &amp;gt; .MJXp-mtd:first-child {padding-left: 0}&amp;#xa;.MJXp-mtr:first-child &amp;gt; .MJXp-mtd {padding-top: 0}&amp;#xa;.MJXp-mlabeledtr {display: table-row!important}&amp;#xa;.MJXp-mlabeledtr &amp;gt; .MJXp-mtd:first-child {padding-left: 0}&amp;#xa;.MJXp-mlabeledtr:first-child &amp;gt; .MJXp-mtd {padding-top: 0}&amp;#xa;.MJXp-merror {background-color: #FFFF88; color: #CC0000; border: 1px solid #CC0000; padding: 1px 3px; font-style: normal; font-size: 90%}&amp;#xa;.MJXp-scale0 {-webkit-transform: scaleX(.0); -moz-transform: scaleX(.0); -ms-transform: scaleX(.0); -o-transform: scaleX(.0); transform: scaleX(.0)}&amp;#xa;.MJXp-scale1 {-webkit-transform: scaleX(.1); -moz-transform: scaleX(.1); -ms-transform: scaleX(.1); -o-transform: scaleX(.1); transform: scaleX(.1)}&amp;#xa;.MJXp-scale2 {-webkit-transform: scaleX(.2); -moz-transform: scaleX(.2); -ms-transform: scaleX(.2); -o-transform: scaleX(.2); transform: scaleX(.2)}&amp;#xa;.MJXp-scale3 {-webkit-transform: scaleX(.3); -moz-transform: scaleX(.3); -ms-transform: scaleX(.3); -o-transform: scaleX(.3); transform: scaleX(.3)}&amp;#xa;.MJXp-scale4 {-webkit-transform: scaleX(.4); -moz-transform: scaleX(.4); -ms-transform: scaleX(.4); -o-transform: scaleX(.4); transform: scaleX(.4)}&amp;#xa;.MJXp-scale5 {-webkit-transform: scaleX(.5); -moz-transform: scaleX(.5); -ms-transform: scaleX(.5); -o-transform: scaleX(.5); transform: scaleX(.5)}&amp;#xa;.MJXp-scale6 {-webkit-transform: scaleX(.6); -moz-transform: scaleX(.6); -ms-transform: scaleX(.6); -o-transform: scaleX(.6); transform: scaleX(.6)}&amp;#xa;.MJXp-scale7 {-webkit-transform: scaleX(.7); -moz-transform: scaleX(.7); -ms-transform: scaleX(.7); -o-transform: scaleX(.7); transform: scaleX(.7)}&amp;#xa;.MJXp-scale8 {-webkit-transform: scaleX(.8); -moz-transform: scaleX(.8); -ms-transform: scaleX(.8); -o-transform: scaleX(.8); transform: scaleX(.8)}&amp;#xa;.MJXp-scale9 {-webkit-transform: scaleX(.9); -moz-transform: scaleX(.9); -ms-transform: scaleX(.9); -o-transform: scaleX(.9); transform: scaleX(.9)}&amp;#xa;.MathJax_PHTML .noError {vertical-align: ; font-size: 90%; text-align: left; color: black; padding: 1px 3px; border: 1px solid}&amp;#xa;&lt;/style&gt;&lt;/defs&gt;&lt;g&gt;&lt;rect x=&#34;54.5&#34; y=&#34;0&#34; width=&#34;65&#34; height=&#34;30&#34; rx=&#34;4.5&#34; ry=&#34;4.5&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 63px; height: 1px; padding-top: 15px; margin-left: 56px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;Inicio&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;87&#34; y=&#34;19&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;Inicio&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 87 140 L 137 180 L 87 220 L 37 180 Z&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 90px; height: 1px; padding-top: 178px; margin-left: 42px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;Los datos&lt;br /&gt;ingresados son &lt;br /&gt;correctos?&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;87&#34; y=&#34;182&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;Los datos...&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 27.63 120 L 51.63 60 L 147.63 60 L 123.63 120 Z&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 90px; margin-left: 29px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;Entrada: a, b, &lt;br /&gt;error, max. iteraciones&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;88&#34; y=&#34;94&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;Entrada: a, b,...&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;rect x=&#34;45.75&#34; y=&#34;240&#34; width=&#34;82.5&#34; height=&#34;20&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 81px; height: 1px; padding-top: 250px; margin-left: 47px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;k=0&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;87&#34; y=&#34;254&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;k=0&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 87 420 L 138.25 450 L 87 480 L 35.75 450 Z&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 101px; height: 1px; padding-top: 450px; margin-left: 37px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;f(a)*f(x)&amp;gt;0?&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;87&#34; y=&#34;454&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;f(a)*f(x)&amp;gt;0?&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 87 340 L 137 365 L 87 390 L 37 365 Z&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 98px; height: 1px; padding-top: 365px; margin-left: 38px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;f(x)=0&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;87&#34; y=&#34;369&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;f(x)=0&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;rect x=&#34;53.88&#34; y=&#34;390&#34; width=&#34;30&#34; height=&#34;20&#34; fill=&#34;none&#34; stroke=&#34;none&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 400px; margin-left: 69px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: nowrap; &#34;&gt;No&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;69&#34; y=&#34;404&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;No&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;rect x=&#34;52&#34; y=&#34;510&#34; width=&#34;70&#34; height=&#34;30&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 68px; height: 1px; padding-top: 525px; margin-left: 53px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;a=x&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;87&#34; y=&#34;529&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;a=x&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;rect x=&#34;178.88&#34; y=&#34;435&#34; width=&#34;58.12&#34; height=&#34;30&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 56px; height: 1px; padding-top: 450px; margin-left: 180px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;b=x&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;208&#34; y=&#34;454&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;b=x&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;rect x=&#34;139.5&#34; y=&#34;430&#34; width=&#34;30&#34; height=&#34;20&#34; fill=&#34;none&#34; stroke=&#34;none&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 440px; margin-left: 155px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: nowrap; &#34;&gt;No&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;155&#34; y=&#34;444&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;No&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;rect x=&#34;58.88&#34; y=&#34;480&#34; width=&#34;30&#34; height=&#34;20&#34; fill=&#34;none&#34; stroke=&#34;none&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 490px; margin-left: 74px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: nowrap; &#34;&gt;Sí&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;74&#34; y=&#34;494&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;Sí&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;rect x=&#34;53.88&#34; y=&#34;560&#34; width=&#34;68.75&#34; height=&#34;30&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 67px; height: 1px; padding-top: 575px; margin-left: 55px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;k+1&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;88&#34; y=&#34;579&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;k+1&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 87.63 610 L 132.32 635 L 87.63 660 L 42.95 635 Z&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 87px; height: 1px; padding-top: 635px; margin-left: 44px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;k&amp;lt;kmax&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;88&#34; y=&#34;639&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;k&amp;lt;kmax&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;ellipse cx=&#34;87&#34; cy=&#34;790&#34; rx=&#34;39.685&#34; ry=&#34;20&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 77px; height: 1px; padding-top: 790px; margin-left: 48px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;Fin&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;87&#34; y=&#34;794&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;Fin&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 87 220 L 87 233.63&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 87 238.88 L 83.5 231.88 L 87 233.63 L 90.5 231.88 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 137 180 L 167 180 Q 177 180 177 170 L 177 50 Q 177 40 167 40 L 93.37 40&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 88.12 40 L 95.12 36.5 L 93.37 40 L 95.12 43.5 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;rect x=&#34;139.5&#34; y=&#34;160&#34; width=&#34;30&#34; height=&#34;20&#34; fill=&#34;none&#34; stroke=&#34;none&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 170px; margin-left: 155px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: nowrap; &#34;&gt;No&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;155&#34; y=&#34;174&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;No&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 87 30 L 87.25 53.63&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 87.3 58.88 L 83.73 51.92 L 87.25 53.63 L 90.73 51.85 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 87.63 120 L 87.2 133.64&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 87.04 138.88 L 83.76 131.78 L 87.2 133.64 L 90.75 132 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;rect x=&#34;45.75&#34; y=&#34;280&#34; width=&#34;82.5&#34; height=&#34;20&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 81px; height: 1px; padding-top: 290px; margin-left: 47px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;x=(a+b)/2&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;87&#34; y=&#34;294&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;x=(a+b)/2&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 87 260 L 87 273.63&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 87 278.88 L 83.5 271.88 L 87 273.63 L 90.5 271.88 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 87 300 L 87 333.63&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 87 338.88 L 83.5 331.88 L 87 333.63 L 90.5 331.88 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 87 390 L 87 413.63&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 87 418.88 L 83.5 411.88 L 87 413.63 L 90.5 411.88 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 138.25 450 L 172.51 450&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 177.76 450 L 170.76 453.5 L 172.51 450 L 170.76 446.5 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 37 730 L 57 690 L 137 690 L 117 730 Z&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 98px; height: 1px; padding-top: 710px; margin-left: 38px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;El cero de la&lt;br /&gt;función es x&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;87&#34; y=&#34;714&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;El cero de la...&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 87 480 L 87 503.63&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 87 508.88 L 83.5 501.88 L 87 503.63 L 90.5 501.88 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 207.94 465 L 208.9 565 Q 209 575 199 575 L 129 575&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 123.75 575 L 130.75 571.5 L 129 575 L 130.75 578.5 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 87.91 538.95 L 87.81 553.66&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 87.78 558.91 L 84.33 551.89 L 87.81 553.66 L 91.33 551.93 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 88.26 590 L 87.83 603.64&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 87.67 608.88 L 84.39 601.78 L 87.83 603.64 L 91.38 601.99 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 44.38 635.15 L 17 635.04 Q 7 635 7 625 L 7 330 Q 7 320 17 320 L 81.63 320&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 86.88 320 L 79.88 323.5 L 81.63 320 L 79.88 316.5 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 87.63 660 L 87.13 683.63&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 87.02 688.88 L 83.67 681.81 L 87.13 683.63 L 90.67 681.96 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 137 365 L 247 365 Q 257 365 257 375 L 257 702 Q 257 712 247 711.88 L 133.13 710.54&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 127.88 710.48 L 134.92 707.06 L 133.13 710.54 L 134.84 714.06 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;rect x=&#34;128.25&#34; y=&#34;340&#34; width=&#34;30&#34; height=&#34;20&#34; fill=&#34;none&#34; stroke=&#34;none&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 350px; margin-left: 143px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: nowrap; &#34;&gt;Sí&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;143&#34; y=&#34;354&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;Sí&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;rect x=&#34;12.95&#34; y=&#34;610&#34; width=&#34;30&#34; height=&#34;20&#34; fill=&#34;none&#34; stroke=&#34;none&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 620px; margin-left: 28px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: nowrap; &#34;&gt;Sí&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;28&#34; y=&#34;624&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;Sí&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;rect x=&#34;58.88&#34; y=&#34;660&#34; width=&#34;30&#34; height=&#34;20&#34; fill=&#34;none&#34; stroke=&#34;none&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 670px; margin-left: 74px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: nowrap; &#34;&gt;No&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;74&#34; y=&#34;674&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;No&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 87 730 L 87 763.63&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 87 768.88 L 83.5 761.88 L 87 763.63 L 90.5 761.88 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;rect x=&#34;93&#34; y=&#34;218&#34; width=&#34;21&#34; height=&#34;18&#34; fill=&#34;none&#34; stroke=&#34;none&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 227px; margin-left: 104px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: nowrap; &#34;&gt;Sí&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;104&#34; y=&#34;231&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;Sí&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;/g&gt;&lt;switch&gt;&lt;g requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;/&gt;&lt;a transform=&#34;translate(0,-5)&#34; xlink:href=&#34;https://desk.draw.io/support/solutions/articles/16000042487&#34; target=&#34;_blank&#34;&gt;&lt;text text-anchor=&#34;middle&#34; font-size=&#34;10px&#34; x=&#34;50%&#34; y=&#34;100%&#34;&gt;Viewer does not support full SVG 1.1&lt;/text&gt;&lt;/a&gt;&lt;/switch&gt;&lt;/svg&gt;
&lt;/center&gt;
&lt;h2 id=&#34;código&#34;&gt;Código&lt;/h2&gt;
&lt;p&gt;Considerarémos el siguiente codigo en C++:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-cpp&#34; data-lang=&#34;cpp&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;///////////////////////////////////////////////////////////////////////////////////
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;// Programa para aproximar la raiz de una funcion f entre a y b.		 //
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;// El programa requiere un subprograma para la función f, los puntos 		 //	
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;// a y b, la tolerancia de convergencia eps, y el máximo número 		 //
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;// de bisecciones permitidas, kmax. 						 //
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;// El programa muestra una tabla con los intervalos elegidos y sus puntos medios //
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;// como lo hace el algoritmo de la bisección					 //
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;///////////////////////////////////////////////////////////////////////////////////
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;&lt;span class=&#34;cp&#34;&gt;# include &amp;lt;iostream&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;cp&#34;&gt;# include &amp;lt;iomanip&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;cp&#34;&gt;# include &amp;lt;math.h&amp;gt; &lt;/span&gt;&lt;span class=&#34;c1&#34;&gt;// para log x
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;&lt;span class=&#34;k&#34;&gt;using&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;namespace&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;std&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// Para usar cout
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;kt&#34;&gt;long&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;double&lt;/span&gt; &lt;span class=&#34;nf&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;kt&#34;&gt;long&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;double&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;);&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// Declara la función f
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;kt&#34;&gt;int&lt;/span&gt; &lt;span class=&#34;nf&#34;&gt;main&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(){&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;	&lt;span class=&#34;kt&#34;&gt;int&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;kmax&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;	&lt;span class=&#34;kt&#34;&gt;long&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;double&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;a&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;b&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;eps&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;	&lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;Ingrese a, b, eps, kmax&lt;/span&gt;&lt;span class=&#34;se&#34;&gt;\n&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;	&lt;span class=&#34;n&#34;&gt;cin&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;a&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;b&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;eps&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;kmax&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;				
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;	&lt;span class=&#34;c1&#34;&gt;// Verificamos que los valores ingresados permitan usar el algoritmo
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;	&lt;span class=&#34;k&#34;&gt;while&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;b&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;a&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;||&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;isnan&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;a&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;))&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;||&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;isnan&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;b&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;))&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;||&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;a&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;*&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;b&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;){&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;		&lt;span class=&#34;k&#34;&gt;if&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;b&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;a&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;			&lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;Ingrese un intervalo de la forma (a,b) con a&amp;lt;b&lt;/span&gt;&lt;span class=&#34;se&#34;&gt;\n&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;		&lt;span class=&#34;k&#34;&gt;else&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;if&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;isnan&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;a&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)))&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;			&lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;La evaluacion en &amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;a&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34; no esta definida&lt;/span&gt;&lt;span class=&#34;se&#34;&gt;\n&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;	
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;		&lt;span class=&#34;k&#34;&gt;else&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;if&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;isnan&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;b&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)))&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;			&lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;La evaluacion en &amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;b&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34; no esta definida&lt;/span&gt;&lt;span class=&#34;se&#34;&gt;\n&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;		&lt;span class=&#34;k&#34;&gt;else&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;if&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;a&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;*&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;b&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;			&lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;La funcion tiene el mismo signo en a y en b&lt;/span&gt;&lt;span class=&#34;se&#34;&gt;\n&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;	
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;	&lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;Ingrese nuevamente valores para a y b&lt;/span&gt;&lt;span class=&#34;se&#34;&gt;\n&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;	&lt;span class=&#34;n&#34;&gt;cin&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;a&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;b&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;		
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;	&lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;	&lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;Los valores ingresados son &lt;/span&gt;&lt;span class=&#34;se&#34;&gt;\n&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;	&lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;a= &amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;a&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;  b= &amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;b&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;	&lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34; eps = &amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;eps&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;  kmax = &amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;kmax&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;endl&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;	&lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;Los resultados son&lt;/span&gt;&lt;span class=&#34;se&#34;&gt;\n&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// Muestra el encabezado de la tabla
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;	&lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;k&amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setw&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;7&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;x&amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setw&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;11&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;f(x)&amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setw&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;8&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;a&amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setw&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;9&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt;  &lt;span class=&#34;s&#34;&gt;&amp;#34;b&lt;/span&gt;&lt;span class=&#34;se&#34;&gt;\n&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;	&lt;span class=&#34;kt&#34;&gt;int&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;k&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;1&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;	&lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;setf&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;ios&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;::&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;fixed&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;);&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;	&lt;span class=&#34;kt&#34;&gt;float&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;mf&#34;&gt;0.5&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;*&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;a&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;+&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;b&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;);&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// Primera bisección
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;	&lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;0&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setprecision&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;6&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setw&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;10&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;x&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setw&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;10&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;		 &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setprecision&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;4&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setw&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;8&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;a&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setw&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;8&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;b&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;endl&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;	&lt;span class=&#34;k&#34;&gt;while&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;((&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;k&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;&amp;lt;=&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;kmax&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;amp;&amp;amp;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;((&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;b&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;a&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;2&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;eps&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)){&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;		&lt;span class=&#34;k&#34;&gt;if&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;*&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;a&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;  	 &lt;span class=&#34;c1&#34;&gt;// Compara para
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;			&lt;span class=&#34;n&#34;&gt;a&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;			 &lt;span class=&#34;c1&#34;&gt;// elegir el
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;		&lt;span class=&#34;k&#34;&gt;else&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;if&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;*&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;b&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// intervalo
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;			&lt;span class=&#34;n&#34;&gt;b&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;			 &lt;span class=&#34;c1&#34;&gt;// correcto
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;		&lt;span class=&#34;k&#34;&gt;else&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;			&lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;El cero de la funcion es &amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt; 
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;			&lt;span class=&#34;n&#34;&gt;exit&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;);&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;		&lt;span class=&#34;p&#34;&gt;}&lt;/span&gt; 
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;	&lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;mf&#34;&gt;0.5&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;*&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;a&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;+&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;b&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;);&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// Siguiente bisección
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;	&lt;span class=&#34;c1&#34;&gt;// Muestra los valores de k, x, y, a, b
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;	&lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;k&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setprecision&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;6&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setw&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;10&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;x&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setw&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;10&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;		 &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setprecision&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;4&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setw&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;8&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;a&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setw&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;8&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;b&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;endl&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;	&lt;span class=&#34;n&#34;&gt;k&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;++&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// incrementa el contador del ciclo
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;	&lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;	&lt;span class=&#34;k&#34;&gt;if&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;k&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;kmax&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;El algoritmo no converge en menos de &amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;kmax&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;pasos&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;	&lt;span class=&#34;k&#34;&gt;else&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;cout&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;El cero de la funcion es &amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;setprecision&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;6&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;	&lt;span class=&#34;k&#34;&gt;return&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;// El subprograma para ingresar la función f
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;&lt;span class=&#34;kt&#34;&gt;long&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;double&lt;/span&gt; &lt;span class=&#34;nf&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;kt&#34;&gt;long&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;double&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;){&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;	&lt;span class=&#34;k&#34;&gt;return&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;pow&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;3&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;sin&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;);&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
    </item>
    
    <item>
      <title>Ecuaciones Paramétricas de la recta y el plano</title>
      <link>https://www.cimat.mx/~luis.leon/es/cursos/lineal/parametricas/</link>
      <pubDate>Tue, 18 Feb 2020 00:00:00 +0100</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/cursos/lineal/parametricas/</guid>
      <description>&lt;p&gt;Un sistema de ecuaciones paramétricas permite representar una curva o superficie en el plano o en el espacio, mediante valores que recorren un intervalo de números reales, mediante una variable, llamada parámetro, considerando cada coordenada de un punto como una función dependiente del parámetro.&lt;/p&gt;
&lt;p&gt;En particular estamos interesados en la ecuación paramétrica de la recta y el plano porque estas ecuaciones paramétricas ocurren a menudo en la solución de sistemas lineales.&lt;/p&gt;
&lt;div class=&#34;alert alert-note&#34;&gt;
  &lt;div&gt;
    La ecuación paramétrica de una recta es $$\mathbf{X}=\mathbf{U}+t\,\mathbf{V}$$ donde $\mathbf{U}$ es un punto en la recta, $\mathbf{V}$ es el vector de dirección de la recta y $t$ es un parámetro $t\in(-\infty,\infty)$.
  &lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Por ejemplo, consideremos en $\mathbb{R}^3$ (el espacio euclidiano de tres dimensiones) la recta
$$\begin{pmatrix}x \\ y \\ z \end{pmatrix} = \begin{pmatrix} 2 \\ 0 \\ -3 \end{pmatrix} + t\,\begin{pmatrix} 1 \\ -1 \\ 2 \end{pmatrix}$$&lt;/p&gt;
&lt;p&gt;Esta ecuación se puede visualizar de la siguiente forma:&lt;/p&gt;
&lt;iframe scrolling=&#34;no&#34; title=&#34;RectaR3&#34; src=&#34;https://www.geogebra.org/material/iframe/id/mvrsgtde/width/1240/height/780/border/888888/sfsb/true/smb/false/stb/false/stbh/false/ai/false/asb/false/sri/false/rc/false/ld/false/sdz/false/ctl/false&#34; width=&#34;760px&#34; height=&#34;550px&#34; style=&#34;border:0px;&#34; allowfullscreen&gt; &lt;/iframe&gt;
&lt;p&gt;Pueden cambiar los valores del punto en la recta y del vector de dirección para observar que recta genera por cada cambio de vectores así como el desplazamiento sobre la recta de los puntos de acuerdo al parámetro $t$.&lt;/p&gt;
&lt;p&gt;Similarmente podemos definir la ecuación paramétrica de un plano de la siguiente forma:&lt;/p&gt;
&lt;div class=&#34;alert alert-note&#34;&gt;
  &lt;div&gt;
    La ecuación paramétrica de un plano es $$\mathbf{X}=\mathbf{U}+t\,\mathbf{V}+s\,\mathbf{W}$$ donde $\mathbf{U}$ es un punto en el plano, $\mathbf{V}$ y $\mathbf{W}$ son vectores de dirección (si uno no es múltiplo del otro entonces generan un plano que pasa por $\mathbf{U}$) y $t$ y $s$ son parámetros $t,s\in(-\infty,\infty)$.
  &lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Entonces el plano
$$\begin{pmatrix}x \\ y \\ z \end{pmatrix} = \begin{pmatrix} 2 \\ 0 \\ -3 \end{pmatrix} + t\,\begin{pmatrix} 1 \\ -1 \\ 2 \end{pmatrix}+s\,\begin{pmatrix} 0 \\ 2 \\ 1 \end{pmatrix}$$
tiene la siguiente representación geométrica:&lt;/p&gt;
&lt;iframe scrolling=&#34;no&#34; title=&#34;PlanoR3&#34; src=&#34;https://www.geogebra.org/material/iframe/id/dyvngebh/width/1240/height/780/border/888888/sfsb/true/smb/false/stb/false/stbh/false/ai/false/asb/false/sri/false/rc/false/ld/false/sdz/false/ctl/false&#34; width=&#34;760px&#34; height=&#34;550px&#34; style=&#34;border:0px;&#34; allowfullscreen&gt; &lt;/iframe&gt;
&lt;p&gt;Similarmente, pueden editar los valores de los vectores de dirección y observar que plano se genera a partir de ellos y del punto inicial en el plano.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Primavera 2020</title>
      <link>https://www.cimat.mx/~luis.leon/es/cursos/2020-primavera-upiita/</link>
      <pubDate>Sun, 16 Feb 2020 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/cursos/2020-primavera-upiita/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Calificaciones Primer Parcial</title>
      <link>https://www.cimat.mx/~luis.leon/es/cursos/analisis/calificaciones/</link>
      <pubDate>Fri, 14 Feb 2020 00:00:00 +0100</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/cursos/analisis/calificaciones/</guid>
      <description>&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:center&#34;&gt;Boleta&lt;/th&gt;
&lt;th style=&#34;text-align:center&#34;&gt;Pr. 1&lt;/th&gt;
&lt;th style=&#34;text-align:center&#34;&gt;Pr. 2&lt;/th&gt;
&lt;th style=&#34;text-align:center&#34;&gt;Pr. 3&lt;/th&gt;
&lt;th style=&#34;text-align:center&#34;&gt;Prácticas&lt;/th&gt;
&lt;th style=&#34;text-align:center&#34;&gt;Examen&lt;/th&gt;
&lt;th style=&#34;text-align:center&#34;&gt;Promedio&lt;/th&gt;
&lt;th style=&#34;text-align:center&#34;&gt;Tarea&lt;/th&gt;
&lt;th style=&#34;text-align:center&#34;&gt;Final&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:center&#34;&gt;2019640001&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;7&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;8&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;10&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;8.3&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;6&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;7.2&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;1.0&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;8.2&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:center&#34;&gt;2019640006&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;7&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;8&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;10&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;8.3&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;5&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;6.7&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;1.0&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;7.7&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:center&#34;&gt;2016640022&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;10&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;9&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;9&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;9.3&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;5&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;7.2&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;1.0&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;8.2&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:center&#34;&gt;2019640022&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;6&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;10&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;10&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;8.7&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;8&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;8.3&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;1.0&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;9.3&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:center&#34;&gt;2015640065&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;8&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;8&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;5&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;7.0&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;2&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;4.5&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;0.0&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;4.5&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:center&#34;&gt;2015080235&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;0&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;0&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;0&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;0.0&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;0&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;0.0&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;0.0&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;0.0&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:center&#34;&gt;2019640131&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;0&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;5&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;0&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;1.7&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;0&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;0.8&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;0.0&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;0.8&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:center&#34;&gt;2016640114&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;10&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;8&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;9&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;9.0&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;4&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;6.5&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;1.0&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;7.5&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:center&#34;&gt;2015640151&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;0&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;0&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;0&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;0.0&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;0&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;0.0&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;0.0&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;0.0&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:center&#34;&gt;2016640345&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;9&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;8&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;9&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;8.7&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;5&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;6.8&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;1.0&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;7.8&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:center&#34;&gt;2019640545&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;8&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;8&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;10&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;8.7&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;5&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;6.8&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;1.0&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;7.8&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:center&#34;&gt;2014640158&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;7&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;9&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;10&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;8.7&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;2.5&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;5.6&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;0.0&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;5.6&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:center&#34;&gt;2016640353&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;0&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;8&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;0&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;2.7&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;0&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;1.3&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;0.0&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;1.3&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:center&#34;&gt;2018362031&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;8&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;8&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;9&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;8.3&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;4&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;6.2&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;1.0&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;7.2&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:center&#34;&gt;2015150841&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;8&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;10&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;8&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;8.7&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;5&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;6.8&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;1.0&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;7.8&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
</description>
    </item>
    
    <item>
      <title>Homotopy type of skeleta of the flag complex over a finite vector space and generalized Galois numbers</title>
      <link>https://www.cimat.mx/~luis.leon/es/publication/aguilar-2020/</link>
      <pubDate>Sat, 01 Feb 2020 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/publication/aguilar-2020/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Aviso</title>
      <link>https://www.cimat.mx/~luis.leon/es/cursos/lineal/avisos/</link>
      <pubDate>Mon, 02 Dec 2019 00:00:00 +0100</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/cursos/lineal/avisos/</guid>
      <description>&lt;h5 id=&#34;oficialmente-se-suspenden-las-clases-en-el-ipn-desde-el-17-de-marzo-hasta-el-20-de-abril-de-2020httpswwwipnmxassetsfilesccsimgnoticias202003confinamiento1jpg-analizaré-la-situación-y-conforme-a-la-información-oficial-les-haré-llegar-información-sobre-cómo-procederemos-con-el-curso-les-pido-por-favor-que-me-envíen-un-correo-electrónico-a-joseleoncinvestavmx-indicandome-el-curso-en-el-que-están-inscritos&#34;&gt;&lt;a href=&#34;https://www.ipn.mx/assets/files/ccs/img/noticias/2020/03/confinamiento1.jpg&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Oficialmente se suspenden las clases en el IPN desde el 17 de marzo hasta el 20 de abril de 2020.&lt;/a&gt; Analizaré la situación y conforme a la información oficial les haré llegar información sobre cómo procederemos con el curso. Les pido por favor que me envíen un correo electrónico a &lt;a href=&#34;mailto:jose.leon@cinvestav.mx&#34;&gt;jose.leon@cinvestav.mx&lt;/a&gt; indicandome el curso en el que están inscritos.&lt;/h5&gt;
</description>
    </item>
    
    <item>
      <title>Aviso</title>
      <link>https://www.cimat.mx/~luis.leon/es/cursos/proba/avisos/</link>
      <pubDate>Mon, 02 Dec 2019 00:00:00 +0100</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/cursos/proba/avisos/</guid>
      <description>&lt;h5 id=&#34;oficialmente-se-suspenden-las-clases-en-el-ipn-desde-el-17-de-marzo-hasta-el-20-de-abril-de-2020httpswwwipnmxassetsfilesccsimgnoticias202003confinamiento1jpg-analizaré-la-situación-y-conforme-a-la-información-oficial-les-haré-llegar-información-sobre-cómo-procederemos-con-el-curso-les-pido-por-favor-que-me-envíen-un-correo-electrónico-a-joseleoncinvestavmx-indicandome-el-curso-en-el-que-están-inscritos&#34;&gt;&lt;a href=&#34;https://www.ipn.mx/assets/files/ccs/img/noticias/2020/03/confinamiento1.jpg&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Oficialmente se suspenden las clases en el IPN desde el 17 de marzo hasta el 20 de abril de 2020.&lt;/a&gt; Analizaré la situación y conforme a la información oficial les haré llegar información sobre cómo procederemos con el curso. Les pido por favor que me envíen un correo electrónico a &lt;a href=&#34;mailto:jose.leon@cinvestav.mx&#34;&gt;jose.leon@cinvestav.mx&lt;/a&gt; indicandome el curso en el que están inscritos.&lt;/h5&gt;
</description>
    </item>
    
    <item>
      <title>Tarea para entregar el día del examen</title>
      <link>https://www.cimat.mx/~luis.leon/es/cursos/analisis/entregar/</link>
      <pubDate>Mon, 02 Dec 2019 00:00:00 +0100</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/cursos/analisis/entregar/</guid>
      <description>&lt;p&gt;Realizar un programa que implemente el algoritmo del siguiente diagrama de flujo. La idea es usar el método de Newton y cuando la derivada se anule o la nueva aproximación salga de un intervalo usar el método de bisección. Agregar el código en su documento de Overleaf.&lt;/p&gt;
&lt;center&gt;
&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; xmlns:xlink=&#34;http://www.w3.org/1999/xlink&#34; version=&#34;1.1&#34; width=&#34;355px&#34; viewBox=&#34;-0.5 -0.5 355 755&#34; content=&#34;&amp;lt;mxfile host=&amp;quot;www.draw.io&amp;quot; modified=&amp;quot;2020-03-11T06:10:29.625Z&amp;quot; agent=&amp;quot;Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36&amp;quot; etag=&amp;quot;yCt6Vnt9RgHmoie6VmGF&amp;quot; version=&amp;quot;12.8.2&amp;quot; type=&amp;quot;onedrive&amp;quot;&amp;gt;&amp;lt;diagram id=&amp;quot;C5RBs43oDa-KdzZeNtuy&amp;quot; name=&amp;quot;Page-1&amp;quot;&amp;gt;7Vxbd5s4EP41nG0f4gNI3B5ru+ktzWmbdNs+7cEg22wwcgHHdn79jgwYhGTHN2zH3Zw2RqMLZubTN6ORiII6o9m72B0PP1OfhIqu+jMFdRVd1+AffDDJPJOYhWAQB34mUkvBXfBE8p6FdBL4JMllmSilNEyDMS/0aBQRL+VkbhzTKd+sT0OfE4zdAREEd54bitIfgZ8OMylW1VL+ngSDYX5nu6gYuUXbXJAMXZ9OKyL0VkGdmNI0uxrNOiRkuivU8uPD/Ed482C++/g1+e1+b3+6v/37KhvsepsuyyeISZTuPLQW3Caj/qdv8T35OXm6/3jTfT/Nu6iPbjjJ1fUhCryA5k+czgstxnQS+YQNpSmoPR0GKbkbux6rnQJuQDZMR2Fe3adRmgNBAzW1B6GbMCuqcJ2kMX1YWoK1XuqVVfeDMOzQkMaL2yLfJXbfW3ar1JieTXp9qNlQObkSH0mcklkFGbmy3hE6Imk8hyZFrZF3yXFvZ6VpiSHTyETDCnxQrlE3R+1gOW5pGrjIrbOFpTTBUjc0YdPSTdmnGcIXaPdiuBqwqyAaxCQBxbI6d8QMFPUS9pHQSGH4rfdwfeJNFh3QtWj+IR31JsnzpueNCTi4dkdByFT4noSPJA08VwIQNwwGERQ8sCGJ5SiBW8JDQcksS/cUbt+9wucFHB21DA46GhbBoxW0MuTIpyH06JJ5DpqGMmW3U/ROD/6LoCBAwFBQCZC1rH6kdJDyRpux+8N4YBQaEQFyGd5qohrCADhjdgn2cMOQhHQQuyNoOCZxADpgqODrvpQVz/LRGWEDtzTEgcPcEBtmU9iwBGzMCkMnk15h6SVjwD0qYujwCuDT7r0Gub7GbagvykzYqZtpyfYVO1kSMzXnAERffbeYfV1B6/CUKa9agWCZLoCLwzd5xSjwfda9DV4jeHJ7i6GYzcY0iNLFsxhtxeiysSbgcXLybtT/mi2Vd8EyJ4wkNtAbs4HIo0pHV9rX/b9ebTFpXme63cPNntFUQWYLjFD+6JzJkOYIJnNwy0BHJLhiJlesdh1EgvJhJFiTkBelfIxbGHMKt3StJWEqp4UsUeW4MZUb4kQR9B35b9j6jtESWyAEHq9mMgvSn5XrX2zWwLNlpe4sJ6hFYZ4XtlN0QiexR9Y9RtaO+NwSUzRHRdOGhI8KWUxCNw0e+YWpTPf5Hb4w7q1Y2zY5U2vWMtAsBsmeKO9XXQwKQ9VjVEOtj5W68YCkwlhgM3deaZY7iJXfWresejhs27lk1dcT+yy/XonK7IuUGF3aYw/YmgJsb8W18EW4V5j7glkcCXMc17+KsejOtFFSxa9KzVFoI1dPNoHWtNPPil50VVi3avZu9KIb9aHM2kgryOVgE9k+DZAAP/G80okVf1Xrym6LUkMA1DcE4Hn5NwkAjYMBUFMbQ+Djw9W3effzbf926n34PlV/j/+5vnJEvIGW7/IijdMhHdDIDd+W0ja/Wi7b3NBFnotB71+SpvM8dcY8RQ2ye8GvBoND4hGLgJRqbQX+NgbWfkkyLCGNDTJZ6vfEZUmyLBnmpNRnSTWfiC3r6bNbMk0X6ViW2ZJk3yKPgp0Wg0+iBbrFNaa2IjEj3vz/BBxLrfEpBaxakqBH0yWpfaOx5OwBF0vn56yedULWWTkhzRYytMu009ZeCAljac5xAyH9EBH1jjg5g0jc2jQQOq9QHEDII9C2dkMgW+fbyHKWPxY3LlLtlqo7R0UkEvPYF8R2z6eUNo3Ni2jkXCBpmS2T5zK8e/4JFoTCaLowWsNIxOKeeh7J9YKEeF7A4rk2iiR75dB6m00yXWURYW/bXrVZ8UI303SznmlCSJUFXepSym2oWauhulfYhfXDEdE2OeqSiDgaKlnpzIgIn1eWACE+C47VnVkI1RLqyDg6BcmWnAdxhupaDB4YSysgskngpSqXgSXNru1V13nrQNspSJPfp9F9ESyuUC/67AEE3HWXpRtH3ByR58ZUQdlHSCmumNi7UMfqjN8GmUFdbrCDZwblN/9TVL+G3U+lezFI3yULGmZhexGIc+KtxqvH5E2f2BFIa1MArD2xUwt8sK1L2K3BczpyS2uCei9glknCbGk7fNJJZp5C9atSMsu65rer9jKZtq/NVoR4taMvejMHc2ocYDjrz+Rga13zvePOdYaoro6sTl961HIFYb+GDjzbEzGdw3zCw8id8Q0fLoPs+UyyYWIZ0zvHpHnJEvfl07xkh3vNYdRT8byYbrhhQVHsBk9MO4my7R6zZCZF7JdHIwAzKBtGlb9v9LDq3ZFTZD2bmHj8Ot3EstN1mirJeGKznoQ43NyzTuvnd8l4NrgA2njS7rv6lLtUs7bL59Qo90COvua5EXaa99yayDTbvVW016LsZVKGzZkJG1igC0tyhh8JKcvDscVZp/0a4Gxb5zm7GPdkKT/xGOt5nEdvXveowPrJdO/8ObqvvWdnFC82nkr3xXP9KcQDJM5zv6Of2ADiyvtiwW8L75kaWJYOPZABoFj+zZAs3Cr/8Ap6+x8=&amp;lt;/diagram&amp;gt;&amp;lt;/mxfile&amp;gt;&#34; onclick=&#34;(function(svg){var src=window.event.target||window.event.srcElement;while (src!=null&amp;amp;&amp;amp;src.nodeName.toLowerCase()!=&#39;a&#39;){src=src.parentNode;}if(src==null){if(svg.wnd!=null&amp;amp;&amp;amp;!svg.wnd.closed){svg.wnd.focus();}else{var r=function(evt){if(evt.data==&#39;ready&#39;&amp;amp;&amp;amp;evt.source==svg.wnd){svg.wnd.postMessage(decodeURIComponent(svg.getAttribute(&#39;content&#39;)),&#39;*&#39;);window.removeEventListener(&#39;message&#39;,r);}};window.addEventListener(&#39;message&#39;,r);svg.wnd=window.open(&#39;https://www.draw.io/?client=1&amp;amp;lightbox=1&amp;amp;edit=_blank&#39;);}}})(this);&#34; style=&#34;cursor:pointer;max-width:100%;max-height:755px;&#34;&gt;&lt;defs/&gt;&lt;g&gt;&lt;rect x=&#34;143&#34; y=&#34;0&#34; width=&#34;65&#34; height=&#34;30&#34; rx=&#34;4.5&#34; ry=&#34;4.5&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 63px; height: 1px; padding-top: 15px; margin-left: 144px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;Inicio&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;176&#34; y=&#34;19&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;Inicio&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 175.5 140 L 235.5 180 L 175.5 220 L 115.5 180 Z&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 110px; height: 1px; padding-top: 178px; margin-left: 121px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;Los datos&lt;br /&gt;ingresados son &lt;br /&gt;adecuados?&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;176&#34; y=&#34;182&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;Los datos...&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 116.13 120 L 140.13 60 L 236.13 60 L 212.13 120 Z&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 90px; margin-left: 117px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;Intervalo a,b,&lt;br /&gt;error eps,&lt;br /&gt;máx iteraciones   &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;176&#34; y=&#34;94&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;Intervalo a,b,...&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;rect x=&#34;141.13&#34; y=&#34;257&#34; width=&#34;70&#34; height=&#34;30&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 68px; height: 1px; padding-top: 272px; margin-left: 142px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;x&lt;sub&gt;0&lt;/sub&gt;=(a+b)/2&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;176&#34; y=&#34;276&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;x0=(a+b)/2&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;rect x=&#34;148.01&#34; y=&#34;220&#34; width=&#34;30&#34; height=&#34;20&#34; fill=&#34;none&#34; stroke=&#34;none&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 230px; margin-left: 163px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: nowrap; &#34;&gt;Sí&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;163&#34; y=&#34;234&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;Sí&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 175.5 311 L 222.76 341 L 175.5 371 L 128.23 341 Z&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 93px; height: 1px; padding-top: 341px; margin-left: 129px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;¿f&#39;(x&lt;sub&gt;0&lt;/sub&gt;)=0?&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;175&#34; y=&#34;345&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;¿f&#39;(x0)=0?&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;ellipse cx=&#34;176.13&#34; cy=&#34;733.5&#34; rx=&#34;39.685&#34; ry=&#34;20&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 77px; height: 1px; padding-top: 734px; margin-left: 137px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;Fin&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;176&#34; y=&#34;737&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;Fin&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 235.5 180 L 259.5 180.35 Q 269.5 180.5 269.5 170.5 L 269.5 52.5 Q 269.5 42.5 259.5 42.5 L 181.87 42.5&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 176.62 42.5 L 183.62 39 L 181.87 42.5 L 183.62 46 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;rect x=&#34;232.5&#34; y=&#34;181.5&#34; width=&#34;30&#34; height=&#34;20&#34; fill=&#34;none&#34; stroke=&#34;none&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 192px; margin-left: 247px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: nowrap; &#34;&gt;No&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;247&#34; y=&#34;195&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;No&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 175.5 30 L 175.75 53.63&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 175.8 58.88 L 172.23 51.92 L 175.75 53.63 L 179.23 51.85 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 176.13 120 L 175.7 133.64&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 175.54 138.88 L 172.26 131.78 L 175.7 133.64 L 179.25 132 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 175.47 449.5 L 175.47 469.47 L 176.06 469.47 L 176.04 468.13&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 176.11 473.38 L 172.52 466.43 L 176.04 468.13 L 179.52 466.34 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 113 449.5 L 138 399.5 L 238 399.5 L 213 449.5 Z&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 123px; height: 1px; padding-top: 425px; margin-left: 114px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;    Usar método de &lt;br /&gt;Newton para&lt;br /&gt;encontrar un x&lt;sub&gt;1&lt;/sub&gt;  &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;176&#34; y=&#34;428&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;Usar método de...&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 176.13 220 L 176.13 250.63&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 176.13 255.88 L 172.63 248.88 L 176.13 250.63 L 179.63 248.88 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 176.13 287 L 175.66 304.63&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 175.52 309.88 L 172.21 302.79 L 175.66 304.63 L 179.21 302.98 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 175.5 371 L 175.5 393.13&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 175.5 398.38 L 172 391.38 L 175.5 393.13 L 179 391.38 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;rect x=&#34;252.5&#34; y=&#34;322.5&#34; width=&#34;100.5&#34; height=&#34;37&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 98px; height: 1px; padding-top: 341px; margin-left: 254px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;Usar bisección&lt;br /&gt;a=x&lt;sub&gt;0&lt;/sub&gt; o b=x&lt;sub&gt;0&lt;/sub&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;303&#34; y=&#34;345&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;Usar bisección...&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 222.76 341 L 246.13 341&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 251.38 341 L 244.38 344.5 L 246.13 341 L 244.38 337.5 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 302.75 322.5 L 302.97 239 Q 303 229 293 229.07 L 184.38 229.85&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 179.13 229.88 L 186.1 226.33 L 184.38 229.85 L 186.15 233.33 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;rect x=&#34;220.5&#34; y=&#34;317.5&#34; width=&#34;30&#34; height=&#34;20&#34; fill=&#34;none&#34; stroke=&#34;none&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 328px; margin-left: 236px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: nowrap; &#34;&gt;Sí&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;236&#34; y=&#34;331&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;Sí&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 176.18 534.47 L 176.18 554.53 L 175.47 554.53 L 175.47 550.15&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 175.47 555.4 L 171.97 548.4 L 175.47 550.15 L 178.97 548.4 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 223.34 504.53 L 302.76 504.53 L 302.76 365.87&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 302.76 360.62 L 306.26 367.62 L 302.76 365.87 L 299.26 367.62 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 176.13 474.5 L 223.39 504.5 L 176.13 534.5 L 128.86 504.5 Z&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 93px; height: 1px; padding-top: 505px; margin-left: 130px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;x&lt;sub&gt;1&lt;/sub&gt;&amp;lt;a o b&amp;lt;x&lt;sub&gt;1&lt;/sub&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;176&#34; y=&#34;508&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;x1&amp;lt;a o b&amp;lt;x1&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 175.47 616.48 L 175.47 636.53 L 175.47 621.47 L 175.47 635.13&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 175.47 640.38 L 171.97 633.38 L 175.47 635.13 L 178.97 633.38 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 126.05 586.53 L 78.06 586.53 L 38.53 587 L 38.5 485.87&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 38.5 480.62 L 42 487.62 L 38.5 485.87 L 35 487.62 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;path d=&#34;M 175.5 556.5 L 225 586.5 L 175.5 616.5 L 126 586.5 Z&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 97px; height: 1px; padding-top: 587px; margin-left: 127px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;|f(x&lt;sub&gt;1&lt;/sub&gt;)|&amp;lt;e&lt;br /&gt;o kmax&amp;lt;k&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;176&#34; y=&#34;590&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;|f(x1)|&amp;lt;e...&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 175.47 688 L 175.47 708.06 L 176.06 708.06 L 176.05 707.13&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 176.11 712.38 L 172.53 705.43 L 176.05 707.13 L 179.53 705.34 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;rect x=&#34;123&#34; y=&#34;641.5&#34; width=&#34;105&#34; height=&#34;46.5&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 103px; height: 1px; padding-top: 665px; margin-left: 124px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;La raiz es x&lt;sub&gt;1&lt;/sub&gt;&lt;br /&gt;o no converge en &lt;br /&gt;kmáx iteraciones&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;176&#34; y=&#34;668&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;La raiz es x1...&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;path d=&#34;M 38.53 446 L 38.53 341 L 121.86 341&#34; fill=&#34;none&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;stroke&#34;/&gt;&lt;path d=&#34;M 127.11 341 L 120.11 344.5 L 121.86 341 L 120.11 337.5 Z&#34; fill=&#34;#000000&#34; stroke=&#34;#000000&#34; stroke-miterlimit=&#34;10&#34; pointer-events=&#34;all&#34;/&gt;&lt;rect x=&#34;0&#34; y=&#34;446&#34; width=&#34;77&#34; height=&#34;33.5&#34; fill=&#34;#dae8fc&#34; stroke=&#34;#6c8ebf&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 75px; height: 1px; padding-top: 463px; margin-left: 1px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; &#34;&gt;x&lt;sub&gt;0&lt;/sub&gt;=x&lt;sub&gt;1&lt;/sub&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;38&#34; y=&#34;466&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;x0=x1&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;rect x=&#34;174&#34; y=&#34;613&#34; width=&#34;30&#34; height=&#34;20&#34; fill=&#34;none&#34; stroke=&#34;none&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 623px; margin-left: 189px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: nowrap; &#34;&gt;Sí&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;189&#34; y=&#34;627&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;Sí&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;rect x=&#34;174&#34; y=&#34;369&#34; width=&#34;30&#34; height=&#34;20&#34; fill=&#34;none&#34; stroke=&#34;none&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 379px; margin-left: 189px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: nowrap; &#34;&gt;No&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;189&#34; y=&#34;383&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;No&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;rect x=&#34;93&#34; y=&#34;562&#34; width=&#34;30&#34; height=&#34;20&#34; fill=&#34;none&#34; stroke=&#34;none&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 572px; margin-left: 108px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: nowrap; &#34;&gt;No&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;108&#34; y=&#34;576&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;No&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;rect x=&#34;225&#34; y=&#34;484&#34; width=&#34;30&#34; height=&#34;20&#34; fill=&#34;none&#34; stroke=&#34;none&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 494px; margin-left: 240px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: nowrap; &#34;&gt;Sí&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;240&#34; y=&#34;498&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;Sí&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;rect x=&#34;178.01&#34; y=&#34;534.5&#34; width=&#34;30&#34; height=&#34;20&#34; fill=&#34;none&#34; stroke=&#34;none&#34; pointer-events=&#34;all&#34;/&gt;&lt;g transform=&#34;translate(-0.5 -0.5)&#34;&gt;&lt;switch&gt;&lt;foreignObject style=&#34;overflow: visible; text-align: left;&#34; pointer-events=&#34;none&#34; width=&#34;100%&#34; height=&#34;100%&#34; requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;&gt;&lt;div xmlns=&#34;http://www.w3.org/1999/xhtml&#34; style=&#34;display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 545px; margin-left: 193px;&#34;&gt;&lt;div style=&#34;box-sizing: border-box; font-size: 0; text-align: center; &#34;&gt;&lt;div style=&#34;display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: nowrap; &#34;&gt;No&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/foreignObject&gt;&lt;text x=&#34;193&#34; y=&#34;548&#34; fill=&#34;#000000&#34; font-family=&#34;Helvetica&#34; font-size=&#34;12px&#34; text-anchor=&#34;middle&#34;&gt;No&lt;/text&gt;&lt;/switch&gt;&lt;/g&gt;&lt;/g&gt;&lt;switch&gt;&lt;g requiredFeatures=&#34;http://www.w3.org/TR/SVG11/feature#Extensibility&#34;/&gt;&lt;a transform=&#34;translate(0,-5)&#34; xlink:href=&#34;https://desk.draw.io/support/solutions/articles/16000042487&#34; target=&#34;_blank&#34;&gt;&lt;text text-anchor=&#34;middle&#34; font-size=&#34;10px&#34; x=&#34;50%&#34; y=&#34;100%&#34;&gt;Viewer does not support full SVG 1.1&lt;/text&gt;&lt;/a&gt;&lt;/switch&gt;&lt;/svg&gt;
&lt;/center&gt;
</description>
    </item>
    
    <item>
      <title>Tarea 1</title>
      <link>https://www.cimat.mx/~luis.leon/es/cursos/analisis/tarea-1/</link>
      <pubDate>Mon, 02 Dec 2019 00:00:00 +0100</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/cursos/analisis/tarea-1/</guid>
      <description>&lt;p&gt;Resuelva los siguientes ejercicios&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Calcule el error absoluto y el error relativo en las aproximaciones de $p$ mediante $p^\ast$.
&lt;ul&gt;
&lt;li&gt;$p=\pi$, $p^\ast=22/7$&lt;/li&gt;
&lt;li&gt;$p=\pi$, $p^\ast=3.1416$&lt;/li&gt;
&lt;li&gt;$p=e$, $p^\ast=2.718$&lt;/li&gt;
&lt;li&gt;$p=\sqrt{2}$, $p^\ast=1.414$&lt;/li&gt;
&lt;li&gt;$p=8!$, $p^\ast=39900$&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Suponga que $p^\ast$ debe aproximar a $p$ con un error relativo a lo sumo $10^{-3}$. Determine el máximo intervalo en que debe estar $p^\ast$ para cada valor de $p$.
&lt;ul&gt;
&lt;li&gt;$150$&lt;/li&gt;
&lt;li&gt;$900$&lt;/li&gt;
&lt;li&gt;$1500$&lt;/li&gt;
&lt;li&gt;$90$&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Sea $f\in C[a,b]$ una función continua cuya derivada existe en $(a,b)$. Suponga que se evaluará a $f$ en $x_0$ en $(a,b)$, pero en vez de calcular el valor real $f(x_0)$, el valor aproximado $\overline{f}(x_0)$, es el valor real de $f$ en $x_0+\epsilon$, es decir, $\overline{f}(x_0)=f(x_0+\epsilon)$.
&lt;ul&gt;
&lt;li&gt;Use el teorema del valor medio para estimar el error absoluto $|f(x_0)-\overline{f}(x_0)|$ y el error relativo $|f(x_0)-\overline{f}(x_0)|/|f(x_0)|$, suponiendo que $f(x_0)\neq 0$&lt;/li&gt;
&lt;li&gt;Si $\epsilon=5\times 10^{-6}$ y $x_0=1$, calcule las cotas de los errores absoluto y relativo para $f(x)=e^x$ y $g(x)=\operatorname{sen}x$.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;El número $e$ se define como $e=\displaystyle \sum_{n=0}^\infty \frac{1}{n!}$ donde $n!=n(n-1)(n-2)\cdots 2\cdot 1$ para $n\neq 0$ y $0!=1$. Use la aritmética de truncamiento de cuatro cifras para calcular la siguiente aproximación de $e$ y determine los errores absoluto y relativo.
&lt;ul&gt;
&lt;li&gt;$e \approx \displaystyle \sum_{n=0}^5 \frac{1}{n!}$&lt;/li&gt;
&lt;li&gt;$e \approx \displaystyle \sum_{k=0}^{10} \frac{1}{(10-j)!}$&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Determine la rapidez de convergencia de las siguientes sucesiones cuando $n\to \infty$
&lt;ul&gt;
&lt;li&gt;$\displaystyle\lim_{n \to \infty} \operatorname{sen}\frac{1}{n} = 0$&lt;/li&gt;
&lt;li&gt;$\displaystyle\lim_{n\to \infty} \operatorname{sen}\frac{1}{n^2}=0$&lt;/li&gt;
&lt;li&gt;$\displaystyle\lim_{n\to \infty}\left(\operatorname{sen}\frac{1}{n}\right)^2 = 0$&lt;/li&gt;
&lt;li&gt;$\displaystyle\lim_{n\to \infty} \big[\ln(n+1)-\ln(n)\big]=0$&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Determine las razones de convergencia de las siguientes funciones cuando $h\to 0$.
&lt;ul&gt;
&lt;li&gt;$\displaystyle\lim_{h\to 0} \frac{\operatorname{sen}h}{h}=1$&lt;/li&gt;
&lt;li&gt;$\displaystyle\lim_{h\to 0} \frac{1-\cos h}{h}=0$&lt;/li&gt;
&lt;li&gt;$\displaystyle\lim_{h\to 0} \frac{\sin h-h\cosh}{h}=0$&lt;/li&gt;
&lt;li&gt;$\displaystyle\lim_{h\to 0} \frac{1-e^h}{h}=1$&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;¿Cuántas multiplicaciones y sumas se necesitan para determinar una suma de la siguiente forma? $$\sum_{i=1}^n\sum_{j=1}^i a_ib_j$$&lt;/li&gt;
&lt;li&gt;Modifique la suma en una forma equivalente que reduzca el número de cálculos.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Suponga que se tiene el polinomio $P(x)=a_nx^n + a_{n-1}x^{n-1}+\cdots + a_1x+a_0$. Construya un algoritmo para evaluar $P(x_0)$ por medio de una multiplicación anidada.&lt;/li&gt;
&lt;/ol&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://www.cimat.mx/~luis.leon/es/cursos/analisis/practicas/</link>
      <pubDate>Thu, 14 Feb 2019 00:00:00 +0100</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/cursos/analisis/practicas/</guid>
      <description>&lt;p&gt;Realizaremos las prácticas usando LaTeX en Overleaf, si aún no tienen cuenta por favor registrense en &lt;a href=&#34;https://www.overleaf.com?r=af82b600&amp;amp;rm=d&amp;amp;rs=b&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Overleaf&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;El documento principal de donde van a copiar las prácticas es este &lt;a href=&#34;https://www.overleaf.com/read/bvdmyhtjqfmc&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Prácticas&lt;/a&gt;.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Slides</title>
      <link>https://www.cimat.mx/~luis.leon/es/slides/example/</link>
      <pubDate>Tue, 05 Feb 2019 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/slides/example/</guid>
      <description>&lt;h1 id=&#34;create-slides-in-markdown-with-wowchemy&#34;&gt;Create slides in Markdown with Wowchemy&lt;/h1&gt;
&lt;p&gt;&lt;a href=&#34;https://wowchemy.com/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Wowchemy&lt;/a&gt; | &lt;a href=&#34;https://owchemy.com/docs/managing-content/#create-slides&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Documentation&lt;/a&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;features&#34;&gt;Features&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Efficiently write slides in Markdown&lt;/li&gt;
&lt;li&gt;3-in-1: Create, Present, and Publish your slides&lt;/li&gt;
&lt;li&gt;Supports speaker notes&lt;/li&gt;
&lt;li&gt;Mobile friendly slides&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id=&#34;controls&#34;&gt;Controls&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Next: &lt;code&gt;Right Arrow&lt;/code&gt; or &lt;code&gt;Space&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Previous: &lt;code&gt;Left Arrow&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Start: &lt;code&gt;Home&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Finish: &lt;code&gt;End&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Overview: &lt;code&gt;Esc&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Speaker notes: &lt;code&gt;S&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Fullscreen: &lt;code&gt;F&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Zoom: &lt;code&gt;Alt + Click&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://revealjs.com/pdf-export/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;PDF Export&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id=&#34;code-highlighting&#34;&gt;Code Highlighting&lt;/h2&gt;
&lt;p&gt;Inline code: &lt;code&gt;variable&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Code block:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-python&#34; data-lang=&#34;python&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;porridge&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;blueberry&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;if&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;porridge&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;==&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;blueberry&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;nb&#34;&gt;print&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;Eating...&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;hr&gt;
&lt;h2 id=&#34;math&#34;&gt;Math&lt;/h2&gt;
&lt;p&gt;In-line math: $x + y = z$&lt;/p&gt;
&lt;p&gt;Block math:&lt;/p&gt;
&lt;p&gt;$$
f\left( x \right) = ;\frac{{2\left( {x + 4} \right)\left( {x - 4} \right)}}{{\left( {x + 4} \right)\left( {x + 1} \right)}}
$$&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;fragments&#34;&gt;Fragments&lt;/h2&gt;
&lt;p&gt;Make content appear incrementally&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;{{% fragment %}} One {{% /fragment %}}
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;{{% fragment %}} **Two** {{% /fragment %}}
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;{{% fragment %}} Three {{% /fragment %}}
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Press &lt;code&gt;Space&lt;/code&gt; to play!&lt;/p&gt;
&lt;span class=&#34;fragment &#34; &gt;
  One
&lt;/span&gt;
&lt;span class=&#34;fragment &#34; &gt;
  &lt;strong&gt;Two&lt;/strong&gt;
&lt;/span&gt;
&lt;span class=&#34;fragment &#34; &gt;
  Three
&lt;/span&gt;
&lt;hr&gt;
&lt;p&gt;A fragment can accept two optional parameters:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;class&lt;/code&gt;: use a custom style (requires definition in custom CSS)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;weight&lt;/code&gt;: sets the order in which a fragment appears&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id=&#34;speaker-notes&#34;&gt;Speaker Notes&lt;/h2&gt;
&lt;p&gt;Add speaker notes to your presentation&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-markdown&#34; data-lang=&#34;markdown&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;{{% speaker_note %}}
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; Only the speaker can read these notes
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; Press &lt;span class=&#34;sb&#34;&gt;`S`&lt;/span&gt; key to view
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  {{% /speaker_note %}}
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Press the &lt;code&gt;S&lt;/code&gt; key to view the speaker notes!&lt;/p&gt;
&lt;aside class=&#34;notes&#34;&gt;
  &lt;ul&gt;
&lt;li&gt;Only the speaker can read these notes&lt;/li&gt;
&lt;li&gt;Press &lt;code&gt;S&lt;/code&gt; key to view&lt;/li&gt;
&lt;/ul&gt;

&lt;/aside&gt;
&lt;hr&gt;
&lt;h2 id=&#34;themes&#34;&gt;Themes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;black: Black background, white text, blue links (default)&lt;/li&gt;
&lt;li&gt;white: White background, black text, blue links&lt;/li&gt;
&lt;li&gt;league: Gray background, white text, blue links&lt;/li&gt;
&lt;li&gt;beige: Beige background, dark text, brown links&lt;/li&gt;
&lt;li&gt;sky: Blue background, thin dark text, blue links&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;ul&gt;
&lt;li&gt;night: Black background, thick white text, orange links&lt;/li&gt;
&lt;li&gt;serif: Cappuccino background, gray text, brown links&lt;/li&gt;
&lt;li&gt;simple: White background, black text, blue links&lt;/li&gt;
&lt;li&gt;solarized: Cream-colored background, dark green text, blue links&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;

&lt;section data-noprocess data-shortcode-slide
  
      
      data-background-image=&#34;/media/boards.jpg&#34;
  &gt;

&lt;h2 id=&#34;custom-slide&#34;&gt;Custom Slide&lt;/h2&gt;
&lt;p&gt;Customize the slide style and background&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-markdown&#34; data-lang=&#34;markdown&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;{{&lt;span class=&#34;p&#34;&gt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;nt&#34;&gt;slide&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;background-image&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;/media/boards.jpg&amp;#34;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;{{&lt;span class=&#34;p&#34;&gt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;nt&#34;&gt;slide&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;background-color&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;#0000FF&amp;#34;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;{{&lt;span class=&#34;p&#34;&gt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;nt&#34;&gt;slide&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;class&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;my-style&amp;#34;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;hr&gt;
&lt;h2 id=&#34;custom-css-example&#34;&gt;Custom CSS Example&lt;/h2&gt;
&lt;p&gt;Let&amp;rsquo;s make headers navy colored.&lt;/p&gt;
&lt;p&gt;Create &lt;code&gt;assets/css/reveal_custom.css&lt;/code&gt; with:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-css&#34; data-lang=&#34;css&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nc&#34;&gt;reveal&lt;/span&gt; &lt;span class=&#34;nt&#34;&gt;section&lt;/span&gt; &lt;span class=&#34;nt&#34;&gt;h1&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nc&#34;&gt;reveal&lt;/span&gt; &lt;span class=&#34;nt&#34;&gt;section&lt;/span&gt; &lt;span class=&#34;nt&#34;&gt;h2&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nc&#34;&gt;reveal&lt;/span&gt; &lt;span class=&#34;nt&#34;&gt;section&lt;/span&gt; &lt;span class=&#34;nt&#34;&gt;h3&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;k&#34;&gt;color&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;kc&#34;&gt;navy&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;hr&gt;
&lt;h1 id=&#34;questions&#34;&gt;Questions?&lt;/h1&gt;
&lt;p&gt;&lt;a href=&#34;https://github.com/wowchemy/wowchemy-hugo-modules/discussions&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Ask&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://wowchemy.com/docs/managing-content/#create-slides&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Documentation&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Example Project</title>
      <link>https://www.cimat.mx/~luis.leon/es/project/example/</link>
      <pubDate>Wed, 27 Apr 2016 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/project/example/</guid>
      <description>&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis posuere tellus ac convallis placerat. Proin tincidunt magna sed ex sollicitudin condimentum. Sed ac faucibus dolor, scelerisque sollicitudin nisi. Cras purus urna, suscipit quis sapien eu, pulvinar tempor diam. Quisque risus orci, mollis id ante sit amet, gravida egestas nisl. Sed ac tempus magna. Proin in dui enim. Donec condimentum, sem id dapibus fringilla, tellus enim condimentum arcu, nec volutpat est felis vel metus. Vestibulum sit amet erat at nulla eleifend gravida.&lt;/p&gt;
&lt;p&gt;Nullam vel molestie justo. Curabitur vitae efficitur leo. In hac habitasse platea dictumst. Sed pulvinar mauris dui, eget varius purus congue ac. Nulla euismod, lorem vel elementum dapibus, nunc justo porta mi, sed tempus est est vel tellus. Nam et enim eleifend, laoreet sem sit amet, elementum sem. Morbi ut leo congue, maximus velit ut, finibus arcu. In et libero cursus, rutrum risus non, molestie leo. Nullam congue quam et volutpat malesuada. Sed risus tortor, pulvinar et dictum nec, sodales non mi. Phasellus lacinia commodo laoreet. Nam mollis, erat in feugiat consectetur, purus eros egestas tellus, in auctor urna odio at nibh. Mauris imperdiet nisi ac magna convallis, at rhoncus ligula cursus.&lt;/p&gt;
&lt;p&gt;Cras aliquam rhoncus ipsum, in hendrerit nunc mattis vitae. Duis vitae efficitur metus, ac tempus leo. Cras nec fringilla lacus. Quisque sit amet risus at ipsum pharetra commodo. Sed aliquam mauris at consequat eleifend. Praesent porta, augue sed viverra bibendum, neque ante euismod ante, in vehicula justo lorem ac eros. Suspendisse augue libero, venenatis eget tincidunt ut, malesuada at lorem. Donec vitae bibendum arcu. Aenean maximus nulla non pretium iaculis. Quisque imperdiet, nulla in pulvinar aliquet, velit quam ultrices quam, sit amet fringilla leo sem vel nunc. Mauris in lacinia lacus.&lt;/p&gt;
&lt;p&gt;Suspendisse a tincidunt lacus. Curabitur at urna sagittis, dictum ante sit amet, euismod magna. Sed rutrum massa id tortor commodo, vitae elementum turpis tempus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean purus turpis, venenatis a ullamcorper nec, tincidunt et massa. Integer posuere quam rutrum arcu vehicula imperdiet. Mauris ullamcorper quam vitae purus congue, quis euismod magna eleifend. Vestibulum semper vel augue eget tincidunt. Fusce eget justo sodales, dapibus odio eu, ultrices lorem. Duis condimentum lorem id eros commodo, in facilisis mauris scelerisque. Morbi sed auctor leo. Nullam volutpat a lacus quis pharetra. Nulla congue rutrum magna a ornare.&lt;/p&gt;
&lt;p&gt;Aliquam in turpis accumsan, malesuada nibh ut, hendrerit justo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Quisque sed erat nec justo posuere suscipit. Donec ut efficitur arcu, in malesuada neque. Nunc dignissim nisl massa, id vulputate nunc pretium nec. Quisque eget urna in risus suscipit ultricies. Pellentesque odio odio, tincidunt in eleifend sed, posuere a diam. Nam gravida nisl convallis semper elementum. Morbi vitae felis faucibus, vulputate orci placerat, aliquet nisi. Aliquam erat volutpat. Maecenas sagittis pulvinar purus, sed porta quam laoreet at.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://www.cimat.mx/~luis.leon/es/admin/config.yml</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.cimat.mx/~luis.leon/es/admin/config.yml</guid>
      <description></description>
    </item>
    
  </channel>
</rss>
