Posts

Francisco de Mora

Image
Francisco de Mora Información personal Nacimiento 1553 Cuenca, España Fallecimiento 1610 Madrid, España Nacionalidad Española Información profesional Ocupación Arquitecto Obras notables Convento de las Descalzas Reales (Valladolid) [editar datos en Wikidata] Francisco de Mora (Cuenca, h. 1553 - Madrid, 1610) fue un arquitecto renacentista español, tío del también arquitecto Juan Gómez de Mora y del humanista Baltasar Porreño. Está considerado como uno de los máximos representantes de la arquitectura herreriana, estilo que se desarrolló en el último tercio del siglo XVI, si bien su obra también anticipa las corrientes barrocas imperantes en el siglo XVII. Es autor del Convento de San José (Ávila) y del Palacio ducal de Lerma (Lerma, Burgos), cuyos trazados tuvieron una gran influencia en la arquitectura religiosa y civil posterior, respectivamente. Índice 1 Carrera arquitectónica 1.1 Otras obras 2 Estilo 3 Véase ...

Stationary values of ${x^3 + y^3 + z^3 - 3xyz}$ when ${ax + by + cz =1}$

Image
0 $begingroup$ If ${ax + by + cz =1}$ , then show that in general ${x^3 + y^3 + z^3 - 3xyz}$ has two stationary values ${0}$ and $frac{1}{(a^3+b^3+c^3-3abc)}$ , of which first is max or min according as ${a+b+c>0}$ or ${< 0}$ but second is not an extreme value. Comment on particular cases when (i) ${a+b+c=0}$ , (ii) ${a=b=c}$ My Attempt: $${F=f+lambda phi =x^3 + y^3 + z^3 - 3xyz + 3lambda(ax + by + cz-1)}$$ $${1/3F_x = x^2-yz+lambda a = 0}{text{ ...(1)}}$$ $${1/3F_y = y^2-xz+lambda b = 0}{text{ ...(2)}}$$ $${1/3F_z = z^2-xy+lambda c = 0{text{ ...(3)}}}$$ ${(1)x+(2)y+(3)z implies f+lambda (1) = 0 implies lambda = -f}$ ${(1)+(2)+(3)}$ gives ${x^2+y^2+z^2-xy-yz-zx=(a+b+c)f implies f/(x+y+z)=(a+b+c)f}$ , then ${f=0}$ or ${x+y+z=1/(a+b+c)}$ Also, ${(1)-(2) implies x^2-y^2-z(x-y)=f(a-b) implies fr...

The change directory (cd) command is not working with a USB drive

Image
6 When navigating the file system of my USB drive in the terminal, some weird things happen that didn't used to happen on my Raspberry Pi B+. I'm not quite sure how to articulate this, so I'll just show what is I open the command line and navigate to my USB drive with cd /media/pi/MYUSB/ I use cd to enter a folder of the USB drive with cd /myFolder/myOtherFolder I navigate backwards to myFolder with cd .. I try to navigate again to myOtherFolder with cd /myOtherFolder . However, this raises the bash error bash: cd: /myOtherFolder: no such file or directory I have no idea what or why this is happening, but I used to be able to do this without the error message. Sometimes I have power outages that cause the Raspberry Pi to shut off with the USB drive in it, so I have "ghost USB drives...