2012 Puddly Awards
 
 
Follow us on TwitterFollow us on FacebookFollow us on TumblrSubscribe to RSS


Recently Viewed clear list


Interviews | January 3, 2012

Jill Owens: IMG Naomi Benaron: The Powells.com Interview



Naomi BenaronRunning the Rift is the most recent winner of the PEN/Bellwether Prize for Socially Engaged Fiction, as awarded by Barbara Kingsolver. It's also an... Continue »
  1. $17.47 Sale Hardcover add to wish list

    Running the Rift

    Naomi Benaron 9781616200428

spacer
Free Shipping!

This item may be
out of stock.

Click on the button below to search for this title in other formats.
Check for Availability
Add to Wishlist

This title in other editions

Geometric Algebra for Computer Science: An Object-Oriented Approach to Geometry (Morgan Kaufmann Series in Computer Graphics)

Geometric Algebra for Computer Science: An Object-Oriented Approach to Geometry (Morgan Kaufmann Series in Computer Graphics) Cover

 

Synopses & Reviews

Publisher Comments:

Within the last decade, Geometric Algebra (GA) has emerged as a powerful alternative to classical matrix algebra as a comprehensive conceptual language and computational system for computer science. This book will serve as a standard introduction and reference to the subject for students and experts alike. As a textbook, it provides a thorough grounding in the fundamentals of GA, with many illustrations, exercises and applications. Experts will delight in the refreshing perspective GA gives to every topic, large and small.

-David Hestenes, Distinguished research Professor, Department of Physics, Arizona State University

Geometric Algebra is becoming increasingly important in computer science. This book is a comprehensive introduction to Geometric Algebra with detailed descriptions of important applications. While requiring serious study, it has deep and powerful insights into GA’s usage. It has excellent discussions of how to actually implement GA on the computer.

-Dr. Alyn Rockwood, CTO, FreeDesign, Inc. Longmont, Colorado

Until recently, almost all of the interactions between objects in virtual 3D worlds have been based on calculations performed using linear algebra. Linear algebra relies heavily on coordinates, however, which can make many geometric programming tasks very specific and complex-often a lot of effort is required to bring about even modest performance enhancements. Although linear algebra is an efficient way to specify low-level computations, it is not a suitable high-level language for geometric programming.

Geometric Algebra for Computer Science presents a compelling alternative to the limitations of linear algebra. Geometric algebra, or GA, is a compact, time-effective, and performance-enhancing way to represent the geometry of 3D objects in computer programs. In this book you will find an introduction to GA that will give you a strong grasp of its relationship to linear algebra and its significance for your work. You will learn how to use GA to represent objects and perform geometric operations on them. And you will begin mastering proven techniques for making GA an integral part of your applications in a way that simplifies your code without slowing it down.

Features

Explains GA as a natural extension of linear algebra and conveys its significance for 3D programming of geometry in graphics, vision, and robotics.

Systematically explores the concepts and techniques that are key to representing elementary objects and geometric operators using GA.

Covers in detail the conformal model, a convenient way to implement 3D geometry using a 5D representation space.

Presents effective approaches to making GA an integral part of your programming.

Includes numerous drills and programming exercises helpful for both students and practitioners.

Companion web site includes links to GAViewer, a program that will allow you to interact with many of the 3D figures in the book, and Gaigen 2, the platform for the instructive programming exercises that conclude each chapter.

About the Authors

Leo Dorst is Assistant Professor of Computer Science at the University of Amsterdam, where his research focuses on geometrical issues in robotics and computer vision. He earned M.Sc. and Ph.D. degrees from Delft University of Technology and received a NYIPLA Inventor of the Year award in 2005 for his work in robot path planning.

Daniel Fontijne holds a Master’s degree in artificial Intelligence and is a Ph.D. candidate in Computer Science at the University of Amsterdam. His main professional interests are computer graphics, motion capture, and computer vision.

Stephen Mann is Associate Professor in the David R. Cheriton School of Computer Science at the University of Waterloo, where his research focuses on geometric modeling and computer graphics. He has a B.A. in Computer Science and Pure Mathematics from the University of California, Berkeley, and a Ph.D. in Computer Science and Engineering from the University of Washington.

* The first book on Geometric Algebra for programmers in computer graphics and entertainment computing

* Written by leaders in the field providing essential information on this new technique for 3D graphics

* This full colour book includes a website with GAViewer, a program to experiment with GA

Synopsis:

The first book on a hot new technique in 3D graphics from leaders in the area!

Synopsis:

In fields such as robotics, computer graphics, and computer games, it is necessary to compute complex interactions of objects in virtual 3D worlds. In a virtual world, there may be thousands of these objects interacting with each other in real-time. Linear algebra (vector math) is traditionally used to perform these calculations, but linear algebra requires long and complex computer programs to implement and can create very difficult programming challenges. Developers of real-time applications spend a lot of time trying to squeeze the last ounce of performance out of them. Geometric algebra (GA) is a new and compact way of representing the geometry of these objects that makes the computation and the programming of them much easier. Once only the domain of academic researchers, this book introduces GA to programmers, shows how it extends from linear algebra, and describes how to model geometries using GA. The last part of the book describes techniques for creating applications. A CD-ROM is included with GaViewer, a program written in C that allows programming experiments with GA. Geometric Algebra for Computer Science describes what many feel will be the future of geometrical computation. <BR>* The first book on Geometric Algebra for programmers in computer graphics and entertainment computing<BR>* Written by leaders in the field<BR>* The full color book includes a website with GAViewer, a program to experiment with GA

About the Author

Daniel Fontijne holds a Master’s degree in artificial Intelligence and a Ph.D. in Computer Science, both from the University of Amsterdam. His main professional interests are computer graphics, motion capture, and computer vision.

University of Waterloo, Ontario, Canada

Table of Contents

The first book on a hot new technique in 3D graphics from leaders in the area!

Product Details

ISBN:
9780123694652
Subtitle:
An Object-Oriented Approach to Geometry
Publisher:
Morgan Kaufmann
Author:
Mann, Fontijne, Dorst, Leo, Daniel, Stephen
Author:
Fontijne, Daniel
Author:
Mann, Stephen
Author:
Dorst, Leo
Subject:
Computer Graphics - General
Subject:
General Computers
Subject:
Computer graphics
Series:
Morgan Kaufmann Series in Computer Graphics
Publication Date:
20070419
Binding:
Hardback
Language:
English
Illustrations:
Y
Pages:
664
Dimensions:
9.25 x 7.5 in
Geometric Algebra for Computer Science: An Object-Oriented Approach to Geometry (Morgan Kaufmann Series in Computer Graphics)
0 stars - 0 reviews
$ In Stock
Product details 664 pages Morgan Kaufmann Publishers - English 9780123694652 Reviews:
"Synopsis" by , The first book on a hot new technique in 3D graphics from leaders in the area!
"Synopsis" by , In fields such as robotics, computer graphics, and computer games, it is necessary to compute complex interactions of objects in virtual 3D worlds. In a virtual world, there may be thousands of these objects interacting with each other in real-time. Linear algebra (vector math) is traditionally used to perform these calculations, but linear algebra requires long and complex computer programs to implement and can create very difficult programming challenges. Developers of real-time applications spend a lot of time trying to squeeze the last ounce of performance out of them. Geometric algebra (GA) is a new and compact way of representing the geometry of these objects that makes the computation and the programming of them much easier. Once only the domain of academic researchers, this book introduces GA to programmers, shows how it extends from linear algebra, and describes how to model geometries using GA. The last part of the book describes techniques for creating applications. A CD-ROM is included with GaViewer, a program written in C that allows programming experiments with GA. Geometric Algebra for Computer Science describes what many feel will be the future of geometrical computation. <BR>* The first book on Geometric Algebra for programmers in computer graphics and entertainment computing<BR>* Written by leaders in the field<BR>* The full color book includes a website with GAViewer, a program to experiment with GA
spacer
spacer
  • back to top
Follow us on...


Powell's City of Books is an independent bookstore in Portland, Oregon, that fills a whole city block with more than a million new, used, and out of print books. Shop those shelves — plus literally millions more books, DVDs, and eBooks — here at Powells.com.