Geometry.Net - the online learning center
Home  - Basic_A - Algebra Linear
e99.com Bookstore
  
Images 
Newsgroups
Page 8     141-159 of 159    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

         Algebra Linear:     more books (100)
  1. Abstract Linear Algebra (Universitext) by Morton L. Curtis, Paul Place, 1990-06-25
  2. Solutions Manual for Elementary Linear Algebra, Third Edition by Stephen Andrilli, David Hecker, 2003-11-10

141. ~VIS_LIN_ALG
By Sandra Z. Keith (Prentice Hall, 2001). Introduction, table of contents, sample graphics and chapter.
http://web.stcloudstate.edu/szkeith/index2.html
VISUALIZING LINEAR ALGEBRA WITH MAPLE
Prentice Hall Publishers http://vig.prenhall.com/catalog/academic/product/1,4096,0130418161,00.html#course_list http://www.amazon.com/exec/obidos/ASIN/0130418161/qid=1011909603/sr=1-
8/ref=sr_1_8_8/102-2748062-2904961
by Sandra Z. Keith
Mathematics Dept.
St. Cloud State University
Left to right, row by row: (not in the order of presentation of the book)
1. Four fundamental subspaces, Rotating conic section
2. Projecting an ellipse, Intersection of planes
3. Fractals!, Find the eigenvector in a rotation
4. Fourier series, A view of a 4-dimensional sphere
5. Vandermonde determinants, Reflections 6. Rotating a water wave, Animating the kernel 7. A matrix as a shift, An LU decomposition 8. Least squares approximation, Differential Equations 9. Using a camera matrix to project (2 views) 10. Performing a rotation, Intersection of planes VISUALIZING LINEAR ALGEBRA WITH MAPLE.... INTRODUCTION I have taught very successfully without a computer lab, in fact, with a minimum of equipment, by assigning projects as group work. A surprising number of students own some version of Maple. Group work speeds up the learning and also the grading, but it occasionally brings up its own problems. Guidelines for what is considered legitimate and healthy cooperation sometimes must be explained.

142. Tempus S-JEP-11202 Main Page
Modules for applied mathematics, including modelling, discrete simulation, linear algebra, harmonic analysis and optimization. HTML with embedded GIFs. Some modules available in PostScript and in Estonian.
http://minitorn.tpu.ee/~jaagup/tempus/
New curriculum for teaching of applied mathematics through computerized modules.
Tempus S-JEP-11202-96
Last updated 09.99 Webmaster

143. Index Of /event/ilas2002
The Tenth Conference of the International linear algebra Society the theme is Challenges in Matrix Theory , encompassing all branches of linear algebra and matrix theory. Auburn, Alabama, USA; 1013 June 2002.
http://www.auburn.edu/event/ilas2002/
Index of /event/ilas2002
Name Last modified Size Description ... Parent Directory 09-May-2002 21:06 -

144. The Matrix Template Library
Highperformance generic component library that provides comprehensive linear algebra functionality for a wide variety of matrix formats.
http://www.osl.iu.edu/research/mtl/
Search Support Download
Contents
Navigating This Site
What's New

Download MTL

Search MTL Pages

MTL Home

On-Line Documentation
Introduction

Programmer's Reference

Examples

Performance Results
...
Coding Standards
Related Work Related Projects at OSL Projects Using MTL Generic Programming Scientific Computing MTL Publications Papers Presentations Contact Support Contribute! Mailing Lists User Comments/Eval ... License Information Overview The Matrix Template Library (MTL) is a high-performance generic component library that provides comprehensive linear algebra functionality for a wide variety of matrix formats. As with the Standard Template Library (STL) , MTL uses a five-fold approach, consisting of generic functions, containers, iterators, adaptors, and function objects, all developed specifically for high performance numerical linear algebra. Within this framework, MTL provides generic algorithms corresponding to the mathematical operations that define linear algebra. Similarly, the containers, adaptors, and iterators are used to represent and to manipulate concrete linear algebra objects such as matrices and vectors. To many scientific computing users, however, the advantages of an elegant programming interface are secondary to issues of performance. Generic programming is a powerful tool in this regard as well - performance tuning can itself be described in a generic fashion. These performance tuning abstractions are realized in a generic low-level library - the Basic Linear Algebra Instruction Set (BLAIS). Experimental results show that MTL with the BLAIS achieves performance that is as good as, or better than, vendor-tuned libraries. Thus, MTL demonstrates that the proper abstractions can be used to achieve high levels of performance, contrary to conventional wisdom. In addition, MTL requires orders of magnitude fewer lines of code for its implementation, with the concomitant savings in development and maintenance effort.

145. Materials For Linear Algebra: Mathematica
A group of tutorial notebooks to assist students studying linear algebra topics.
http://www.math.duke.edu/education/ccp/materials/linalg/mathematicalist.html
Materials for Linear Algebra: Mathematica
Modules Helper Application Tutorial Systems of Linear Equations Matrix Arithmetic Inverses and Elementary Matrices ... Linear Transformations

146. Computer Science
Department of Computer Science. Research areas include computer networks and communications, computer vision, distributed systems, logic and knowledge representation, numerical analysis and numerical linear algebra, parallel and functional programming, persistent object systems, and programming languages.
http://www.cs.adelaide.edu.au/
The University of Adelaide Home Departments Search
Computer Science
Computer Science provides an understanding of how software and hardware can be combined to overcome an astonishing range of challenges.
Computer Science is the study of humanity's most complex creations. At Adelaide, we confront the challenge of this complexity head-on
Information For Current Students Future Students Staff Visitors Information About Research Staff Ph.D. Research Training Accreditation of Degree Programmes ... Recent News
School of Computer Science
THE UNIVERSITY OF ADELAIDE
SA 5005
AUSTRALIA
Email: secretary@cs.adelaide.edu.au

Web: http://www.cs.adelaide.edu.au

Telephone:
Facsimile: Last Modified 02 Jun 2004 Systems CRICOS Provider Number 00123M Privacy

147. MATLAB Depot
A collection of Mfiles for linear algebra maintained by Michael Tsatsomeros at Washington State University.
http://www.math.wsu.edu/math/faculty/tsat/matlab.html
MATLAB DEPOT
Feel free to download and use (at your own risk!) any of the following matlab functions and scripts. If you want to contribute some of your M-files or have other suggestions, please e-mail This page is linked from the portal Mathtools.net , specifically from the MATLAB Libraries Last updated: May 21, 2002 To download, hold the SHIFT key down when you click on the filenames.
  • dig.m
    Finds the strongly connected components of the directed graph of a matrix.
  • frob.m
    Uses dig.m to find the Frobenius normal form of a matrix.
  • ppt.m
    Finds the Principal Pivot Transform of a matrix relative to a principal submatrix. See Principal Pivot Transforms: Properties and Applications
  • digit.m
    Given a positive integer k in decimal form, it generates vectors d, b, whose entries are the digits of the decimal and binary representations of k, respectively.
  • hmat.m
    Finds, if possible, a diagonal matrix D such that AD is strictly row diagonally dominant. In other words, check if A is an H-matrix or not. This is achieved using Algorithm H found in An Iterative Criterion for H-matrices
  • nr.m
  • 148. The Netlib
    Repository of mathematical software in source code form, mostly in Fortran, though there is some in Matlab, C and other languages. Directories include Lapack (linear algebra, eigenvalues, and SVD), toms (Trans. on Math. Software), numeralgo (Numerical Algorithms), and 'PACKS such as MINPACK (minimization), QUADPACK (quadrature, integration), FFTPACK (Fast Fourier Transform), ODEPACK, and ODRPACK.
    http://www.netlib.org/
    Netlib Repository at UTK and ORNL
    Netlib is a collection of mathematical software, papers, and databases. There have been requests to this repository as of Sun Jun 6 02:49:31 EDT 2004 . Software, papers, etc. Services provided at Netlib Related efforts Information about Netlib How to contact Netlib

    149. Linear Algebra -- From MathWorld
    Offers elementary definitions in general linear algebra, matrices and determinants.
    http://mathworld.wolfram.com/topics/LinearAlgebra.html
    INDEX Algebra Applied Mathematics Calculus and Analysis Discrete Mathematics ... Alphabetical Index
    ABOUT THIS SITE About MathWorld About the Author
    DESTINATIONS What's New MathWorld Headline News Random Entry ... Live 3D Graphics
    CONTACT Email Comments Contribute! Sign the Guestbook
    MATHWORLD - IN PRINT Order book from Amazon
    Algebra

    Linear Algebra Determinants General Linear Algebra Lie Theory@ Linear Independence ... Permanents

    150. Mupad.de: Home
    Open computer algebra system for symbolic and numerical computations. Library routines for linear algebra, integration, polynomials, and graphics. Can generate and be called from C or Fortran code. Free download by FTP for personal research purposes requires registration.
    http://www.mupad.de/
    Diese Seite in deutsch Home About MuPAD Download News ... Login Your Location: Home
    SciFace Software, the company behind the commercial side of MuPAD, can be found at www.mupad.com
    Latest News
    MuPAD Pro 3.0 Eagerly awaited, now available: MuPAD 3.0 brings interactive mathematics ...
    [more]
    Computer Algebra made affordable MuPAD tackles yet another barrier for CAS users: The price.
    [more]
    New Horizons for Scientific Computing Microsoft adds the computer algebra system MuPAD to High Performance Comp...
    [more]

    Legal notes

    151. ScaLAPACK
    ScaLAPACK is a library of highperformance linear algebra routines for distributed-memory message-passing MIMD computers and networks of workstations supporting PVM and/or MPI. The site includes software and documentation.
    http://www.netlib.org/scalapack/
    The ScaLAPACK Project
    scalapack@cs.utk.edu # Accesses
    The ScaLAPACK project was a collaborative effort involving several institutions:
    • Oak Ridge National Laboratory
    • Rice University
    • University of California, Berkeley
    • University of California, Los Angeles
    • University of Illinois
    • University of Tennessee, Knoxville
    and comprised four components:
    • dense and band matrix software ( ScaLAPACK
    • large sparse eigenvalue software ( PARPACK and ARPACK
    • sparse direct systems software ( CAPSS and MFACT
    • preconditioners for large sparse iterative solvers ( ParPre
    Funding for this effort came in part from DARPA DOE NSF , and CRPC Acknowledgements This material is based upon work supported by the National Science Foundation under Grant No. ASC-9313958 and DOE Grant No. DE-FG03-94ER25219. Any opinions, findings and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation (NSF) or the Department of Energy (DOE). [Home] [Contact] [FAQ] [Errata] ... scalapack.tgz for ScaLAPACK, version 1.7 containing source , code, installation, guide, and test suite. , Assumes the BLAS and the BLACS are available. , (Prebuilt libraries are available on this index and in the , BLACS directory on netlib.) , Date: August 31, 2001 size 4468266 bytes file t3epatch.tgz

    152. Topics In Linear Algebra
    An approach unifying the notions of system of equations, matrix inversion, and linear programming.
    http://home.ubalt.edu/ntsbarsh/opre640a/partXII.htm
    Unification of System of Linear Equations,
    Matrix Inversion, and Linear Programming
    Asia-Pacific Mirror Site

    Europe Mirror Site

    USA Site

    This site extends the existing one-way connections among the solving linear systems of equations, matrix inversion, and linear programming. The additional linkages empower the user to understand the wholeness and manifoldness of these topics. They also assist the user to model and solve a problem modeled as any one of the above topics by having access to a computer package solver. The goals are theoretical unification as well as advancements in applications. Illustrative numerical examples are presented. Professor Hossein Arsham To search the site , try E F ind in page [Ctrl + f]. Enter a word or phrase in the dialogue box, e.g. " inverse" or " equations" If the first appearance of the word/phrase is not what you are looking for, try F ind Next MENU
  • Introduction
  • LP Problem Solved by System of Equation Solver
  • System of Equations Solution by LP Solver
  • Solving for the Inverse of a Matrix Using LP Solver ...
  • References and Further Readings Companion Sites:
    Introduction
    Linear programming (LP), Linear systems of equations, and Matrix inversion are often favorite topics for both instructors and students. The ability to solve these problems by Gauss-Jordan pivoting (GJP), the widespread availability of software packages, and their wide range of applications make these topics accessible even for students with relatively weak mathematical backgrounds. The typical textbooks on LP usually devote separate sections for each topic. However, the relationships among these closely related topics are often not presented or thoroughly discussed. This article extends the existing one-way connections among these topics to construct a comprehensive two-way relationship as in the following figure. For each topic, it is shown how the problem may be modeled and solved by either of the associated methodologies.
  • 153. Linear Algebra And Its Applications
    (Elsevier) Abstracts from vol.214 (1995), full text to subscribers.
    http://www.elsevier.com/locate/laa
    Home Site map picswapper("picswap", [/authored_framework/ + "images/topbar_1.jpg", /authored_framework/ + "images/topbar_2.jpg", /authored_framework/ + "images/topbar_3.jpg", /authored_framework/ + "images/topbar_4.jpg", /authored_framework/ + "images/topbar_5.jpg", /authored_framework/ + "images/topbar_6.jpg"], 5000) Advanced Product Search Products Linear Algebra and its Applications Journal information Product description Editorial board Guide for authors Online submission ... Special issues and supplements Subscription information Bibliographic and ordering information Conditions of sale Dispatch dates Journal related information Most downloaded articles Other journals in same subject area About Elsevier Select your view
    Editors-in-Chief:
    R. A. Brualdi, V. Mehrmann, H. Schneider

    See editorial board for all editors information
    For Tables of Contents, Abstracts and Full Text Articles, access
    ElsevierMathematics

    Top 25 of most downloaded articles

    Description

    Linear Algebra and Its Applications publishes mathematical articles that contribute new information and new insights to matrix theory and finite dimensional linear algebra and their history in their algebraic, arithmetic, combinatorial, or numerical aspects, or that give significant applications to other branches of mathematics and other sciences.
    The Reports section contains articles that report on a specific area or application. These may be shorter state-of-the-art surveys which collate results of several authors (including perhaps previously unpublished results of the writer), or longer expository articles which can serve as an introduction to a subject for people in related areas and which bring one to the frontiers of research. This section also includes book reviews and conference reports (which contain synopses of the principal talks of meetings in linear algebra.)

    154. Tools For Exact Linear Algebra
    Exact linear algebra computation tools and downloads.
    http://www.linalg.org/
    Mirror sites are maintained at linalg.org (North America) and linalg.net (Europe). Local links: org net
    Project LinBox: Exact computational linear algebra
    LinBox is a C++ template library for exact, high-performance linear algebra computation with sparse and structured matrices over the integers and over finite fields. No stable releases available at this time Current development version:
    Comments? Bug reports?
    Please contact us at linbox@yahoogroups.com
    We offer related packages: (1) A gap share package for Simplicial Homology computation and for Smith normal forms, (2) A package for access to linbox computation from Maple. We offer a server which provides linear algebra computations including the Smith normal form of a matrix. A second server computes the full homology of simplicial complexes. Use our compute cycles gratis. Comments? Bug reports? Please contact us at linbox@yahoogroups.com

    155. Linear Algebra Textbook Home Page
    By Jim Hefferon. Free download in PDF and TeX source code. Covers the material of an undergraduate first linear algebra course.
    http://joshua.smcvt.edu/linearalgebra/
    Linear Algebra
    by
    Jim Hefferon

    Mathematics

    Saint Michael's College

    Colchester, Vermont USA 05439
    My text Linear Algebra is free for downloading, It covers the material of an undergraduate first linear algebra course. You can use it either as a main text, or as a supplement to another text, or for independent study.
    What's Linear Algebra About?
    When I started teaching linear algebra I found three kinds of texts. There were applied mathematics books that avoid proofs and cover the linear algebra only as needed for their applications. There were advanced books that assume that students can understand their elegant proofs and understand how to answer the homework questions having seen only one or two examples. And there were books that spend a good part of the semester doing elementary things such as multiplying matrices and computing determinants and then suddenly change level to working with definitions and proofs. Each of these three types was a problem in my classroom. The applications were interesting, but I wanted to focus on the linear algebra. The advanced books were beautiful, but my students were not ready for them. And the level-switching books resulted in a lot of grief. My students immediately thought that these were like the calculus books that they had seen before, where there is material labelled `proof' that they have successfully skipped in favor of the computations. Then, by the time that the level switched, no amount of prompting on my part could convince them otherwise and the semesters ended unhappily.

    156. Linear Algebraic Groups And Related Structures
    Including Azumaya Algebras, Algebras with Involutions, Brauer Groups, Quadratic and Hermitean Forms, Witt Rings, Lie and Jordan Algebras, Homogeneous Varieties. DVI, PS, PDF (~80 items).
    http://www.mathematik.uni-bielefeld.de/lag/
    http://www.mathematik.uni-bielefeld.de/lag/
    Linear Algebraic Groups and Related Structures
    Preprint Server
    This preprint server is intended to be a forum of the recent development of the theory of Linear Algebraic Groups over Arbitrary Fields and its "Related Structures" , like Azumaya Algebras, Algebras with Involutions, Brauer Groups, Quadratic and Hermitean Forms, Witt Rings, Lie and Jordan Algebras, Homogeneous Varieties Some related manuscripts are to be found on
    K-theory Preprint Archives
    and Homology, Homotopy and Applications
    Related Address:
    EU Network: Algebraic K-Theory, Linear Algebraic Groups and Related Structures
    Instructions for Readers and Authors
    The Preprints:
    Louis Rowen, Alexandre Sivatski, Jean-Pierre Tignol:
    Division Algebras Over Rational Function Fields in One Variable (24 p.)
    (2004, May 24) Abstract 1 k, dvi.gz 35 k, dvi 86 k, ps.gz 735 k, pdf.gz 204 k, pdf 233 k Venkata Balaji, Thiruvalloor Eesanaipaadi:
    Degenerations of Rank 3 Quadratic Bundles and Rank 4 Azumaya Bundles over Schemes - Dedicated to Professor Martin Kneser (32 p.)
    (2004, May 4)

    157. Www.interscience.wiley.com/jpages/1070-5325/
    students.vassar.edu/~wilee/linear.html SIAM Conference on Applied linear AlgebraThe College of William and Mary, Williamsburg, VA; 1519 July 2003.
    http://www.interscience.wiley.com/jpages/1070-5325/

    158. Mathscribe
    Mathscribe is free dynamic graphing and modeling software for use in algebra classes. Lesson plans for linears and quadratics are included.
    http://www.mathscribe.com/
    Mathscribe
    Mathscribe Lite is a dynamic graphing and mathematical modeling program for algebra, trigonometry and precalculus classes. It runs on both Macintosh and Windows computers. Our free download also includes 13 Algebra I computer lab assignments, in Acrobat Reader (.pdf) format. Our approach strengthens and connects both symbolic and visual reasoning through guided discovery. You can also use Mathscribe Lite to mathematically model scientific data, either by typing in the data from scratch, or simply pasting it from a spreadsheet or other program.
    Mathscribe Features
    • Dynamic Graphs
    • Numbers and Graphs Change as you Slide Parameters
    • Formatted Formula Editing
    • Solves Systems of Polynomial Equations
    • Standards-Based Assignments
    Sample Computer Lab Assignments
    What Teachers are Saying
    • "Raised test scores after just a few sessions"
    • "Great for visual learners"

    159. Lineaaralgebra Alused
    Lineaaralgebra.
    http://www.cs.ut.ee/~toomas_l/linalg/
    Lineaaralgebra. Lineaaralgebra.

    A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

    Page 8     141-159 of 159    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8 

    free hit counter