The British National Bibliography
Title | The British National Bibliography PDF eBook |
Author | Arthur James Wells |
Publisher | |
Pages | 1672 |
Release | 1996 |
Genre | Bibliography, National |
ISBN |
Books in Print
Title | Books in Print PDF eBook |
Author | |
Publisher | |
Pages | 2432 |
Release | 1991 |
Genre | American literature |
ISBN |
Subject Guide to Books in Print
Title | Subject Guide to Books in Print PDF eBook |
Author | |
Publisher | |
Pages | 3126 |
Release | 1997 |
Genre | American literature |
ISBN |
Algebra and Number Theory
Title | Algebra and Number Theory PDF eBook |
Author | Martyn R. Dixon |
Publisher | John Wiley & Sons |
Pages | 544 |
Release | 2011-07-15 |
Genre | Mathematics |
ISBN | 9780470640531 |
Explore the main algebraic structures and number systems that play a central role across the field of mathematics Algebra and number theory are two powerful branches of modern mathematics at the forefront of current mathematical research, and each plays an increasingly significant role in different branches of mathematics, from geometry and topology to computing and communications. Based on the authors' extensive experience within the field, Algebra and Number Theory has an innovative approach that integrates three disciplines—linear algebra, abstract algebra, and number theory—into one comprehensive and fluid presentation, facilitating a deeper understanding of the topic and improving readers' retention of the main concepts. The book begins with an introduction to the elements of set theory. Next, the authors discuss matrices, determinants, and elements of field theory, including preliminary information related to integers and complex numbers. Subsequent chapters explore key ideas relating to linear algebra such as vector spaces, linear mapping, and bilinear forms. The book explores the development of the main ideas of algebraic structures and concludes with applications of algebraic ideas to number theory. Interesting applications are provided throughout to demonstrate the relevance of the discussed concepts. In addition, chapter exercises allow readers to test their comprehension of the presented material. Algebra and Number Theory is an excellent book for courses on linear algebra, abstract algebra, and number theory at the upper-undergraduate level. It is also a valuable reference for researchers working in different fields of mathematics, computer science, and engineering as well as for individuals preparing for a career in mathematics education.
First Leaves
Title | First Leaves PDF eBook |
Author | Bruce W. Char |
Publisher | New York : Springer-Verlag |
Pages | 280 |
Release | 1992 |
Genre | Computers |
ISBN |
Using R for Introductory Statistics
Title | Using R for Introductory Statistics PDF eBook |
Author | John Verzani |
Publisher | CRC Press |
Pages | 522 |
Release | 2018-10-03 |
Genre | Computers |
ISBN | 1315360306 |
The second edition of a bestselling textbook, Using R for Introductory Statistics guides students through the basics of R, helping them overcome the sometimes steep learning curve. The author does this by breaking the material down into small, task-oriented steps. The second edition maintains the features that made the first edition so popular, while updating data, examples, and changes to R in line with the current version. See What’s New in the Second Edition: Increased emphasis on more idiomatic R provides a grounding in the functionality of base R. Discussions of the use of RStudio helps new R users avoid as many pitfalls as possible. Use of knitr package makes code easier to read and therefore easier to reason about. Additional information on computer-intensive approaches motivates the traditional approach. Updated examples and data make the information current and topical. The book has an accompanying package, UsingR, available from CRAN, R’s repository of user-contributed packages. The package contains the data sets mentioned in the text (data(package="UsingR")), answers to selected problems (answers()), a few demonstrations (demo()), the errata (errata()), and sample code from the text. The topics of this text line up closely with traditional teaching progression; however, the book also highlights computer-intensive approaches to motivate the more traditional approach. The authors emphasize realistic data and examples and rely on visualization techniques to gather insight. They introduce statistics and R seamlessly, giving students the tools they need to use R and the information they need to navigate the sometimes complex world of statistical computing.
Programming for Computations - Python
Title | Programming for Computations - Python PDF eBook |
Author | Svein Linge |
Publisher | Springer |
Pages | 244 |
Release | 2016-07-25 |
Genre | Computers |
ISBN | 3319324284 |
This book presents computer programming as a key method for solving mathematical problems. There are two versions of the book, one for MATLAB and one for Python. The book was inspired by the Springer book TCSE 6: A Primer on Scientific Programming with Python (by Langtangen), but the style is more accessible and concise, in keeping with the needs of engineering students. The book outlines the shortest possible path from no previous experience with programming to a set of skills that allows the students to write simple programs for solving common mathematical problems with numerical methods in engineering and science courses. The emphasis is on generic algorithms, clean design of programs, use of functions, and automatic tests for verification.