Tecnología y Matemáticas

  • www.escuelajosedeescandon.edu.mx

lunes, 26 de marzo de 2012

martes, 14 de febrero de 2012

Taller de Robótica y Programación

Red de Robótica

accesorios

Portal Educativo

http://translate.google.com/translate?prev=hp&hl=ja&u=http%3A//www.isogawastudio.co.jp/legostudio/index.html&sl=ja&tl=en














jueves, 9 de febrero de 2012

Resultado Examen

****6A Humanidades

xa=float(input("dar el valor de xa="))
xb=float(input("dar el valor de xb="))
ep=float(input("dar el valor de ep="))
xm=(xa+xb)/2
epp=abs((xb-xm)/2)
while ep<epp:
 xm=(xa+xb)/2
 fxa=(xa*xa*xa)+(2*xa*xa)-(10*xa)-20
 fxb=(xb*xb*xb)+(2*xb*xb)-(10*xb)-20
 fxm=(xm*xm*xm)+(2*xm*xm)-(10*xm)-20
 epp=abs((xb-xm)/2)  
 print (round(xa,8)," ",round(xm,8)," ",round(xb,8)," ",round(fxa,8)," ",round(fxm,8)," ",round(fxb,8)," ",round(epp,8))
 if (fxm*fxb)>0:
     xb=xm
 else:
     xa=xm

 dar el valor de xa=2.7994168

dar el valor de xb=3.4992710
dar el valor de ep=.001
2.7994168   3.1493439   3.499271   -10.38241317   -0.42035639   12.34529989   0.17496355
3.1493439   3.32430745   3.499271   -0.42035639   5.59595373   12.34529989   0.08748177
3.1493439   3.23682567   3.32430745   -0.42035639   2.49817768   5.59595373   0.04374089
3.1493439   3.19308479   3.23682567   -0.42035639   1.01675646   2.49817768   0.02187044
3.1493439   3.17121434   3.19308479   -0.42035639   0.29269287   1.01675646   0.01093522
3.1493439   3.16027912   3.17121434   -0.42035639   -0.06520463   0.29269287   0.00546761
3.16027912   3.16574673   3.17121434   -0.06520463   0.11340042   0.29269287   0.00273381
3.16027912   3.16301293   3.16574673   -0.06520463   0.02401203   0.11340042   0.0013669
3.16027912   3.16164602   3.16301293   -0.06520463   -0.02061776   0.02401203   0.00068345

lunes, 23 de enero de 2012

Programación Python para Métodos Númericos

Portal de Lenguaje Python
                             Sitio Web.
Ejemplos de Python. Operaciones aritméticas elementales .
                                Entrada y salida
                       Programación de funciones en Python
                      Curso de Python
                      Hacer ejecutable en Python

ejemplo de for
def factorial(n):
    f = 1
    for i in range(1, n + 1):
        f *= i
    return f



**Calculo de polinomio de segundo grado con fòrmula general de segundo grado.

from math import sqrt
a=float(input("dar el valor de A="))
b=float(input("dar el valor de B="))
c=float(input("dar el valor de C="))
d=(b*b)-(4*a*c)
print ("Discriminate es ",d)
if d>=0:
    x1=(-b+sqrt(d))/(2*a*c)
    x2=(-b-sqrt(d))/(2*a*c)
    print ("raiz x1 = " , x1)
    print ("raiz x2 = " , x2)
else:
    print ("sin solucion")

 





 
Apuntes Apuntes slideshare

lunes, 26 de septiembre de 2011

Grupo Segundo "B" Año 2011-2012

http://gnr-4-ever.blogspot.com/?zx=1185f72b6378c62c
http://www.jhoannago.blogspot.com/
http://penelopemoralesmora.blogspot.com/2011/09/aportes-de-los-chinos-al-mundo.html
http://alejandropatlantecnologia.blogspot.com/2011/08/efectos-secundarios-del-petroleo.html
http://maguitecnologia2b.blogspot.com/2011/09/de-donde-se-extrae-el-hierro-el-hierro.html
http://luzpereztecnologia.blogspot.com/2011/09/elaboracion-del-platico.html
http://www.jessy-tecnologia.blogspot.com/
Ana Sánchez Arzate 
Maria Fernanda Mártinez Cañez

http://marianaelizondodelasernatecnologia.blogspot.com/
http://ismael-del.blogspot.com/
http://maguitecnologia2b.blogspot.com/
http://alejandropatlantecnologia.blogspot.com/
http://luzpereztecnologia.blogspot.com/
http://jessy-tecnologia.blogspot.com/
http://gustavoriveratecnologia.blogspot.com/
http://danielatecno2b.blogspot.com/
http://www.anasanchezarzate.blogspot.com/
http://fridatovargarcia.blogspot.com/
http://jesuswongtecnologia.blogspot.com
http://aleydiszuniga.blogspot.com/

videos
http://www.youtube.com/user/Luzwtm?feature=mhee