Git Product home page Git Product logo

metodosnumericosavanzados's Introduction

Métodos Numéricos Avanzados (2015-2)

Créditos: 12

Lugar y horario

Laboratorio Libre IV, Depto Física (2o piso), Fac. Ciencias, UNAM

Lunes 9:00-12:00 y martes 10:00-13:00

Temario

  1. Introducción a herramientas colaborativas: git y GitHub.

  2. Conceptos modernos de programación usando julia.

  3. Aritmética del punto flotante y aritmética de intervalos. Análisis y funciones de intervalos.

  4. Validación numérica al encontrar ceros, en optimización y cuadraturas.

  5. Diferenciación automática en una y varias variables. Método de Taylor, transporte de jets y aplicaciones en ecuaciones diferenciales ordinarias.

  6. Álgebra lineal.

Bibliografía

  • W. Tucker, Validated numerics: A short introduction to rigorous computations, Princeton University Press, 2011.

  • R.E. Moore, R. Backer Kearfott and M.J. Cloud, Introduction to Interval Analysis, SIAM, 2009.

  • G. Dahlquist and A. Björk, Numerical Methods in Scientific Computing, SIAM, 2008.

Nota: Para visualizar el material del curso de manera sencilla pueden utilizar nbviewer

metodosnumericosavanzados's People

Contributors

dpsanders avatar lbenet avatar

Stargazers

 avatar

Watchers

 avatar James Cloos avatar  avatar  avatar

metodosnumericosavanzados's Issues

Añadir `hub` a la sección de `git` avanzado.

Por ejemplo hub permite crear los repositorios en GitHub desde la interfaz de linea de comandos (algo que normalmente se hace desde la interfaz gráfica de GitHub) y se puede usar como un alias para git entre otras cosas.

Ejemplo

  • En .bashrc:
alias git=hub
  • Crear un nuevo proyecto, usando únicamente la terminal:
$ git init
$ git add . && git commit -m "Primer commit"
$ git create -d "Mi nuevo proyecto."    # crea un nuevo proyecto en GitHub con el nombre del directorio actual.
$ git push origin master

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.