The Domain-Matrix

The Domain-Matrix
Author: Sue-Ellen Case
Publisher: Indiana University Press
Total Pages: 267
Release: 1997-02-22
Genre: Social Science
ISBN: 0253116317

Download The Domain-Matrix Book in PDF, Epub and Kindle

"This book demonstrates Case's continued dominance of the field of lesbian performance studies. . . . Case's dense, rich, and complex work very likely will be a central text for anyone interested in debating the changing theoretical landscape for performance studies and queer theory. All readers interested in what the future might hold for scholarship in the humanities should study Case's thought-provoking work, which is an essential addition to any college or university's collection." —Choice ". . . this is a book that is enormously provocative, that will make you think and feel connected with the latest speculation on the implications of the electronic age we inhabit." —Lesbian Review of Books ". . . definitely required reading for any future-thinking lesbian." —Lambda Book Report The Domain-Matrix is about the passage from print culture to electronic screen culture and how this passage affects the reader or computer user. Sections are organized to emulate, in a printed book, the reader's experience of computer windows. Case traces the portrait of virtual identities within queer and lesbian critical practice and virtual technologies.

DOMAIN-MATRIX.

DOMAIN-MATRIX.
Author:
Publisher:
Total Pages:
Release: 2002
Genre:
ISBN:

Download DOMAIN-MATRIX. Book in PDF, Epub and Kindle

Black Feminist Thought

Black Feminist Thought
Author: Patricia Hill Collins
Publisher: Routledge
Total Pages: 353
Release: 2002-06-01
Genre: Social Science
ISBN: 1135960135

Download Black Feminist Thought Book in PDF, Epub and Kindle

In spite of the double burden of racial and gender discrimination, African-American women have developed a rich intellectual tradition that is not widely known. In Black Feminist Thought, Patricia Hill Collins explores the words and ideas of Black feminist intellectuals as well as those African-American women outside academe. She provides an interpretive framework for the work of such prominent Black feminist thinkers as Angela Davis, bell hooks, Alice Walker, and Audre Lorde. The result is a superbly crafted book that provides the first synthetic overview of Black feminist thought.

Coding the Matrix

Coding the Matrix
Author: Philip N. Klein
Publisher:
Total Pages: 530
Release: 2013-07
Genre: Algebras, Linear
ISBN: 9780615856735

Download Coding the Matrix Book in PDF, Epub and Kindle

An engaging introduction to vectors and matrices and the algorithms that operate on them, intended for the student who knows how to program. Mathematical concepts and computational problems are motivated by applications in computer science. The reader learns by "doing," writing programs to implement the mathematical concepts and using them to carry out tasks and explore the applications. Examples include: error-correcting codes, transformations in graphics, face detection, encryption and secret-sharing, integer factoring, removing perspective from an image, PageRank (Google's ranking algorithm), and cancer detection from cell features. A companion web site, codingthematrix.com provides data and support code. Most of the assignments can be auto-graded online. Over two hundred illustrations, including a selection of relevant "xkcd" comics. Chapters: "The Function," "The Field," "The Vector," "The Vector Space," "The Matrix," "The Basis," "Dimension," "Gaussian Elimination," "The Inner Product," "Special Bases," "The Singular Value Decomposition," "The Eigenvector," "The Linear Program" A new edition of this text, incorporating corrections and an expanded index, has been issued as of September 4, 2013, and will soon be available on Amazon.

Operators Between Sequence Spaces and Applications

Operators Between Sequence Spaces and Applications
Author: Bruno de Malafosse
Publisher: Springer Nature
Total Pages: 379
Release: 2021-01-19
Genre: Mathematics
ISBN: 9811597421

Download Operators Between Sequence Spaces and Applications Book in PDF, Epub and Kindle

This book presents modern methods in functional analysis and operator theory along with their applications in recent research. The book also deals with the solvability of infinite systems of linear equations in various sequence spaces. It uses the classical sequence spaces, generalized Cesaro and difference operators to obtain calculations and simplifications of complicated spaces involving these operators. In order to make it self-contained, comprehensive and of interest to a larger mathematical community, the authors have presented necessary concepts with results for advanced research topics. This book is intended for graduate and postgraduate students, teachers and researchers as a basis for further research, advanced lectures and seminars.

Matrix Information Geometry

Matrix Information Geometry
Author: Frank Nielsen
Publisher: Springer Science & Business Media
Total Pages: 454
Release: 2012-08-07
Genre: Technology & Engineering
ISBN: 3642302327

Download Matrix Information Geometry Book in PDF, Epub and Kindle

This book presents advances in matrix and tensor data processing in the domain of signal, image and information processing. The theoretical mathematical approaches are discusses in the context of potential applications in sensor and cognitive systems engineering. The topics and application include Information Geometry, Differential Geometry of structured Matrix, Positive Definite Matrix, Covariance Matrix, Sensors (Electromagnetic Fields, Acoustic sensors) and Applications in Cognitive systems, in particular Data Mining.

Elements of Matrix Modeling and Computing with MATLAB

Elements of Matrix Modeling and Computing with MATLAB
Author: Robert E. White
Publisher: CRC Press
Total Pages: 426
Release: 2006-09-12
Genre: Mathematics
ISBN: 1584886277

Download Elements of Matrix Modeling and Computing with MATLAB Book in PDF, Epub and Kindle

As discrete models and computing have become more common, there is a need to study matrix computation and numerical linear algebra. Encompassing a diverse mathematical core, Elements of Matrix Modeling and Computing with MATLAB examines a variety of applications and their modeling processes, showing you how to develop matrix models and solve algebraic systems. Emphasizing practical skills, it creates a bridge from problems with two and three variables to more realistic problems that have additional variables. Elements of Matrix Modeling and Computing with MATLAB focuses on seven basic applications: circuits, trusses, mixing tanks, heat conduction, data modeling, motion of a mass, and image filters. These applications are developed from very simple to more complex models. To explain the processes, the book explores numerous topics in linear algebra, including complex numbers and functions, matrices, algebraic systems, curve fitting, elements of linear differential equations, transform methods, and tools of computation. For example, the author uses linearly independent vectors and subspaces to explain over- and under-determined systems, eigenvalues and eigenvectors to solve initial value problems, and discrete Fourier transforms to perform image filtering in the frequency domain. Although the primary focus is to cultivate calculation skills by hand, most chapters also include MATLAB to help with more complicated calculations.

Matrices and Determinoids

Matrices and Determinoids
Author: Cuthbert Edmund Cullis
Publisher:
Total Pages: 710
Release: 1925
Genre: Determinants
ISBN:

Download Matrices and Determinoids Book in PDF, Epub and Kindle

Matrix-Based Multigrid

Matrix-Based Multigrid
Author: Yair Shapira
Publisher: Springer Science & Business Media
Total Pages: 225
Release: 2013-04-17
Genre: Mathematics
ISBN: 1475737262

Download Matrix-Based Multigrid Book in PDF, Epub and Kindle

Many important problems in applied science and engineering, such as the Navier Stokes equations in fluid dynamics, the primitive equations in global climate mod eling, the strain-stress equations in mechanics, the neutron diffusion equations in nuclear engineering, and MRIICT medical simulations, involve complicated sys tems of nonlinear partial differential equations. When discretized, such problems produce extremely large, nonlinear systems of equations, whose numerical solution is prohibitively costly in terms of time and storage. High-performance (parallel) computers and efficient (parallelizable) algorithms are clearly necessary. Three classical approaches to the solution of such systems are: Newton's method, Preconditioned Conjugate Gradients (and related Krylov-space acceleration tech niques), and multigrid methods. The first two approaches require the solution of large sparse linear systems at every iteration, which are themselves often solved by multigrid methods. Developing robust and efficient multigrid algorithms is thus of great importance. The original multigrid algorithm was developed for the Poisson equation in a square, discretized by finite differences on a uniform grid. For this model problem, multigrid exhibits extremely rapid convergence, and actually solves the problem in the minimal possible time. The original algorithm uses rediscretization of the partial differential equation (POE) on each grid in the hierarchy of coarse grids that are used. However, this approach would not work for more complicated problems, such as problems on complicated domains and nonuniform grids, problems with variable coefficients, and non symmetric and indefinite equations. In these cases, matrix-based multi grid methods are in order.

A First Course in Linear Algebra

A First Course in Linear Algebra
Author: Kenneth Kuttler
Publisher:
Total Pages: 586
Release: 2020
Genre: Algebras, Linear
ISBN:

Download A First Course in Linear Algebra Book in PDF, Epub and Kindle

"A First Course in Linear Algebra, originally by K. Kuttler, has been redesigned by the Lyryx editorial team as a first course for the general students who have an understanding of basic high school algebra and intend to be users of linear algebra methods in their profession, from business & economics to science students. All major topics of linear algebra are available in detail, as well as justifications of important results. In addition, connections to topics covered in advanced courses are introduced. The textbook is designed in a modular fashion to maximize flexibility and facilitate adaptation to a given course outline and student profile. Each chapter begins with a list of student learning outcomes, and examples and diagrams are given throughout the text to reinforce ideas and provide guidance on how to approach various problems. Suggested exercises are included at the end of each section, with selected answers at the end of the textbook."--BCcampus website.