<div class="text-justify"> <div class="pull-left"><img src="https://cdn.steemitimages.com/DQmRxPdiuBR1FynxRZ4BznxJDNfkq9dBasuJZCaGVjdKvcE/Interpolaci%C3%B3n.png"><center><sub>Imagen editada con GIMP, gráficos hechos con GNU Octave. Elaborada por @abdulmath.</sub></center></div> Saludos queridos lectores, bienvenidos nuevamente a mi Blog. En está oportunidad les hablare un poco acerca de <b>Interpolación Polinomial usando el entorno GNU Octave | 2<sup>da</sup> Parte</b>, aquí continuaremos con la segunda parte de tema, donde mostraremos la aproximación de Newton y propiedades. La misma está dirigida al público en general (aunque debemos acotar, este es un tema de un nivel más alto, para el que es necesario tener de algunos conocimientos previos de análisis real, cálculo avanzado, entre otros más), con atención especial a profesionales y estudiantes universitarios en ciencias, ingeniería y carreras afines. Estoy abierto a sus comentarios y dudas que puedan surgir en el desarrollo del mismo. Sin perder más tiempo, iniciemos. <hr> https://cdn.steemitimages.com/DQmWc6PNwWG3TTTx9BQoTy4a8M7nVh88YMQAwVFjX6msEFD/SeparadorStem.png <hr> <h1><div class="phishy">La representación de Newton</div></h1> Vamos a mostrar una manera de construir un interpolador polinomial, el cual es generalmente de mucha mayor utilidad que el interpolador polinomial de Vandermonde, el mismo pueden verlo en <a href="https://steemit.com/steemstem/@abdulmath/interpolacion-polinomial-usando-el-entorno-gnu-octave-or-1era-parte">Interpolación Polinomial usando el entorno GNU Octave | 1era Parte.</a> <h3><div class="phishy">Un ejemplo de 4 puntos</div></h3> Para hacer una introducción y motivar la idea, consideremos una vez más el problema de interpolar cuatro puntos, a saber <b>(x<sub>1</sub>, y<sub>1</sub>),</b> <b>(x<sub>2</sub>, y<sub>2</sub>),</b> <b>(x<sub>3</sub>, y<sub>3</sub>),</b> y <b>(x<sub>4</sub>, y<sub>4</sub>),</b> con un polinomio cúbico <b>p<sub>3</sub>(x)</b>. Sin embargo, en lugar de expresar el interpolador en términos de la base canónica <b>B = { 1, x, x<sup>2</sup>, x<sup>3</sup> },</b> usamos la base <b>B' = { 1, (x - x<sub>1</sub>), (x - x<sub>1</sub>)(x - x<sub>2</sub>), (x - x<sub>1</sub>)(x - x<sub>2</sub>)(x - x<sub>3</sub>) }</b>. Esto se traduce a encontrar los coeficientes <b>c<sub>1</sub></b>, <b>c<sub>2</sub></b>, <b>c<sub>3</sub></b> y <b>c<sub>4</sub></b> tal que <center> https://cdn.steemitimages.com/DQma8LiFikTpSScwY6ED2Kn5jdUag9c1bFBPUQTYmssPvrH/equation00.png</center> entonces <b>y<sub>i</sub> = p<sub>3</sub>(x<sub>i</sub>)</b> para <b>i = 1 : 4</b>. Si expresamos de forma expandida, estas cuatro ecuaciones lo que tenemos es <center> https://cdn.steemitimages.com/DQmcXJYBRJK8xuqjoJkv1gfXjDz8EzKsUbF3KWcU1rxj4q9/equation01.png</center> Al reorganizar estas ecuaciones, obtenemos el siguiente proceso de solución de cuatro pasos: <center> https://cdn.steemitimages.com/DQmeYwrp6qoZBxZPVbXQC7QDMvh2rZQBLwdoTHcke2L3too/equation02.png</center> Este proceso de solución secuencial es posible debido a la elección inteligente de la base de polinomios, y el resultado es el que se conoce como la representación de Newton del polinomio de interpolación. Para establecer el escenario para el algoritmo en el caso general de <b>n</b> puntos, expresemos el caso <b>n = 4</b> usando la notación matricial-vectorial, para así descubrir una serie de simplificaciones. El punto de partida es el sistema de ecuaciones que obtuvimos anteriormente el cual se puede expresar de la siguiente manera: <center> https://cdn.steemitimages.com/DQmbU9nQkryFAx9PHQ7jBxFbHJ3gKPpeRQygZFKuAvUtQa9/equation03.png</center> Como podemos apreciar inmediatamente que <b>c<sub>1</sub> = y<sub>1</sub></b>. Así, podemos eliminar <b>c<sub>1</sub></b> de la segunda, tercera y cuarta ecuación, al restar la ecuación 1 de dichas ecuaciones obteniendo así: <center> https://cdn.steemitimages.com/DQmaJvLmRUd8QmzymwuNVkiGvttnNDDuvR6ge9rbZazoEDR/equation04.png</center> Si dividimos las ecuaciones 2, 3 y 4 por <b>(x<sub>2</sub> - x<sub>1</sub>)</b>, <b>(x<sub>3</sub> - x<sub>1</sub>)</b> y <b>(x<sub>4</sub> - x<sub>1</sub>)</b> respectivamente, entonces el sistema se transforma en <center> https://cdn.steemitimages.com/DQmTwdqNVGaFNfFWdEN9LAYWNpPyNAGU7UZmCZqYnmRACHG/equation05.png</center> donde <b>y<sub>21</sub></b>, <b>y<sub>31</sub></b>, <b>y<sub>41</sub></b> están dados por <center> https://cdn.steemitimages.com/DQmduzsezoWfvGi8NCyLHxQHxn3MGaourFDw9oq1jDNvcJ4/equation06.png</center> Notemos que <center> https://cdn.steemitimages.com/DQmasxAMtepGgz4iPkbXYyN74drMh8H5XUoWD5PmQv67iPZ/equation07.png</center> Uno de los puntos claves en la resolución del sistema, es que hemos reducido en una dimensión el problema, así que tenemos un sistema <b>3 x 3</b> el cual debemos resolver, a saber: <center> https://cdn.steemitimages.com/DQmNr1aDeWVLTNkcMgrYHybJovbNPoTkbeMBwjJSRifQ4yJ/equation08.png</center> Este sistema es exactamente el que se obtiene cuando se buscan los coeficientes del polinomio de interpolación cuadrática <center> https://cdn.steemitimages.com/DQmVDDC7ZtbFQKpuqEyBob8emYZbbXt2u9yLEDCTKUkZKPH/equation09.png</center> que interpola los puntos <b>(x<sub>2</sub>, y<sub>2</sub>),</b> <b>(x<sub>3</sub>, y<sub>3</sub>),</b> <b>(x<sub>4</sub>, y<sub>4</sub>).</b> <hr> https://cdn.steemitimages.com/DQmf8QX7UJQgWvMr1EddqP1GYriGuMBg9SdeNSAjS2pToQo/SeparadorGMath06.png <hr> <h3><div class="phishy">El caso general de n puntos</div></h3> Para el caso general de <b>n</b> puntos, vemos que si <b>c<sub>1</sub> = y<sub>1</sub></b> y <center> https://cdn.steemitimages.com/DQmWoKSScWzdsVxNbea2Vtk44z24bNhBm35ETv8UCD4PLhP/equation10.png</center> interpola los puntos <center> https://cdn.steemitimages.com/DQmeYmjaowpuXs5GcABTqKqQLcLopF9rWeCpvATXjWX75Ni/equation11.png</center> entonces <center> https://cdn.steemitimages.com/DQmXcEe326H2FchCrwMbG7hsyjKSjstRinbHLeXXANNzCiB/equation12.png</center> interpola los puntos <b>(x<sub>1</sub>, y<sub>1</sub>),</b> <b>(x<sub>2</sub>, y<sub>2</sub>), . . . , (x<sub>n</sub>, y<sub>n</sub>).</b> Esto es fácil de verificar. De hecho, para <b>j = 1:n</b> <center> https://cdn.steemitimages.com/DQmUi4CsBfy56AMcXdSVc351c4PuYjxBKepW2VV4DbM5Bac/equation13.png</center> Así, esto nos suministra las herramientas para una formulación recursiva de todo el proceso: <center> https://cdn.steemitimages.com/DQmWaXCGo2wyZ7n5WmEVKum2Qq8Wii7XtKcpQ4PeyQEhKTh/equation14.png <sub>Función recursiva de la representación de Newton. Elaborado por @abdulmath.</sub></center> Si <b>n = 1</b>, entonces el interpolador que devuelve el proceso recursivo es constante <b>p(x) = y<sub>1</sub></b>, es decir, <b>c<sub>1</sub> = y<sub>1</sub>. En caso contrario, el vector final es un arreglo de <b>y<sub>1</sub></b> y de la solución al problema reducido. La llamada recursividad obtiene los coeficientes del interpolador <b>q(x)</b> mencionado anteriormente. Para desarrollar una implementación no recursiva, volvemos a nuestro ejemplo de cuatro puntos y la ecuación matricial siguiente <center> https://cdn.steemitimages.com/DQmVAUidgX2tktsbCTHEZXGbzJ5jgVWvnWvMhWaFkLwuSvn/equation15.png</center> Así, podemos ver que <b>c<sub>2</sub> = y<sub>21</sub>. Primero si restamos la fila 3 con la fila 2 y dividimos por <b>(x<sub>3</sub> - x<sub>2</sub>)</b>, y luego restamos la fila 4 con la fila 2 y dividimos por <b>(x<sub>4</sub> - x<sub>2</sub>)</b>, obtenemos lo siguiente: <center> https://cdn.steemitimages.com/DQmUaERuwwrrUYpYSo3JeMgErB4d2E6iReRKtukriPxwimt/equation16.png</center> donde <center> https://cdn.steemitimages.com/DQmTVfnkrgHpunJeLbgF1bGjYX296hBWYfMyQxAokuVL1x7/equation17.png</center> Ahora bien, en este punto <b>c<sub>3</sub> = y<sub>321</sub></b>. Finalmente si restamos la cuarta fila con la tercera y dividimos por <b>(x<sub>4</sub> - x<sub>3</sub>)</b>, obtenemos <center> https://cdn.steemitimages.com/DQmSesDatVyDQ7bZNBy5ux9pchdcDUD4jAZ1A3HxYifsuQv/equation18.png</center> donde <center> https://cdn.steemitimages.com/DQmcgNojKkkLuKDdkuQbTvwrxnCn7jN99TZLjbEVmWDHhhf/equation19.png</center> Claramente <b>c<sub>4</sub> = y<sub>4321</sub>. El patrón para el caso general de <b>n</b> puntos es evidente: <center> https://cdn.steemitimages.com/DQmc5Az4gEw5rsYWRU1vduLjdBGE4s6kQuJX1y5J477rdNE/equation20.png <sub>Script patrón del caso general. Elaborado por @abdulmath en GNU Octave.</sub></center> Sin embargo, al actualizar las ecuaciones solo necesitamos hacer un seguimiento de los cambios en el vector y. Por ejemplo, <center> https://cdn.steemitimages.com/DQmdfWrQX4drnuA5f1Vy7oAZmLD8e2NwiWWgBegW4nDqu5J/equation21.png</center> Esto lleva a <center> https://cdn.steemitimages.com/DQmZGoFQBqEL5noHJHJX7LT7nyvV88sC8VuwHF8kDvuoAed/equation22.png <sub>Función de Interpolación de Newton. Elaborado por @abdulmath en GNU Octave.</sub></center> <hr> https://cdn.steemitimages.com/DQmPnBhU5HQSQmw2dm6ADEJMjKCc68KtUiUbkjyXZ5nvm5i/SeparadorGMath14.png <hr> <h3><div class="phishy">Multiplicación Anidada</div></h3> Al igual que con la representación de Vandermonde, la representación de Newton permite un esquema de multiplicación anidada eficiente. Por ejemplo, para evaluar <b>p<sub>3</sub>(x)</b> en <b>x = z</b>, tenemos el anidamiento siguiente <center> https://cdn.steemitimages.com/DQmTitcEmZFLfmfw6TqjWShaVGLAYRTpUFiWkEBFpy6oPR6/equation23.png</center> El fragmento ```pval = c(4);``` ```pval = (z-x(3))*pval+c(3);``` ```pval = (z-x(2))*pval+c(2);``` ```pval = (z-x(1))*pval+c(1);``` asigna el valor de <b>p<sub>3</sub>(z)</b> a <b>pval</b>. Si <b>z</b> es un vector, entonces tenemos ```pval = c(4)*ones(size(z));``` ```pval = (z-x(3)).*pval+c(3);``` ```pval = (z-x(2)).*pval+c(2);``` ```pval = (z-x(1)).*pval+c(1);``` En general tenemos <center> https://cdn.steemitimages.com/DQmNSzT8K8YqL3vp4CF4gYNMvn2MkY8zNa9DAEQb842CN3a/equation24.png <sub>Función de la Regla de Horner para Interpolación de Newton. Elaborado por @abdulmath en GNU Octave.</sub></center> <hr> https://cdn.steemitimages.com/DQmWXaTLF4uGH9x4QgPh29vKFUfyTGrzPaN2v4zytNiEEzC/SeparadorGMath33.png <hr> <h2><div class="phishy">Propiedades</div></h2> Con dos enfoques para el problema de la interpolación polinómica, tenemos la oportunidad de evaluar sus méritos relativos. La <i>velocidad</i> y la <i>precisión</i> son las principales preocupaciones. <hr> <h3><div class="phishy">Velocidad</div></h3> Comenzemos con un script de velocidad o tiempo <center> https://cdn.steemitimages.com/DQmXGCaCVckhDHqgEK72FkmpjdhCTnpKYvPyVTxoF6XskGe/equation25.png <sub>Script de comparación de Velocidad. Elaborado por @abdulmath en GNU Octave.</sub></center> <hr> <h3><div class="phishy">Precisión</div></h3> Sabemos que el interpolador polinómico existe y es único, pero ¿cómo se aproxima? La respuesta a la pregunta depende de las derivadas de la función que se está interpolando. https://cdn.steemitimages.com/DQmTh4Y9jPSUEbwfq44GgqTWiR4oybciK7kkobFBAtWBG4E/equation26.png Este resultado muestra que la calidad de <b>p<sub>n-1</sub></b>(x)</b> depende de el tamaño de la <b>n</b>-ésima derivada. Si tenemos una cota de esta derivada, entonces podemos calcular la cota del error. Para ilustrar lo anterior de manera practica, supongamos que <center> https://cdn.steemitimages.com/DQmYdXoSTQ2bbtLJSCkJ7pZADAFxNPaAjFhPh5w3QoP8geM/equation27.png</center> Así, para cualquier <b>z</b> en el intervalo <b>[a, b]</b> tenemos <center> https://cdn.steemitimages.com/DQmXQXRKiFM3jtr8Q1P96wvAjdSUYP7u69ZV6FbhPMx4RF9/equation28.png</center> Si basamos el interpolante en los puntos igualmente espaciados <center> https://cdn.steemitimages.com/DQmW2hMWj7RM42hzRpsJnSKdX5LMev2ci6986Gxm4ejKLsu/equation29.png</center> entonces por un simple cambio de variable tenemos <center> https://cdn.steemitimages.com/DQmUPUn4yjsfeppr4uPMrwHbeFxiP5Sxtyh7QwGR66YUo3c/equation30.png</center> Se puede demostrar que el máximo no es mayor que <b>1/(4n)</b>, de donde concluimos que <center> https://cdn.steemitimages.com/DQmRFpMCG3Xn6FgMuNS1c4oam8v6hwPTxForFH3Ppao3JaV/equation31.png</center> Por lo tanto, si una función tiene mal comportamiento en las derivadas superiores, entonces la calidad del polinomio interpolante puede disminuir a medida que aumenta el grado. Un ejemplo clásico de esto es el problema de interpolar la función <center> https://cdn.steemitimages.com/DQmP5pbyUPE5FvRrA2YZtnPNWTtBWmZeDRPAWstTUojJQQm/equation32.png</center> en el intervalo <b>[-1, 1]</b>. En el script siguiente exploramos este problema: <center> https://cdn.steemitimages.com/DQmUH8PXsTwFPfuCdM9vFQwyBEc6U2SLcEL4xXCWfexrffb/equation33.png <sub>Script Runge. Elaborado por @abdulmath en GNU Octave.</sub></center> En las gráficas a continuación podemos apreciar que el interpolador <i>captura</i> el comportamiento de la función en la parte central del intervalo, mientras que este se pierde cerca de los puntos de la frontera. |https://cdn.steemitimages.com/DQmZsLYHANdBec9gWR7fz5DS32W1eW3rFkDaom3Vyyu7GTh/Inter04.png|https://cdn.steemitimages.com/DQmYi4DrgbGQGp9Rk5SJM81kHcimuyMs4c8MdjycV4N9ujv/Inter05.png| |---|---| |https://cdn.steemitimages.com/DQmXW5AraizkUortTN4bJLiQqNNT1pfwm22pgwk4Zynbt9g/Inter06.png|https://cdn.steemitimages.com/DQmZDrbd4R2EELa33ZrkA849ogeAMN3mEGq86WGFc6BaGuH/Inter07.png| <hr> https://cdn.steemitimages.com/DQmZne2kvXmUvL8qD6Bsa9iwnX8M6i4NMd8QCQSmNhsnqqb/SeparadorGMath08.png <hr> Queridos amigos y lectores, espero hayan disfrutado y aprendido acerca de la <b>Interpolación Polinomial usando el entorno GNU Octave | 2<sup>da</sup> Parte</b>, de igual manera los invito para la e<sup>era</sup> Parte de este tema, donde continuaremos mostrando el desarrollo del mismo con los script y aplicaciones. Espero que esto pueda servir de apoyo a ustedes, hijos, nietos, sobrinos o amigos que quieran aprender un poco más del maravilloso mundo de las matemáticas y la programación. No olviden dejar sus comentarios. Saludos y nos leemos pronto. <br>Si desean consultar un poco más del tema pueden usar las siguientes referencias: + Demidovich, B. P., and I. A. Maron. <i>Computational Mathematics</i> Mir, Moscow, 1976. + Björck, Åke. <i>Numerical methods in matrix computations.</i> Vol. 59. Cham: Springer, 2015. + Burden, Richard L., and J. Douglas Faires. <i>Numerical analysis.</i> Ninth Edition. Cengage Learning. 2011. <hr> También los invito a leer las anteriores publicaciones de está serie de <b><i>Introducción a las Ecuaciones Diferenciales Parciales</i></b>, que estoy seguro serán de su interés: |<a href="https://steemit.com/steemstem/@abdulmath/interpolacion-polinomial-usando-el-entorno-gnu-octave-or-1era-parte">Interpolación Polinomial usando el entorno GNU Octave - 1era Parte.</a>|<a href="https://steemit.com/steemstem/@abdulmath/interpolacion-polinomial-usando-el-entorno-gnu-octave-or-2da-parte">Interpolación Polinomial usando el entorno GNU Octave - 2da Parte.</a>| |---|---| <hr> Las imágenes, separadores y las ecuaciones fueron creadas y editadas por @abdulmath usando software libre, GNU Octave, https://cdn.steemitimages.com/DQmYbufK9HG9LpAUVgEcFSNVmZG2irkjVy1duWbYqVyVtf4/LateX.png, GIMP e Inkscape. <hr> https://cdn.steemitimages.com/DQmaTz241KQheijV5qjopsqAzLW8ZpBqCmKmjpaixyGV4Wz/STEMESPANOL06.png <hr> @SteemSTEM es un proyecto comunitario con el objetivo de promover y apoyar la Ciencia, la Tecnología, la Ingeniería y las Matemáticas en la blockchain Steem. @Stem-espanol es parte de esta comunidad, si desea apoyar el proyecto, puedes contribuir con contenido en español en las áreas de Ciencia, Tecnología, Ingeniería y Matemáticas, utilizando las etiquetas #steemstem y #stem-espanol. <center> https://cdn.steemitimages.com/DQmaSVacTwJ8v8uqJLMAKkNaLhisPAx7bi7KXVuzV1B3uQm/FinalGMath00.png <sub>Imagen diseñada con GIMP y elaborada por @abdulmath.</sub></center> </div>
author | abdulmath |
---|---|
permlink | interpolacion-polinomial-usando-el-entorno-gnu-octave-or-2da-parte |
category | steemstem |
json_metadata | {"tags":["steemstem","knowledge","stem-espanol","innovation","technological"],"users":["abdulmath","steemstem","stem-espanol"],"image":["https://cdn.steemitimages.com/DQmRxPdiuBR1FynxRZ4BznxJDNfkq9dBasuJZCaGVjdKvcE/Interpolaci%C3%B3n.png","https://cdn.steemitimages.com/DQmWc6PNwWG3TTTx9BQoTy4a8M7nVh88YMQAwVFjX6msEFD/SeparadorStem.png","https://cdn.steemitimages.com/DQma8LiFikTpSScwY6ED2Kn5jdUag9c1bFBPUQTYmssPvrH/equation00.png","https://cdn.steemitimages.com/DQmcXJYBRJK8xuqjoJkv1gfXjDz8EzKsUbF3KWcU1rxj4q9/equation01.png","https://cdn.steemitimages.com/DQmeYwrp6qoZBxZPVbXQC7QDMvh2rZQBLwdoTHcke2L3too/equation02.png","https://cdn.steemitimages.com/DQmbU9nQkryFAx9PHQ7jBxFbHJ3gKPpeRQygZFKuAvUtQa9/equation03.png","https://cdn.steemitimages.com/DQmaJvLmRUd8QmzymwuNVkiGvttnNDDuvR6ge9rbZazoEDR/equation04.png","https://cdn.steemitimages.com/DQmTwdqNVGaFNfFWdEN9LAYWNpPyNAGU7UZmCZqYnmRACHG/equation05.png","https://cdn.steemitimages.com/DQmduzsezoWfvGi8NCyLHxQHxn3MGaourFDw9oq1jDNvcJ4/equation06.png","https://cdn.steemitimages.com/DQmasxAMtepGgz4iPkbXYyN74drMh8H5XUoWD5PmQv67iPZ/equation07.png","https://cdn.steemitimages.com/DQmNr1aDeWVLTNkcMgrYHybJovbNPoTkbeMBwjJSRifQ4yJ/equation08.png","https://cdn.steemitimages.com/DQmVDDC7ZtbFQKpuqEyBob8emYZbbXt2u9yLEDCTKUkZKPH/equation09.png","https://cdn.steemitimages.com/DQmf8QX7UJQgWvMr1EddqP1GYriGuMBg9SdeNSAjS2pToQo/SeparadorGMath06.png","https://cdn.steemitimages.com/DQmWoKSScWzdsVxNbea2Vtk44z24bNhBm35ETv8UCD4PLhP/equation10.png","https://cdn.steemitimages.com/DQmeYmjaowpuXs5GcABTqKqQLcLopF9rWeCpvATXjWX75Ni/equation11.png","https://cdn.steemitimages.com/DQmXcEe326H2FchCrwMbG7hsyjKSjstRinbHLeXXANNzCiB/equation12.png","https://cdn.steemitimages.com/DQmUi4CsBfy56AMcXdSVc351c4PuYjxBKepW2VV4DbM5Bac/equation13.png","https://cdn.steemitimages.com/DQmWaXCGo2wyZ7n5WmEVKum2Qq8Wii7XtKcpQ4PeyQEhKTh/equation14.png","https://cdn.steemitimages.com/DQmVAUidgX2tktsbCTHEZXGbzJ5jgVWvnWvMhWaFkLwuSvn/equation15.png","https://cdn.steemitimages.com/DQmUaERuwwrrUYpYSo3JeMgErB4d2E6iReRKtukriPxwimt/equation16.png","https://cdn.steemitimages.com/DQmTVfnkrgHpunJeLbgF1bGjYX296hBWYfMyQxAokuVL1x7/equation17.png","https://cdn.steemitimages.com/DQmSesDatVyDQ7bZNBy5ux9pchdcDUD4jAZ1A3HxYifsuQv/equation18.png","https://cdn.steemitimages.com/DQmcgNojKkkLuKDdkuQbTvwrxnCn7jN99TZLjbEVmWDHhhf/equation19.png","https://cdn.steemitimages.com/DQmc5Az4gEw5rsYWRU1vduLjdBGE4s6kQuJX1y5J477rdNE/equation20.png","https://cdn.steemitimages.com/DQmdfWrQX4drnuA5f1Vy7oAZmLD8e2NwiWWgBegW4nDqu5J/equation21.png","https://cdn.steemitimages.com/DQmZGoFQBqEL5noHJHJX7LT7nyvV88sC8VuwHF8kDvuoAed/equation22.png","https://cdn.steemitimages.com/DQmPnBhU5HQSQmw2dm6ADEJMjKCc68KtUiUbkjyXZ5nvm5i/SeparadorGMath14.png","https://cdn.steemitimages.com/DQmTitcEmZFLfmfw6TqjWShaVGLAYRTpUFiWkEBFpy6oPR6/equation23.png","https://cdn.steemitimages.com/DQmNSzT8K8YqL3vp4CF4gYNMvn2MkY8zNa9DAEQb842CN3a/equation24.png","https://cdn.steemitimages.com/DQmWXaTLF4uGH9x4QgPh29vKFUfyTGrzPaN2v4zytNiEEzC/SeparadorGMath33.png","https://cdn.steemitimages.com/DQmXGCaCVckhDHqgEK72FkmpjdhCTnpKYvPyVTxoF6XskGe/equation25.png","https://cdn.steemitimages.com/DQmTh4Y9jPSUEbwfq44GgqTWiR4oybciK7kkobFBAtWBG4E/equation26.png","https://cdn.steemitimages.com/DQmYdXoSTQ2bbtLJSCkJ7pZADAFxNPaAjFhPh5w3QoP8geM/equation27.png","https://cdn.steemitimages.com/DQmXQXRKiFM3jtr8Q1P96wvAjdSUYP7u69ZV6FbhPMx4RF9/equation28.png","https://cdn.steemitimages.com/DQmW2hMWj7RM42hzRpsJnSKdX5LMev2ci6986Gxm4ejKLsu/equation29.png","https://cdn.steemitimages.com/DQmUPUn4yjsfeppr4uPMrwHbeFxiP5Sxtyh7QwGR66YUo3c/equation30.png","https://cdn.steemitimages.com/DQmRFpMCG3Xn6FgMuNS1c4oam8v6hwPTxForFH3Ppao3JaV/equation31.png","https://cdn.steemitimages.com/DQmP5pbyUPE5FvRrA2YZtnPNWTtBWmZeDRPAWstTUojJQQm/equation32.png","https://cdn.steemitimages.com/DQmUH8PXsTwFPfuCdM9vFQwyBEc6U2SLcEL4xXCWfexrffb/equation33.png","https://cdn.steemitimages.com/DQmZsLYHANdBec9gWR7fz5DS32W1eW3rFkDaom3Vyyu7GTh/Inter04.png","https://cdn.steemitimages.com/DQmYi4DrgbGQGp9Rk5SJM81kHcimuyMs4c8MdjycV4N9ujv/Inter05.png","https://cdn.steemitimages.com/DQmXW5AraizkUortTN4bJLiQqNNT1pfwm22pgwk4Zynbt9g/Inter06.png","https://cdn.steemitimages.com/DQmZDrbd4R2EELa33ZrkA849ogeAMN3mEGq86WGFc6BaGuH/Inter07.png","https://cdn.steemitimages.com/DQmZne2kvXmUvL8qD6Bsa9iwnX8M6i4NMd8QCQSmNhsnqqb/SeparadorGMath08.png","https://cdn.steemitimages.com/DQmYbufK9HG9LpAUVgEcFSNVmZG2irkjVy1duWbYqVyVtf4/LateX.png","https://cdn.steemitimages.com/DQmaTz241KQheijV5qjopsqAzLW8ZpBqCmKmjpaixyGV4Wz/STEMESPANOL06.png","https://cdn.steemitimages.com/DQmaSVacTwJ8v8uqJLMAKkNaLhisPAx7bi7KXVuzV1B3uQm/FinalGMath00.png"],"links":["https://steemit.com/steemstem/@abdulmath/interpolacion-polinomial-usando-el-entorno-gnu-octave-or-1era-parte","https://steemit.com/steemstem/@abdulmath/interpolacion-polinomial-usando-el-entorno-gnu-octave-or-2da-parte"],"app":"steemit/0.1","format":"markdown"} |
created | 2018-08-21 04:26:06 |
last_update | 2018-08-22 19:27:03 |
depth | 0 |
children | 26 |
last_payout | 2018-08-28 04:26:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 8.261 HBD |
curator_payout_value | 2.561 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 15,757 |
author_reputation | 44,913,742,198,559 |
root_title | "Interpolación Polinomial usando el entorno GNU Octave | 2da Parte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 68,872,825 |
net_rshares | 7,977,683,334,915 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
wackou | 0 | 81,120,708,755 | 1.07% | ||
lafona-miner | 0 | 1,027,953,801,415 | 20% | ||
hr1 | 0 | 53,372,382,434 | 0.02% | ||
fuzzyvest | 0 | 633,202,197,606 | 5% | ||
tuck-fheman | 0 | 6,955,344,016 | 1.79% | ||
lola-carola | 0 | 645,402,813 | 1.79% | ||
justtryme90 | 0 | 183,425,119,341 | 10% | ||
anwenbaumeister | 0 | 20,869,677,932 | 3.59% | ||
roelandp | 0 | 79,701,344,860 | 1.79% | ||
bitland | 0 | 493,387,013 | 1.79% | ||
raymondspeaks | 0 | 423,632,196 | 1.79% | ||
lemouth | 0 | 89,288,917,240 | 17% | ||
rjbauer85 | 0 | 1,256,634,719 | 20% | ||
lamouthe | 0 | 8,012,244,681 | 20% | ||
lk666 | 0 | 347,873,524 | 1.79% | ||
curie | 0 | 152,938,760,007 | 3.59% | ||
hendrikdegrote | 0 | 1,828,303,607,586 | 3.59% | ||
vact | 0 | 71,766,884,948 | 3.59% | ||
roguewriter | 0 | 176,551,301 | 1.79% | ||
steemstem | 0 | 753,580,847,539 | 20% | ||
sethroot | 0 | 325,990,590 | 0.35% | ||
gangstayid | 0 | 137,014,835 | 1.79% | ||
foundation | 0 | 2,779,312,582 | 20% | ||
the-devil | 0 | 1,914,944,375 | 20% | ||
thevenusproject | 0 | 11,379,279,082 | 20% | ||
dna-replication | 0 | 5,644,005,347 | 20% | ||
resteemer | 0 | 122,665,787 | 1.79% | ||
pacokam8 | 0 | 265,399,951 | 1.43% | ||
borislavzlatanov | 0 | 1,764,532,151 | 20% | ||
djredimi2 | 0 | 1,977,224,891 | 100% | ||
moksamol | 0 | 423,690,719 | 1.79% | ||
getrichordie | 0 | 179,797,252 | 1.79% | ||
thatsweeneyguy | 0 | 90,404,418 | 1.79% | ||
foways | 0 | 97,268,149 | 1.79% | ||
the-eliot | 0 | 609,745,613 | 1.79% | ||
eurogee | 0 | 328,991,174 | 2% | ||
iansart | 0 | 288,071,182 | 1.79% | ||
dbzfan4awhile | 0 | 162,186,436 | 1.79% | ||
fredrikaa | 0 | 31,346,826,502 | 10% | ||
helo | 0 | 3,017,530,424 | 10% | ||
tantawi | 0 | 97,147,869 | 3.59% | ||
locikll | 0 | 1,507,108,447 | 7.18% | ||
dber | 0 | 9,284,427,738 | 20% | ||
mahdiyari | 0 | 15,166,769,860 | 10% | ||
aboutyourbiz | 0 | 644,095,853 | 3.59% | ||
fanstaf | 0 | 282,051,290 | 3.05% | ||
kerriknox | 0 | 252,421,602 | 20% | ||
alexander.alexis | 0 | 4,958,268,655 | 14% | ||
howtostartablog | 0 | 185,061,783 | 0.35% | ||
jayna | 0 | 181,269,649 | 0.53% | ||
blessing97 | 0 | 835,442,617 | 20% | ||
orcheva | 0 | 189,467,514 | 1.79% | ||
suesa | 0 | 95,278,306,606 | 25% | ||
cryptokrieg | 0 | 891,829,886 | 3.59% | ||
rival | 0 | 359,381,583 | 1% | ||
rockeynayak | 0 | 121,828,435 | 20% | ||
ertwro | 0 | 8,325,294,062 | 20% | ||
makrotheblack | 0 | 119,772,263 | 1.79% | ||
ludmila.kyriakou | 0 | 216,521,617 | 6% | ||
coloringiship | 0 | 392,409,212 | 0.71% | ||
nitesh9 | 0 | 5,035,275,342 | 20% | ||
fancybrothers | 0 | 3,826,054,015 | 6% | ||
howo | 0 | 26,479,382,147 | 10% | ||
himal | 0 | 1,541,806,422 | 20% | ||
nitego | 0 | 154,648,308 | 1.07% | ||
neumannsalva | 0 | 372,414,673 | 1.79% | ||
stayoutoftherz | 0 | 14,323,445,512 | 5.94% | ||
abigail-dantes | 0 | 326,306,828,149 | 20% | ||
krazykrista | 0 | 38,760,796,017 | 100% | ||
esteemguy | 0 | 203,839,825 | 20% | ||
joe.nobel | 0 | 450,621,625 | 2% | ||
g0nr0gue | 0 | 190,998,728 | 1.79% | ||
alexzicky | 0 | 3,097,236,418 | 5% | ||
mountain.phil28 | 0 | 3,619,369,984 | 25% | ||
akeelsingh | 0 | 838,744,732 | 20% | ||
azman | 0 | 131,205,660 | 20% | ||
mountainwashere | 0 | 6,501,914,214 | 20% | ||
iamphysical | 0 | 9,160,786,051 | 100% | ||
felixrodriguez | 0 | 729,290,789 | 10% | ||
pearlumie | 0 | 9,271,772,992 | 20% | ||
gabox | 0 | 201,726,654 | 0.17% | ||
indy8phish | 0 | 296,957,643 | 1.79% | ||
honeysara | 0 | 204,199,705 | 0.89% | ||
vadimlasca | 0 | 238,374,206 | 3.59% | ||
massivevibration | 0 | 3,086,579,858 | 5% | ||
jefpatat | 0 | 2,100,395,612 | 3.59% | ||
cooknbake | 0 | 113,029,297 | 0.71% | ||
anna-mi | 0 | 95,131,584 | 1.79% | ||
clweeks | 0 | 250,995,056 | 2.15% | ||
torico | 0 | 270,792,192 | 0.39% | ||
megaela | 0 | 765,943,856 | 30% | ||
ksolymosi | 0 | 2,613,091,016 | 20% | ||
mballesteros | 0 | 9,138,165,833 | 100% | ||
damzxyno | 0 | 92,507,724 | 1.07% | ||
poodai | 0 | 153,611,086 | 1.79% | ||
zeeshan003 | 0 | 74,045,394 | 20% | ||
votovzla | 0 | 32,394,715,096 | 50% | ||
peaceandwar | 0 | 488,292,410 | 1.79% | ||
enzor | 0 | 320,813,559 | 10% | ||
pratik27 | 0 | 440,951,792 | 10% | ||
rachelsmantra | 0 | 858,236,329 | 20% | ||
gra | 0 | 7,346,476,701 | 20% | ||
utopian-io | 0 | 2,064,159,363,714 | 3% | ||
tfcoates | 0 | 553,187,841 | 5% | ||
sci-guy | 0 | 69,702,020 | 20% | ||
janine-ariane | 0 | 498,188,199 | 5% | ||
drmake | 0 | 2,556,661,648 | 1.79% | ||
eleonardo | 0 | 74,480,254 | 2% | ||
pechichemena | 0 | 944,777,735 | 5% | ||
amestyj | 0 | 1,822,835,260 | 100% | ||
skycae | 0 | 186,245,576 | 3.59% | ||
sireh | 0 | 275,764,552 | 0.35% | ||
mariana4ve | 0 | 1,565,857,479 | 100% | ||
physics.benjamin | 0 | 159,931,427 | 20% | ||
kenadis | 0 | 5,673,558,328 | 20% | ||
amavi | 0 | 3,126,614,052 | 4% | ||
robotics101 | 0 | 896,448,536 | 16% | ||
tristan-muller | 0 | 130,053,037 | 20% | ||
thescubageek | 0 | 226,074,617 | 1.79% | ||
crescendoofpeace | 0 | 72,751,506 | 0.89% | ||
fejiro | 0 | 251,197,746 | 10% | ||
aamin | 0 | 333,074,414 | 10% | ||
sco | 0 | 14,053,299,523 | 20% | ||
adetola | 0 | 1,416,216,969 | 20% | ||
anikekirsten | 0 | 781,392,678 | 3.59% | ||
rharphelle | 0 | 1,832,122,031 | 25% | ||
dysfunctional | 0 | 1,481,702,871 | 10% | ||
rasamuel | 0 | 97,405,040 | 1.79% | ||
stahlberg | 0 | 707,245,527 | 1.79% | ||
abeba | 0 | 567,495,180 | 100% | ||
catalincernat | 0 | 443,045,227 | 3.59% | ||
monie | 0 | 471,485,347 | 100% | ||
burlarj | 0 | 82,310,343 | 2% | ||
shoganaii | 0 | 797,518,481 | 10% | ||
jesusjacr | 0 | 512,932,921 | 2% | ||
laritheghost | 0 | 154,225,984 | 1.79% | ||
jlmol7 | 0 | 112,551,944 | 20% | ||
mittymartz | 0 | 443,770,457 | 10% | ||
adamzi | 0 | 486,523,440 | 1.79% | ||
terrylovejoy | 0 | 3,912,491,660 | 8% | ||
jibril14 | 0 | 98,820,682 | 3.59% | ||
wisewoof | 0 | 156,462,630 | 1.79% | ||
olajidekehinde | 0 | 260,992,159 | 10% | ||
real2josh | 0 | 203,135,950 | 10% | ||
giddyupngo | 0 | 259,423,442 | 1.79% | ||
steepup | 0 | 430,498,717 | 8% | ||
mrday | 0 | 438,553,272 | 1.79% | ||
joelgonz1982 | 0 | 96,488,915 | 1.79% | ||
debbietiyan | 0 | 82,874,877 | 1.79% | ||
mininthecity | 0 | 105,097,947 | 2.87% | ||
josecarrerag | 0 | 1,722,614,082 | 100% | ||
kingabesh | 0 | 653,145,007 | 10% | ||
josephace135 | 0 | 1,629,283,042 | 10% | ||
didic | 0 | 838,054,541 | 1.79% | ||
niko3d | 0 | 99,109,842 | 1.79% | ||
operahoser | 0 | 218,306,478 | 0.53% | ||
wdoutjah | 0 | 184,333,764 | 1.79% | ||
kelos | 0 | 347,172,860 | 10% | ||
danielcarrerag | 0 | 942,743,959 | 100% | ||
ugonma | 0 | 931,156,538 | 20% | ||
ameliabartlett | 0 | 215,191,997 | 0.53% | ||
robertbira | 0 | 1,066,785,626 | 5% | ||
bearded-benjamin | 0 | 14,816,356,861 | 50% | ||
mindscapephotos | 0 | 80,883,397 | 1.25% | ||
ajpacheco1610 | 0 | 469,041,937 | 10% | ||
ellis.marell | 0 | 89,946,515 | 1.79% | ||
vegan.niinja | 0 | 105,337,811 | 1.79% | ||
flugschwein | 0 | 4,949,631,833 | 17.4% | ||
benleemusic | 0 | 1,397,457,899 | 0.35% | ||
lianaakobian | 0 | 4,509,141,335 | 16% | ||
jbrrd | 0 | 147,444,421 | 15% | ||
endopediatria | 0 | 2,629,430,044 | 100% | ||
croctopus | 0 | 1,153,856,861 | 100% | ||
chimtivers96 | 0 | 217,929,540 | 3.59% | ||
amirdesaingrafis | 0 | 77,087,993 | 1.79% | ||
eliecerl1 | 0 | 534,771,916 | 100% | ||
chilix | 0 | 699,601,964 | 100% | ||
joelagbo | 0 | 138,471,440 | 1.79% | ||
gabybarboza | 0 | 607,476,891 | 100% | ||
morbyjohn | 0 | 177,300,413 | 7% | ||
anyes2013 | 0 | 364,960,614 | 10% | ||
delpilar | 0 | 607,747,814 | 100% | ||
elvigia | 0 | 5,895,544,194 | 100% | ||
muratkbesiroglu | 0 | 3,471,125,376 | 1% | ||
cryptoitaly | 0 | 1,783,416,026 | 10% | ||
chillingotter | 0 | 70,691,408 | 1.79% | ||
bitmycoin | 0 | 104,253,987 | 1.79% | ||
andrades | 0 | 846,700,806 | 100% | ||
elemarg25 | 0 | 999,096,503 | 100% | ||
effofex | 0 | 785,127,252 | 10% | ||
ikasumanera | 0 | 2,146,089,882 | 100% | ||
luiscd8a | 0 | 1,895,244,284 | 100% | ||
abdulmath | 0 | 3,598,178,798 | 100% | ||
de-stem | 0 | 10,084,169,547 | 19.8% | ||
geadriana | 0 | 743,298,766 | 100% | ||
serylt | 0 | 4,550,435,879 | 19% | ||
bavi | 0 | 77,474,666 | 1.79% | ||
yann85 | 0 | 293,358,560 | 12% | ||
ari16 | 0 | 297,917,217 | 10% | ||
joseangelvs | 0 | 2,914,101,257 | 100% | ||
viannis | 0 | 2,518,061,743 | 100% | ||
saborsonrisa | 0 | 672,853,332 | 100% | ||
jaydih | 0 | 305,686,323 | 1% | ||
marepino25 | 0 | 855,233,074 | 100% | ||
kendallron | 0 | 69,752,740 | 3.59% | ||
michaelwrites | 0 | 279,155,095 | 10% | ||
apteacher | 0 | 126,971,961 | 0.71% | ||
stop40 | 0 | 494,999,001 | 100% | ||
vanessahampton | 0 | 1,207,783,241 | 10% | ||
temitayo-pelumi | 0 | 1,548,446,313 | 20% | ||
qberryfarms | 0 | 97,475,532 | 1.79% | ||
doctor-cog-diss | 0 | 99,027,186 | 20% | ||
romanleopold | 0 | 483,600,474 | 1.79% | ||
niouton | 0 | 260,648,483 | 0.71% | ||
anaestrada12 | 0 | 5,608,428,492 | 100% | ||
ingakoral | 0 | 500,731,627 | 100% | ||
adri525 | 0 | 565,084,070 | 100% | ||
sabari18 | 0 | 75,165,016 | 3.59% | ||
biomimi | 0 | 240,080,774 | 40% | ||
ibk-gabriel | 0 | 171,799,825 | 10% | ||
andreamsulba | 0 | 476,790,526 | 100% | ||
drsensor | 0 | 456,494,849 | 13.6% | ||
rocoduran | 0 | 1,047,766,502 | 100% | ||
conficker | 0 | 2,086,044,596 | 20% | ||
mahmudulhassan | 0 | 88,849,410 | 1.79% | ||
angelica7 | 0 | 565,251,960 | 100% | ||
purelyscience | 0 | 167,546,553 | 10% | ||
upperhonorable | 0 | 492,108,930 | 100% | ||
gorayii | 0 | 659,996,483 | 100% | ||
kind-sir | 0 | 64,947,508 | 2% | ||
linashevchyk | 0 | 492,111,700 | 100% | ||
sexoycolor | 0 | 496,439,032 | 100% | ||
call-me-howie | 0 | 3,386,079,184 | 1.79% | ||
hansmast | 0 | 337,108,838 | 1.79% | ||
wstanley226 | 0 | 112,662,866 | 50% | ||
osariemen | 0 | 2,331,208,336 | 90% | ||
gatis-photo | 0 | 109,657,615 | 2% | ||
testomilian | 0 | 73,021,213 | 11.88% | ||
henjos | 0 | 598,346,224 | 100% | ||
truthly | 0 | 100,704,984 | 100% | ||
oksanagancharova | 0 | 501,222,058 | 100% | ||
iradyjr | 0 | 607,514,783 | 100% | ||
clement.poiret | 0 | 246,316,880 | 3.59% | ||
lupafilotaxia | 0 | 2,673,860,515 | 100% | ||
haogee | 0 | 162,041,520 | 1.79% | ||
compasscob | 0 | 498,187,154 | 100% | ||
bluepeteractin | 0 | 504,259,768 | 100% | ||
chutneyethanoic | 0 | 498,184,349 | 100% | ||
pzaytsev88 | 0 | 488,988,450 | 100% | ||
gorzhi3501 | 0 | 488,988,450 | 100% | ||
perpetuum-lynx | 0 | 449,479,081 | 19% | ||
alaiza | 0 | 565,003,958 | 100% | ||
carmenmdm | 0 | 598,883,879 | 100% | ||
rmartinezpoeta | 0 | 598,720,385 | 100% | ||
herbayomi | 0 | 396,034,981 | 10% | ||
reyito | 0 | 558,975,794 | 100% | ||
torrey.blog | 0 | 174,162,631 | 3.59% | ||
vidaparasita | 0 | 600,657,430 | 100% | ||
swapsteem | 0 | 118,842,442 | 10% | ||
stem-espanol | 0 | 17,476,007,221 | 100% | ||
lapp | 0 | 565,726,039 | 100% | ||
steemtpistia | 0 | 565,087,485 | 100% | ||
crassipes | 0 | 565,350,416 | 100% | ||
plankkellogs | 0 | 505,675,949 | 100% | ||
periodantenna | 0 | 508,722,190 | 100% | ||
undaeabs | 0 | 499,578,403 | 100% | ||
elitestrake | 0 | 499,578,403 | 100% | ||
alejandro7 | 0 | 601,736,890 | 100% | ||
fenix7 | 0 | 601,321,930 | 100% | ||
odontologa7 | 0 | 589,621,076 | 100% | ||
predict-crypto | 0 | 1,198,502,587 | 0.07% | ||
chickenmeat | 0 | 97,302,465 | 1.79% | ||
javier.dejuan | 0 | 4,063,274,221 | 20% | ||
saylds12 | 0 | 358,392,808 | 100% | ||
agrovision | 0 | 566,507,014 | 100% | ||
leftyobradovich | 0 | 73,318,141 | 13% | ||
klintonm | 0 | 495,633,390 | 100% | ||
anester198 | 0 | 492,559,184 | 100% | ||
daysissuleiman | 0 | 543,599,053 | 100% |
Buen trabajo @adbdulmath, nos seguimos leyendo amigo.
author | amestyj |
---|---|
permlink | re-abdulmath-interpolacion-polinomial-usando-el-entorno-gnu-octave-or-2da-parte-20180823t225119990z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"users":["adbdulmath"],"app":"steemit/0.1"} |
created | 2018-08-23 22:51:15 |
last_update | 2018-08-23 22:51:15 |
depth | 1 |
children | 1 |
last_payout | 2018-08-30 22:51:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 53 |
author_reputation | 208,612,114,948,682 |
root_title | "Interpolación Polinomial usando el entorno GNU Octave | 2da Parte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,167,421 |
net_rshares | 0 |
Gracias. Saludos
author | abdulmath |
---|---|
permlink | re-amestyj-re-abdulmath-interpolacion-polinomial-usando-el-entorno-gnu-octave-or-2da-parte-20180823t230615998z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"app":"steemit/0.1"} |
created | 2018-08-23 23:05:24 |
last_update | 2018-08-23 23:05:24 |
depth | 2 |
children | 0 |
last_payout | 2018-08-30 23:05:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 16 |
author_reputation | 44,913,742,198,559 |
root_title | "Interpolación Polinomial usando el entorno GNU Octave | 2da Parte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 69,168,263 |
net_rshares | 0 |
Bastante explicativo tu post, cada detalle, muy bueno.
author | andreamsulba |
---|---|
permlink | re-abdulmath-interpolacion-polinomial-usando-el-entorno-gnu-octave-or-2da-parte-20180825t143354613z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"app":"steemit/0.1"} |
created | 2018-08-25 14:34:00 |
last_update | 2018-08-25 14:34:00 |
depth | 1 |
children | 1 |
last_payout | 2018-09-01 14:34:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 54 |
author_reputation | 180,919,088,577 |
root_title | "Interpolación Polinomial usando el entorno GNU Octave | 2da Parte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,327,416 |
net_rshares | 0 |
Hola @andreamsulba, agradecido por tus comentarios y apreciaciones. Saludos y un abrazo.
author | abdulmath |
---|---|
permlink | re-andreamsulba-re-abdulmath-interpolacion-polinomial-usando-el-entorno-gnu-octave-or-2da-parte-20180826t214531808z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"users":["andreamsulba"],"app":"steemit/0.1"} |
created | 2018-08-26 21:44:36 |
last_update | 2018-08-26 21:44:36 |
depth | 2 |
children | 0 |
last_payout | 2018-09-02 21:44:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 88 |
author_reputation | 44,913,742,198,559 |
root_title | "Interpolación Polinomial usando el entorno GNU Octave | 2da Parte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 69,444,480 |
net_rshares | 0 |
author | angelica7 |
---|---|
permlink | re-abdulmath-interpolacion-polinomial-usando-el-entorno-gnu-octave-or-2da-parte-20180821t044416007z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"users":["abdulmath"],"app":"steemit/0.1"} |
created | 2018-08-21 04:44:27 |
last_update | 2018-08-21 04:44:27 |
depth | 1 |
children | 1 |
last_payout | 2018-08-28 04:44:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 65 |
author_reputation | 501,409,146,445,044 |
root_title | "Interpolación Polinomial usando el entorno GNU Octave | 2da Parte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 68,874,279 |
net_rshares | 4,843,328,233 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
abdulmath | 0 | 4,151,981,605 | 100% | ||
angelica7 | 0 | 691,346,628 | 100% |
Gracias @angelica7. Gracias por tus comentarios. Saludos
author | abdulmath |
---|---|
permlink | re-angelica7-re-abdulmath-interpolacion-polinomial-usando-el-entorno-gnu-octave-or-2da-parte-20180823t200039629z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"users":["angelica7"],"app":"steemit/0.1"} |
created | 2018-08-23 19:59:45 |
last_update | 2018-08-23 19:59:45 |
depth | 2 |
children | 0 |
last_payout | 2018-08-30 19:59:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 56 |
author_reputation | 44,913,742,198,559 |
root_title | "Interpolación Polinomial usando el entorno GNU Octave | 2da Parte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 69,156,520 |
net_rshares | 0 |
Matematica el lenguaje de el universo buen post¡¡
author | ciberpoeta11 |
---|---|
permlink | re-abdulmath-interpolacion-polinomial-usando-el-entorno-gnu-octave-or-2da-parte-20180824t005652921z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"app":"steemit/0.1"} |
created | 2018-08-24 00:56:57 |
last_update | 2018-08-24 00:56:57 |
depth | 1 |
children | 1 |
last_payout | 2018-08-31 00:56:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 49 |
author_reputation | 2,688,779,901 |
root_title | "Interpolación Polinomial usando el entorno GNU Octave | 2da Parte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,175,021 |
net_rshares | 0 |
Muy agradecido por tus comentarios. La belleza del Universo: Las Matemáticas. Saludos
author | abdulmath |
---|---|
permlink | re-ciberpoeta11-re-abdulmath-interpolacion-polinomial-usando-el-entorno-gnu-octave-or-2da-parte-20180825t002701340z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"app":"steemit/0.1"} |
created | 2018-08-25 00:26:09 |
last_update | 2018-08-25 00:26:09 |
depth | 2 |
children | 0 |
last_payout | 2018-09-01 00:26:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 85 |
author_reputation | 44,913,742,198,559 |
root_title | "Interpolación Polinomial usando el entorno GNU Octave | 2da Parte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 69,275,663 |
net_rshares | 0 |
Excelente post, entendi algunas cosas pero después me perdi.
author | daysissuleiman |
---|---|
permlink | re-abdulmath-interpolacion-polinomial-usando-el-entorno-gnu-octave-or-2da-parte-20180824t005718955z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"app":"steemit/0.1"} |
created | 2018-08-24 00:57:24 |
last_update | 2018-08-24 00:57:24 |
depth | 1 |
children | 1 |
last_payout | 2018-08-31 00:57:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 60 |
author_reputation | 533,020,299,579 |
root_title | "Interpolación Polinomial usando el entorno GNU Octave | 2da Parte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,175,046 |
net_rshares | 0 |
Agradecido por tu comentario. Con un poco más de paciencia, seguro podrás entender todo. Saludos
author | abdulmath |
---|---|
permlink | re-daysissuleiman-re-abdulmath-interpolacion-polinomial-usando-el-entorno-gnu-octave-or-2da-parte-20180825t002725742z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"app":"steemit/0.1"} |
created | 2018-08-25 00:26:33 |
last_update | 2018-08-25 00:26:33 |
depth | 2 |
children | 0 |
last_payout | 2018-09-01 00:26:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 96 |
author_reputation | 44,913,742,198,559 |
root_title | "Interpolación Polinomial usando el entorno GNU Octave | 2da Parte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 69,275,694 |
net_rshares | 0 |
Excelente explicaciones, te felicito por ese amor a las matemáticas.
author | elemarg25 |
---|---|
permlink | re-abdulmath-interpolacion-polinomial-usando-el-entorno-gnu-octave-or-2da-parte-20180825t001151420z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"app":"steemit/0.1"} |
created | 2018-08-25 00:40:42 |
last_update | 2018-08-25 00:45:39 |
depth | 1 |
children | 1 |
last_payout | 2018-09-01 00:40:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 68 |
author_reputation | 106,910,978,093,004 |
root_title | "Interpolación Polinomial usando el entorno GNU Octave | 2da Parte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,276,535 |
net_rshares | 0 |
Gracias @elemarg25, Agradecido por tus comentarios. Saludos y un abrazo.
author | abdulmath |
---|---|
permlink | re-elemarg25-re-abdulmath-interpolacion-polinomial-usando-el-entorno-gnu-octave-or-2da-parte-20180826t214958915z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"users":["elemarg25"],"app":"steemit/0.1"} |
created | 2018-08-26 21:49:12 |
last_update | 2018-08-26 21:49:12 |
depth | 2 |
children | 0 |
last_payout | 2018-09-02 21:49:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 72 |
author_reputation | 44,913,742,198,559 |
root_title | "Interpolación Polinomial usando el entorno GNU Octave | 2da Parte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 69,444,740 |
net_rshares | 0 |
Súper interesante @abdulmath me impresiona la facilidad con que explicas el contenido haciéndolo tan agradable. Muchos éxitos amiguito mio.
author | mariana4ve |
---|---|
permlink | re-abdulmath-interpolacion-polinomial-usando-el-entorno-gnu-octave-or-2da-parte-20180825t054837505z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"users":["abdulmath"],"app":"steemit/0.1"} |
created | 2018-08-25 05:48:36 |
last_update | 2018-08-25 05:48:36 |
depth | 1 |
children | 1 |
last_payout | 2018-09-01 05:48:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 140 |
author_reputation | 52,307,087,951,563 |
root_title | "Interpolación Polinomial usando el entorno GNU Octave | 2da Parte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,293,724 |
net_rshares | 0 |
Hola @mariana4ve, que bueno que te haya gustado. Saludos y un abrazo. Igual para tí, éxitos.
author | abdulmath |
---|---|
permlink | re-mariana4ve-re-abdulmath-interpolacion-polinomial-usando-el-entorno-gnu-octave-or-2da-parte-20180826t214811353z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"users":["mariana4ve"],"app":"steemit/0.1"} |
created | 2018-08-26 21:47:18 |
last_update | 2018-08-26 21:47:18 |
depth | 2 |
children | 0 |
last_payout | 2018-09-02 21:47:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 93 |
author_reputation | 44,913,742,198,559 |
root_title | "Interpolación Polinomial usando el entorno GNU Octave | 2da Parte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 69,444,629 |
net_rshares | 1,784,469,454 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mariana4ve | 0 | 1,784,469,454 | 100% |
Felicitaciones amigo @abdulmath
author | reyito |
---|---|
permlink | re-abdulmath-interpolacion-polinomial-usando-el-entorno-gnu-octave-or-2da-parte-20180823t173137880z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"users":["abdulmath"],"app":"steemit/0.1"} |
created | 2018-08-23 17:30:33 |
last_update | 2018-08-23 17:30:33 |
depth | 1 |
children | 1 |
last_payout | 2018-08-30 17:30:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | 196,299,548,773 |
root_title | "Interpolación Polinomial usando el entorno GNU Octave | 2da Parte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,145,746 |
net_rshares | 0 |
Agradecido por tu visita y valoración de mi trabajo, Saludos amigo @reyito
author | abdulmath |
---|---|
permlink | re-reyito-re-abdulmath-interpolacion-polinomial-usando-el-entorno-gnu-octave-or-2da-parte-20180823t195620100z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"users":["reyito"],"app":"steemit/0.1"} |
created | 2018-08-23 19:55:27 |
last_update | 2018-08-23 19:55:27 |
depth | 2 |
children | 0 |
last_payout | 2018-08-30 19:55:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 74 |
author_reputation | 44,913,742,198,559 |
root_title | "Interpolación Polinomial usando el entorno GNU Octave | 2da Parte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 69,156,193 |
net_rshares | 0 |
Me encanta tu post, está excelente. Una mente genial y estéticamente muy llamativo. Aprendo de ti, mis respetos. Saludos.
author | saylds12 |
---|---|
permlink | re-abdulmath-interpolacion-polinomial-usando-el-entorno-gnu-octave-or-2da-parte-20180824t014821523z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"app":"steemit/0.1"} |
created | 2018-08-24 01:10:24 |
last_update | 2018-08-24 01:10:24 |
depth | 1 |
children | 1 |
last_payout | 2018-08-31 01:10:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 121 |
author_reputation | 7,945,744,455,494 |
root_title | "Interpolación Polinomial usando el entorno GNU Octave | 2da Parte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,175,900 |
net_rshares | 0 |
Agradecido por tu comentario, Me encanta que puedas aprender de mis publicaciones. Saludos y exitos, un abrazo
author | abdulmath |
---|---|
permlink | re-saylds12-re-abdulmath-interpolacion-polinomial-usando-el-entorno-gnu-octave-or-2da-parte-20180825t002810055z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"app":"steemit/0.1"} |
created | 2018-08-25 00:27:18 |
last_update | 2018-08-25 00:27:18 |
depth | 2 |
children | 0 |
last_payout | 2018-09-01 00:27:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 110 |
author_reputation | 44,913,742,198,559 |
root_title | "Interpolación Polinomial usando el entorno GNU Octave | 2da Parte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 69,275,749 |
net_rshares | 0 |
<center> https://cdn.discordapp.com/attachments/354723995037466624/463380522928963599/steemSTEM.png</center> <br><br> This post has been voted on by the steemstem curation team and voting trail. <br> <br>There is more to SteemSTEM than just writing posts, check <a href="https://steemit.com/steemstem/@steemstem/being-a-member-of-the-steemstem-community">here</a> for some more tips on being a community member. You can also join our discord <a href="https://discord.gg/BPARaqn">here</a> to get to know the rest of the community!
author | steemstem |
---|---|
permlink | re-interpolacion-polinomial-usando-el-entorno-gnu-octave-or-2da-parte-20180822t110701 |
category | steemstem |
json_metadata | "" |
created | 2018-08-22 11:07:03 |
last_update | 2018-08-22 11:07:03 |
depth | 1 |
children | 1 |
last_payout | 2018-08-29 11:07:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 530 |
author_reputation | 262,017,435,115,313 |
root_title | "Interpolación Polinomial usando el entorno GNU Octave | 2da Parte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,007,399 |
net_rshares | 0 |
Thanks for the support
author | abdulmath |
---|---|
permlink | re-steemstem-re-interpolacion-polinomial-usando-el-entorno-gnu-octave-or-2da-parte-20180822t110701-20180823t195744234z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"app":"steemit/0.1"} |
created | 2018-08-23 19:56:48 |
last_update | 2018-08-23 19:56:48 |
depth | 2 |
children | 0 |
last_payout | 2018-08-30 19:56:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 22 |
author_reputation | 44,913,742,198,559 |
root_title | "Interpolación Polinomial usando el entorno GNU Octave | 2da Parte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 69,156,300 |
net_rshares | 0 |
Felicidades mi pana. jajjja no entiendo mucho pero bien. jajajaj https://images.cooltext.com/5169509.png
author | stop40 |
---|---|
permlink | re-abdulmath-interpolacion-polinomial-usando-el-entorno-gnu-octave-or-2da-parte-20180825t001543707z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"image":["https://images.cooltext.com/5169509.png"],"app":"steemit/0.1"} |
created | 2018-08-25 00:15:33 |
last_update | 2018-08-25 00:15:33 |
depth | 1 |
children | 1 |
last_payout | 2018-09-01 00:15:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 104 |
author_reputation | 373,564,653,210 |
root_title | "Interpolación Polinomial usando el entorno GNU Octave | 2da Parte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,274,994 |
net_rshares | 0 |
Gracias por tus comentarios. Saludos
author | abdulmath |
---|---|
permlink | re-stop40-re-abdulmath-interpolacion-polinomial-usando-el-entorno-gnu-octave-or-2da-parte-20180825t002830845z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"app":"steemit/0.1"} |
created | 2018-08-25 00:27:42 |
last_update | 2018-08-25 00:27:42 |
depth | 2 |
children | 0 |
last_payout | 2018-09-01 00:27:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 36 |
author_reputation | 44,913,742,198,559 |
root_title | "Interpolación Polinomial usando el entorno GNU Octave | 2da Parte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 69,275,776 |
net_rshares | 0 |
#### Hi @abdulmath! Your post was upvoted by utopian.io in cooperation with steemstem - supporting knowledge, innovation and technological advancement on the Steem Blockchain. #### Contribute to Open Source with utopian.io Learn how to contribute on <a href="https://join.utopian.io">our website</a> and join the new open source economy. **Want to chat? Join the Utopian Community on Discord https://discord.gg/h52nFrV**
author | utopian-io |
---|---|
permlink | 20180822t134856501z |
category | steemstem |
json_metadata | {"tags":["utopian.tip"],"app":"utopian-io"} |
created | 2018-08-22 13:48:57 |
last_update | 2018-08-22 13:48:57 |
depth | 1 |
children | 1 |
last_payout | 2018-08-29 13:48:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 423 |
author_reputation | 152,955,367,999,756 |
root_title | "Interpolación Polinomial usando el entorno GNU Octave | 2da Parte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,019,940 |
net_rshares | 0 |
Thanks for the support
author | abdulmath |
---|---|
permlink | re-utopian-io-20180822t134856501z-20180823t195722042z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"app":"steemit/0.1"} |
created | 2018-08-23 19:56:27 |
last_update | 2018-08-23 19:56:27 |
depth | 2 |
children | 0 |
last_payout | 2018-08-30 19:56:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 22 |
author_reputation | 44,913,742,198,559 |
root_title | "Interpolación Polinomial usando el entorno GNU Octave | 2da Parte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 69,156,271 |
net_rshares | 0 |
Grandioso estos son temas que son difíciles de encontrar en la web de verdad se ve que tienes mucho amor por las matemáticas.
author | votovzla |
---|---|
permlink | re-abdulmath-interpolacion-polinomial-usando-el-entorno-gnu-octave-or-2da-parte-20180822t124112090z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"app":"steemit/0.1"} |
created | 2018-08-22 12:41:00 |
last_update | 2018-08-22 12:41:00 |
depth | 1 |
children | 1 |
last_payout | 2018-08-29 12:41:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 125 |
author_reputation | 110,301,635,838,404 |
root_title | "Interpolación Polinomial usando el entorno GNU Octave | 2da Parte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,014,140 |
net_rshares | 0 |
Muy agradecido por su tiempo en leer mis publicaciones, y su valoración a mi trabajo continuo. Gracias por visitar mi blog, y por su apoyo al esfuerzo.
author | abdulmath |
---|---|
permlink | re-votovzla-re-abdulmath-interpolacion-polinomial-usando-el-entorno-gnu-octave-or-2da-parte-20180823t195936997z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"app":"steemit/0.1"} |
created | 2018-08-23 19:58:42 |
last_update | 2018-08-23 19:58:42 |
depth | 2 |
children | 0 |
last_payout | 2018-08-30 19:58:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 151 |
author_reputation | 44,913,742,198,559 |
root_title | "Interpolación Polinomial usando el entorno GNU Octave | 2da Parte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 69,156,450 |
net_rshares | 0 |