Development of Solar Cells


Book Description

This book presents a comprehensive overview of the fundamental concept, design, working protocols, and diverse photo-chemicals aspects of different solar cell systems with promising prospects, using computational and experimental techniques. It presents and demonstrates the art of designing and developing various solar cell systems through practical examples. Compared to most existing books in the market, which usually analyze existing solar cell approaches this volume provides a more comprehensive view on the field. Thus, it offers an in-depth discussion of the basic concepts of solar cell design and their development, leading to higher power conversion efficiencies. The book will appeal to readers who are interested in both fundamental and application-oriented research while it will also be an excellent tool for graduates, researchers, and professionals working in the field of photovoltaics and solar cell systems.




Slab Stelae of the Giza Necropolis


Book Description

Fifteen "slab stelae" and stela fragments were found set into the exterior walls of Giza mastaba tombs in the reign of Khufu and his successors. Taken as a group, they provide one of the most important sources of Egyptian artistic and historical documents of the early Old Kingdom; several stelae even preserve remarkable amounts of color after nearly 5,000 years. This publication presents a fresh interpretation of the Giza stelae, with new color photography, "digital epigraphy" facsimile line drawings, new translations, original discovery photographs, and recent color images taken at Giza. In a departure from traditional scholarly works, the book is published in full color, with numerous charts and catalogues, information on all Giza tombs with slab stelae emplacements, the history of their excavation, previous scholarly research, and comparative and interpretive chapters. Appendixes include both color and line-drawing palaeographies of all hieroglyphs appearing on the stelae, and a collection of the enigmatic "linen lists" that adorn the Giza stelae and many other archaic and Old Kingdom monuments. Indexes complete the volume.




Statistical Computing with R


Book Description

Computational statistics and statistical computing are two areas that employ computational, graphical, and numerical approaches to solve statistical problems, making the versatile R language an ideal computing environment for these fields. One of the first books on these topics to feature R, Statistical Computing with R covers the traditiona




Handbook of Floating-Point Arithmetic


Book Description

Floating-point arithmetic is the most widely used way of implementing real-number arithmetic on modern computers. However, making such an arithmetic reliable and portable, yet fast, is a very difficult task. As a result, floating-point arithmetic is far from being exploited to its full potential. This handbook aims to provide a complete overview of modern floating-point arithmetic. So that the techniques presented can be put directly into practice in actual coding or design, they are illustrated, whenever possible, by a corresponding program. The handbook is designed for programmers of numerical applications, compiler designers, programmers of floating-point algorithms, designers of arithmetic operators, and more generally, students and researchers in numerical analysis who wish to better understand a tool used in their daily work and research.







Alasdair MacIntyre's Engagement with Marxism


Book Description

This selection of Alasdair MacIntyrea (TM)s early writings on Marxism and ethics aims both to fill a gap in the academic literature on MacIntyrea (TM)s ethical theory, and to offer a contribution to more recent debates on the ethics of revolution.




PASCAL-XSC


Book Description

This manual describes a PASCAL extension for scientific computation with the short title PASCAL-XSC (PASCAL eXtension for Scientific Computation). The language is the result of a long term effort of members of the Institute for Applied Mathematics of Karlsruhe University and several associated scientists. PASCAL XSC is intended to make the computer more powerful arithmetically than usual. It makes the computer look like a vector processor to the programmer by providing the vector/matrix operations in a natural form with array data types and the usual operator symbols. Programming of algorithms is thus brought considerably closer to the usual mathematical notation. As an additional feature in PASCAL-XSC, all predefined operators for real and complex numbers and intervals, vectors, matrices, and so on, deliver an answer that differs from the exact result by at most one rounding. Numerical mathematics has devised algorithms that deliver highly accurate and automatically verified results by applying mathematical fixed point theorems. That is, these computations carry their own accuracy control. However, their imple mentation requires arithmetic and programming tools that have not been available previously. The development of PASCAL-XSC has been aimed at providing these tools within the PASCAL setting. Work on the subject began during the 1960's with the development of a general theory of computer arithmetic. At first, new algorithms for the realization of the arithmetic operations had to be developed and implemented.