Información de la editorial
The Mit Press
localizada en :
Massachusetts
|
Documentos disponibles de esta editorial (4)
Computability / B. Jack Copeland / Massachusetts : The Mit Press (2013)
Título : Computability : turing, gödel, church, and beyond Tipo de documento: texto impreso Autores: B. Jack Copeland, Autor ; Carl J. Posy, Autor ; Carl J. Posy, Autor ; Carl J. Posy, Autor ; Oron Shagrir, Autor ; Oron Shagrir, Autor ; Oron Shagrir, Autor Mención de edición: Primera edición Editorial: Massachusetts : The Mit Press Fecha de publicación: 2013 Número de páginas: x, 362 páginas Dimensiones: 24 cm ISBN/ISSN/DL: 978-0-262-01899-9 Idioma : Inglés (eng) Clasificación: 624.183402 Hormigón. Manuales Nota de contenido: Turing versus gödel on computability and the mind -- Computability and arithmetic -- About and around Computing over the reals -- The Church-Turing "thesis" as a special corollary of gödel's completeness theorem -- Computability and constructibility -- After gödel -- The open texture of computability -- Gödel's philosophical challenge (to Turing) -- Interactive computing and relativized computability -- Why philosophers should care about computational complexity -- Is quantum mechanics falsifiable? A computational perspective on the foundations of quantum mechanics. Link: https://biblioteca.unap.edu.pe/opac_css/index.php?lvl=notice_display&id=106161 Computability : turing, gödel, church, and beyond [texto impreso] / B. Jack Copeland, Autor ; Carl J. Posy, Autor ; Carl J. Posy, Autor ; Carl J. Posy, Autor ; Oron Shagrir, Autor ; Oron Shagrir, Autor ; Oron Shagrir, Autor . - Primera edición . - Massachusetts : The Mit Press, 2013 . - x, 362 páginas ; 24 cm.
ISBN : 978-0-262-01899-9
Idioma : Inglés (eng)
Clasificación: 624.183402 Hormigón. Manuales Nota de contenido: Turing versus gödel on computability and the mind -- Computability and arithmetic -- About and around Computing over the reals -- The Church-Turing "thesis" as a special corollary of gödel's completeness theorem -- Computability and constructibility -- After gödel -- The open texture of computability -- Gödel's philosophical challenge (to Turing) -- Interactive computing and relativized computability -- Why philosophers should care about computational complexity -- Is quantum mechanics falsifiable? A computational perspective on the foundations of quantum mechanics. Link: https://biblioteca.unap.edu.pe/opac_css/index.php?lvl=notice_display&id=106161
Computability
Copeland, B. JackPosy, Carl J. ; Posy, Carl J. ; Posy, Carl J. ; Shagrir, Oron ; Shagrir, Oron ; Shagrir, Oron - - Massachusetts : The Mit Press - 2013
Turing versus gödel on computability and the mind -- Computability and arithmetic -- About and around Computing over the reals -- The Church-Turing "thesis" as a special corollary of gödel's completeness theorem -- Computability and constructibility -- After gödel -- The open texture of computability -- Gödel's philosophical challenge (to Turing) -- Interactive computing and relativized computability -- Why philosophers should care about computational complexity -- Is quantum mechanics falsifiable? A computational perspective on the foundations of quantum mechanics.
Reserva
Reservar este documento
Ejemplares (1)
Código de barras Signatura Tipo de medio Ubicación Sección Estado 23-1999-01 511.352 C77 Libros Bib. Esp. Ing Sistemas Estanteria (Libros) Disponible Econometric analysis of cross section and panel data / Wooldridge, Jeffrey M. / Massachusetts : The Mit Press (2010)
Título : Econometric analysis of cross section and panel data Tipo de documento: texto impreso Autores: Wooldridge, Jeffrey M., Autor Mención de edición: Second edition Editorial: Massachusetts : The Mit Press Fecha de publicación: 2010 Número de páginas: xxvii, 1064 páginas Dimensiones: 23 cm ISBN/ISSN/DL: 978-0-262-23258-6 Nota general: includes bibliographical references Idioma : Español (spa) Clasificación: [Agneaux] Asymptotic theory
[Agneaux] EconometricsClasificación: 330.015195 Econometría Nota de contenido: Introduction and background -- Linear models -- general approaches to nonlinear estimation -- nonlinear models and related topics. Link: https://biblioteca.unap.edu.pe/opac_css/index.php?lvl=notice_display&id=115096 Econometric analysis of cross section and panel data [texto impreso] / Wooldridge, Jeffrey M., Autor . - Second edition . - Massachusetts : The Mit Press, 2010 . - xxvii, 1064 páginas ; 23 cm.
ISBN : 978-0-262-23258-6
includes bibliographical references
Idioma : Español (spa)
Clasificación: [Agneaux] Asymptotic theory
[Agneaux] EconometricsClasificación: 330.015195 Econometría Nota de contenido: Introduction and background -- Linear models -- general approaches to nonlinear estimation -- nonlinear models and related topics. Link: https://biblioteca.unap.edu.pe/opac_css/index.php?lvl=notice_display&id=115096
Econometric analysis of cross section and panel data
Wooldridge, Jeffrey M. - Massachusetts : The Mit Press - 2010
includes bibliographical references
Introduction and background -- Linear models -- general approaches to nonlinear estimation -- nonlinear models and related topics.
Reserva
Reservar este documento
Ejemplares (1)
Código de barras Signatura Tipo de medio Ubicación Sección Estado 005-9914-01 330.015195 W81 Libros Bib. Esp. Ing Económica Estanteria (Libros) Disponible Introduction to algorithms / Thomas H. Cormen, / Massachusetts : The Mit Press (2009)
Título : Introduction to algorithms Tipo de documento: texto impreso Autores: Thomas H. Cormen,, Autor ; Charles E. Leiserson, Autor ; Charles E. Leiserson, Autor ; Charles E. Leiserson, Autor ; Ronald L. Rivest, Autor ; Ronald L. Rivest, Autor ; Ronald L. Rivest, Autor Mención de edición: Tercera edición Editorial: Massachusetts : The Mit Press Fecha de publicación: 2009 Número de páginas: xix, 1292 páginas Il.: diagramas, tablas Dimensiones: 25 cm ISBN/ISSN/DL: 978-0-262-03384-8 Nota general: Incluye referencias bibliográficas Idioma : Inglés (eng) Clasificación: 637.302 Nota de contenido: I.Foundations: Introduction -- The role of algorits in computing -- Getting started -- Growth of function -- Divide-and-conquer -- Probabilistic anlysis and randomized algorithms -- II.Sorting and order statics: Introduction -- Heapsort -- Quicksort -- Sorting in linear time -- Medians and order Statistics -- III.Data structures: Introduction -- Elementary data structures -- Hash tables -- Binary search trees -- Red-black trees -- Augmenting data structures -- IV.Acvanced desing and analysis techniques: Introduction -- Dynamic programming -- Greedy algorithms -- Amortized analysis -- V.Advanced data structure: Introduction -- B-trees -- Fibonacci heaps -- van Emde Boas trees -- Data structures for disjoint sets -- VI.Graph algorithms: Introduction -- Elentary graph algorithms -- Minimum sapanning trees -- Single-source shortest paths -- All-pairs shortest paths -- Maximum flow -- VII.Selected topics: Introduction -- Multithreaded algorithms -- Matrix operations -- Linear programming -- Polynomials and the FFT -- Number-theoretic algorithms -- String matching -- Computational geometry -- NP-completeness -- Approximation algorithms. Link: https://biblioteca.unap.edu.pe/opac_css/index.php?lvl=notice_display&id=106631 Introduction to algorithms [texto impreso] / Thomas H. Cormen,, Autor ; Charles E. Leiserson, Autor ; Charles E. Leiserson, Autor ; Charles E. Leiserson, Autor ; Ronald L. Rivest, Autor ; Ronald L. Rivest, Autor ; Ronald L. Rivest, Autor . - Tercera edición . - Massachusetts : The Mit Press, 2009 . - xix, 1292 páginas : diagramas, tablas ; 25 cm.
ISBN : 978-0-262-03384-8
Incluye referencias bibliográficas
Idioma : Inglés (eng)
Clasificación: 637.302 Nota de contenido: I.Foundations: Introduction -- The role of algorits in computing -- Getting started -- Growth of function -- Divide-and-conquer -- Probabilistic anlysis and randomized algorithms -- II.Sorting and order statics: Introduction -- Heapsort -- Quicksort -- Sorting in linear time -- Medians and order Statistics -- III.Data structures: Introduction -- Elementary data structures -- Hash tables -- Binary search trees -- Red-black trees -- Augmenting data structures -- IV.Acvanced desing and analysis techniques: Introduction -- Dynamic programming -- Greedy algorithms -- Amortized analysis -- V.Advanced data structure: Introduction -- B-trees -- Fibonacci heaps -- van Emde Boas trees -- Data structures for disjoint sets -- VI.Graph algorithms: Introduction -- Elentary graph algorithms -- Minimum sapanning trees -- Single-source shortest paths -- All-pairs shortest paths -- Maximum flow -- VII.Selected topics: Introduction -- Multithreaded algorithms -- Matrix operations -- Linear programming -- Polynomials and the FFT -- Number-theoretic algorithms -- String matching -- Computational geometry -- NP-completeness -- Approximation algorithms. Link: https://biblioteca.unap.edu.pe/opac_css/index.php?lvl=notice_display&id=106631
Introduction to algorithms
Cormen,, Thomas H.Leiserson, Charles E. ; Leiserson, Charles E. ; Leiserson, Charles E. ; Rivest, Ronald L. ; Rivest, Ronald L. ; Rivest, Ronald L. - - Massachusetts : The Mit Press - 2009
Incluye referencias bibliográficas
I.Foundations: Introduction -- The role of algorits in computing -- Getting started -- Growth of function -- Divide-and-conquer -- Probabilistic anlysis and randomized algorithms -- II.Sorting and order statics: Introduction -- Heapsort -- Quicksort -- Sorting in linear time -- Medians and order Statistics -- III.Data structures: Introduction -- Elementary data structures -- Hash tables -- Binary search trees -- Red-black trees -- Augmenting data structures -- IV.Acvanced desing and analysis techniques: Introduction -- Dynamic programming -- Greedy algorithms -- Amortized analysis -- V.Advanced data structure: Introduction -- B-trees -- Fibonacci heaps -- van Emde Boas trees -- Data structures for disjoint sets -- VI.Graph algorithms: Introduction -- Elentary graph algorithms -- Minimum sapanning trees -- Single-source shortest paths -- All-pairs shortest paths -- Maximum flow -- VII.Selected topics: Introduction -- Multithreaded algorithms -- Matrix operations -- Linear programming -- Polynomials and the FFT -- Number-theoretic algorithms -- String matching -- Computational geometry -- NP-completeness -- Approximation algorithms.
Reserva
Reservar este documento
Ejemplares (2)
Código de barras Signatura Tipo de medio Ubicación Sección Estado 23-1987-02 005.1 C79 2009 Libros Bib. Esp. Ing Sistemas Estanteria (Libros) Disponible 23-1986-01 005.1 C79 2009 Libros Bib. Esp. Ing Sistemas Estanteria (Libros) Disponible Lectures en Macroeconomics / BLANCHARD, Olivier Jean / Massachusetts : The Mit Press (1989)
Título : Lectures en Macroeconomics Tipo de documento: texto impreso Autores: BLANCHARD, Olivier Jean ; FISCHER, Stanley ; FISCHER, Stanley ; FISCHER, Stanley Editorial: Massachusetts : The Mit Press Fecha de publicación: 1989 Número de páginas: XIII, 650 Il.: grafs. ISBN/ISSN/DL: 978-0-262-02283-5 Nota general: Título en español: Conferencias en macroeconomía, Bibliografía al final de cada capítulo Palabras clave: ; MACROECONOMIA CONSUMO INVERSION MODELOS ECONOMICOS DINERO DEMANDA POLITICA MONETARIA POLITICA FISCAL COMPETENCIA EQUILIBRIO ECONOMICO Link: https://biblioteca.unap.edu.pe/opac_css/index.php?lvl=notice_display&id=19566 Lectures en Macroeconomics [texto impreso] / BLANCHARD, Olivier Jean ; FISCHER, Stanley ; FISCHER, Stanley ; FISCHER, Stanley . - Massachusetts : The Mit Press, 1989 . - XIII, 650 : grafs.
ISBN : 978-0-262-02283-5
Título en español: Conferencias en macroeconomía, Bibliografía al final de cada capítulo
Lectures en Macroeconomics
BLANCHARD, Olivier Jean - Massachusetts : The Mit Press - 1989
Título en español: Conferencias en macroeconomía, Bibliografía al final de cada capítulo
Ejemplares
Código de barras Signatura Tipo de medio Ubicación Sección Estado ningún ejemplar