Geometry.Net - the online learning center
Home  - Pure_And_Applied_Math - Linear Algebra
e99.com Bookstore
  
Images 
Newsgroups
Page 6     101-120 of 163    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | Next 20

         Linear Algebra:     more books (100)
  1. Elementary Linear Algebra with Applications, Custom for University of California, Berkeley, Math 54 by Richard Hill, 2006
  2. Lectures on linear algebra by I. M Gelfand, 1978
  3. Linear Algebra by Terry Lawson, 1996-11-22
  4. Vector Calculus, Linear Algebra and Differential Forms: A Unified Approach by John H. Hubbard, 1998-09-21
  5. Linear Algebra (Graduate Texts in Mathematics) by Werner H. Greub, 1981-10-16
  6. Applied Linear Algebra and Matrix Analysis (Undergraduate Texts in Mathematics) by Thomas S. Shores, 2007-08-14
  7. Linear Algebra (Undergraduate Texts in Mathematics) by Serge Lang, 2004-03-09
  8. Linear Algebra and Matrix Theory by Jimmie Gilbert, Linda Gilbert, 1995-05-02
  9. Further Linear Algebra by Thomas S. Blyth, Edmund F. Robertson, 2001-11-09
  10. A (Terse) Introduction to Linear Algebra (Student Mathematical Library) by Yitzhak Katznelson, Yonatan R. Katznelson, 2007-12-19
  11. Handbook of Linear Algebra (Discrete Mathematics and Its Applications)
  12. Schaum's Easy Outline of Linear Algebra by Seymour Lipschutz, Marc Lipson, 2002-08-12
  13. Linear Algebra Through Geometry (Undergraduate Texts in Mathematics) by Thomas Banchoff, John Wermer, 1993-09-10
  14. Linear Algebra Problem Book (Dolciani Mathematical Expositions) by Paul R. Halmos, 1996-09-05

101. Calipso For Linear Algebra
linear algebra Java Demoslinear algebra Demos. Upn-Running Applets. About These Applets; linear algebra at MIT; Strang s linear algebra Book. Feedback Aaddzz Counter.
http://www.uidaho.edu/~calvert/la.html
This page was last updated on January 7, 2001.
CALIPSO for Linear Algebra is a shareware package to help students learn linear algebra. It is operated from a worksheet similar to the one used by MATLAB, but is much easier to use. CALIPSO performs virtually any process encountered in a first term introductory linear algebra course or a second term course emphasizing numerical methods. The two principle goals in its development are to provide an environment in which a student can easily solve problems without excessive hand calculation, and to involve the student as much as possible in the execution of the more complex algorithms such as the QR method. Here is a list of a few of the functions available.
  • The worksheet is a full-screen editor that can be used to prepare reports or submit assignments.
  • Matrix operations: addition, scalar multiplication, multiplication, transpose, inverse, and expressions involving these operations. Powers and iterates of matrices can be performed sequentially for use in Markov process applications.
  • Row operations can be performed on a matrix displayed in a window.

102. Lyryx Learning - Online Learning And Assessment - HOME
Specializes in the design and development of tools to deliver online educational content and assessment. Also offers own online courses in business mathematics, financial accounting, and linear algebra.
http://lyryx.com
XXX
Lyryx develops ready-to-go online learning and assessment programs, supporting both instructors in their teaching, and students in their learning.
Our assessment is an advanced system capable of analyzing student work and provide extensive and personalized feedback, thus guiding their learning. more
Lyryx is the provider of highly interactive online learning
and assessment solutions. Learn about our:

103. Notes On Linear Algebra
Notes on linear algebra. These are links to PostScript files containing notes for various topics in linear algebra.
http://www.millersv.edu/~bikenaga/linalg/linanote.html
Notes on Linear Algebra
These are links to PostScript files containing notes for various topics in linear algebra. These notes were revised during Spring, 2004. The major change is the incoroporation of examples involving finite fields (specifically, the integers mod p for p prime) in all of the relevant sections. These notes were revised during Spring, 2002.

104. Linear Algebra - Preliminary Lectures
linear algebra Preliminary lectures. PDF file. Introduction and motivations. What is linear algebra? linear algebra consists mostly of studying matrix calculus.
http://vision.unige.ch/~marchand/teaching/linalg/
Linear Algebra - Preliminary lectures
PDF file
Stephane.Marchand-Maillet@cui.unige.ch
Department of Multimedia Communications
Institut Eurecom - Sophia-Antipolis
March 1999
Abstract:
The following text aims at providing the minimum knowledge in Linear Algebra to the students in order to follow and understand further lectures in e.g. , Signal Processing and Telecommunications at Eurecom. This course is by no means supposed to be exhaustive of what is required in subsequent teaching. The references given at the end of this document provide necessary complementary reading. Proofs of theorems within this text are left as exercises. They can be found in the relevant literature and some of them will be detailed in the associated lectures. Some exercises are also suggested and solutions will be detailed during the lectures. Questions and (constructive) comments about this text are most welcome during the lectures
Contents

105. Notes On Linear Algebra
next Next What is a field? Back to WMO. Notes on linear algebra. Welcome to 1H linear algebra. This course is about linear structures
http://maths.dur.ac.uk/~dma0wmo/teaching/1h-la/LAnotes/LAnotes.html
Next: What is a field?
Notes on Linear Algebra
Welcome to 1H Linear Algebra. This course is about linear structures in mathematics: linear functions, linear spaces, linear geometry, matrices and vectors. The algebraic aspect of the subject will come to the fore in Term 2; in Term 1, which these webbed notes are intended to accompany, the emphasis is on the computational and geometric aspects. The notes are in no way intended to replace the recommended textbooks , but rather have been put together out of assorted supplementary handouts and printed extras that have accumulated over the years. The best books for the course (both terms) are probably [ Allenby ] or [ Williams ], and I shall make occasional reference to these. However, books are largely a matter of taste and prejudice, and you should certainly browse in others to see which suits you best. Finally, these webbed notes are experimental. Any feedback concerning content, corrections etc is very welcome. Please email w.m.oxbury@durham.ac.uk Here are term 1 problems and some solutions (postscript) or in pdf format

106. Andrew Jeffrey's Fortran 90 Routines
Routines for i) the calculation of some linear algebra ii) nonlinear minimization, iii) numerical integration and differentiation, iv) random number generation from a Normal distribution with mean zero and variance one, and v) the implementation of the Generalized Method of Moments statistical estimation procedure.
http://mayet.som.yale.edu/~amj23/f90.htm
Fortran 90 Routines, with documentation, written by Andrew Jeffrey I have written FORTRAN 90 routines for i) the calculation of some linear algebra
ii) non-linear minimization, iii) numerical integration and differentiation, iv) random number generation from a Normal distribution with mean zero and variance one, and v) the implementation of the Generalized Method of Moments statistical estimation procedure. These routines are partitioned into three categories. First, the source code for the basic linear algebra routines are incorporated into one program named "BLAS.F90". Second, the source code for the non-linear minimization, numerical integration/differentiation and the random number generator are incorporated into one program named "ROUTINES.F90". Finally, the source code for the Generalized Method of Moments statistical procedure is named "GMM.F90". Documentation on how to use these routines is provided below. For those familiar with FORTRAN 77 a good summary on FORTRAN 90 is provided by Metcalf M., and J. Reid. Fortran 90 Explained, (Oxford University Press, New York, 1994). A more detailed discussion on FORTRAN 90 in provided by Ellis T., I. Philips, and T. Lahey. Fortran 90 Programming, (Addison-Wesley, New York, 1994).
The user documentation for my Fortran 90 based routines is in ".PDF" format. If you cannot read the .PDF file then install the free Adobe Acrobat Reader obtainable by double clicking the "

107. Www.interscience.wiley.com/jpages/1070-5325/
linear algebra with MapleStat/Math, Math, Maple, linear algebra with Maple, Search In Stat/Math. linear algebra with Maple. The output here
http://www.interscience.wiley.com/jpages/1070-5325/

108. Séraphin M. MEFIRE's Home Page
University of Paris XI. Numerical linear algebra, Scientific and parallel computing, Mathematical methods in electromagnetism, Boundary integral methods.
http://www.math.u-psud.fr/~mefire/
Brief CV:
  • Ph.D. in Applied Mathematics, University of Paris-XI,

  • Abstract
Current position
Main Scientific Interests
  • Numerical linear algebra Scientific and parallel computing Mathematical methods in electromagnetism Boundary integral methods
Interesting Sites
Mailing address Department of Mathematics 91405 Orsay Cedex, France Office phone Department fax E-mail address Seraphin.Mefire@math. u.psud.fr URL http://www.math.u-psud.fr/~mefire If you have comments or suggestions, email me at Seraphin.Mefire@math.u-psud.fr Page created by S. M. MEFIRE.
Last modified: March, 15 1999
S. M. MEFIRE 1999

109. Lloyd N. Trefethen And David Bau, III
Numerical linear algebra. Numerical linear algebra is a concise, insightful, and elegant introduction to the field of numerical linear algebra.
http://www.ec-securehost.com/SIAM/ot50.html
new books author index subject index series index Purchase options are located at the bottom of the page. The catalog and shopping cart are hosted for SIAM by EasyCart. Your transaction is secure. If you have any questions about your order, contact harris@siam.org Numerical Linear Algebra
Lloyd N. Trefethen and David Bau, III
"A beautifully written textbook offering a distinctive and original treatment. It will be of use to all who teach or study the subject." Nicholas J. Higham, Professor of Applied Mathematics, University of Manchester.
"This is a beautifully written book which carefully brings to the reader the important issues connected with the computational issues in matrix computations. The authors show a broad knowledge of this vital area and make wonderful connections to a variety of problems of current interest. The book is like a delicate soufflé - tasteful and very light." Gene Golub, Stanford University.
"I have used Numerical Linear Algebra in my introductory graduate course and I have found it to be almost the perfect text to introduce mathematics graduate students to the subject. I like the choice of topics and the format: a sequence of lectures. Each chapter (or lecture) carefully builds upon the material presented in previous chapters, providing new concepts in a very clear manner. Exercises at the end of each chapter reinforce the concepts, and in some cases introduce new ones. …The emphasis is on the mathematics behind the algorithms, in the understanding of why the algorithms work. …The text is sprinkled with examples and explanations, which keep the student focused." Daniel B. Szyld, Department of Mathematics, Temple University.

110. IngMath
Program can be used for study purposes by students and for mathematical calculations by engineers, natural scientists and mathematicians. It covers linear algebra, linear programming, transport optimization and rational functions.
http://people.freenet.de/hebausch/ingmathe.html
Deutsche Version
IngMath

Software package Engineering Mathematics
Short description of IngMath
IngMath (Engineering Mathematics) contains all essential numerical and other methods which are important for the mathematical education of students of technical and economical courses. The program is very easy to manage and may be used to carry out calculations, for mathematical experiments and for demonstrations in lectures and seminars.
Contents: Linear algebra, linear programming, transport optimization, complex numbers and functions, real functions of one or many variables, differential equations (incl. systems), spline functions, systems of nonlinear equations or inequalities, nonlinear regression and others.
Details

Attention!! New version: Actualized at 15 February 2002.
The shareware version is english, the full version exists in german and in english.
Requirements:
The operation system is DOS. Under WINDOWS 9x or Me one can use the program optimally.
For a german CD-Rom version WINDOWS 9x or Me is needed.

111. James W. Demmel
Applied Numerical linear algebra. James W. Demmel. Jim Colorado. Demmel s book covers the state of the art tools of numerical linear algebra.
http://www.ec-securehost.com/SIAM/ot56.html
new books author index subject index series index Purchase options are located at the bottom of the page. The catalog and shopping cart are hosted for SIAM by EasyCart. Your transaction is secure. If you have any questions about your order, contact harris@siam.org Applied Numerical Linear Algebra
James W. Demmel
"Jim Demmel's book on applied numerical linear algebra is a wonderful text blending together the mathematical basis, good numerical software, and practical knowledge for solving real problems. It is destined to be a classic." Jack Dongarra, Department of Computer Science, University of Tennessee, Knoxville.
"This book has many unprecedented features as a graduate textbook and research reference book on numerical linear algebra and matrix computations. Many topics appear for the first time in a graduate textbook, such as single precision iterative refinement, relative perturbation theory, full-version of divide-and-conquer method, high precision Jacobi method, connection of QR method and the Toda lattice and so on. …It is astonishing to what extent this book, by means of systematic and easily understandable exposition, has succeeded in making clear the state of the art of numerical linear algebra theory, methods and analysis which we numerical analysts consider the lively frontier of our current work." Zhaoujun Bai, University of Kentucky.
"This is an excellent graduate-level textbook for people who want to learn or teach the state of the art of numerical linear algebra. It covers systematically all the fundamental topics in theory, as well as software implementation. The book is very easy to use in the classroom since it provides pointers, in the book and on the author's home page, to lots of available Matlab and LAPACK routines, and it has a large number of homework problems marked with Easy, Medium and Hard. The book requires the students to have a stronger background in linear algebra than most other engineering books on numerical linear algebra." Xia-Chuan Cai, Department of Computer Science, University of Colorado.

112. Linear Algebra
Topics in linear algebra. I The material on linear algebra is a first attempt, by me, at putting a body of knowledge on the net. I
http://www.math.tamu.edu/~stecher/Linear-Algebra/
Last modified Wednesday, 08-Aug-2001 10:15:37 CDT by stecher
Topics in Linear Algebra
I am interested in using the "internet" medium as a teaching tool. The material on linear algebra is a first attempt, by me, at putting a body of knowledge on the net. I will appreciate constructive comments.
  • Class Materials, tests, etc.
  • Text Materials The material below consists of what I consider to be the most relevent and useful parts of linear algebra. As there are many fine texts which can be used to see technical details, I have, for the most part, avoided proofs. This is intended to be somewhat of an encyclopedia of basic concepts, examples, and techniques. If you think something is missing and should be included, drop me a note.
  • Systems of Linear Equations
  • Matrices
  • Vector Spaces
  • Linear Transformations ...
  • Index

113. Linear Algebra Done Right
linear algebra Done Right. Sheldon Axler. The second edition of this text, intended for a second course in linear algebra, was published in 1997 by Springer.
http://www.axler.net/LADR.html
Linear Algebra Done Right
Sheldon Axler
The second edition of this text, intended for a second course in linear algebra, was published in 1997 by Springer. If you or someone in your department might be interested in using this book as a text, please let me know ( axler@sfsu.edu ) so that I can have a review copy of the book sent to the appropriate person. I have taken great care to motivate concepts and simplify proofs. For example, the book presents, without having defined determinants, a clean proof that every linear operator on a finite-dimensional complex vector space (or on an odd-dimensional real vector space) has an eigenvalue. Though this text is intended for a second course in linear algebra, there are no prerequisites other than appropriate mathematical maturity. Thus the book starts by discussing vector spaces, linear independence, span, basis, and dimension. Students are introduced to inner-product spaces in the first half of the book and shortly thereafter to the finite-dimensional spectral theorem. A variety of interesting exercises in each chapter helps students understand and manipulate the objects of linear algebra.

114. Matrix Calculator
mcalcdos is a free command line linear algebra calculator capable of matrix, vector and polynomial operations in real and complex fields.
http://www.angelfire.com/space/matrixcalc/
var cm_role = "live" var cm_host = "angelfire.lycos.com" var cm_taxid = "/memberembedded"
Matrix Calculator
Mcalcdos is a free command line linear algebra calculator capable of matrix, vector and polynomial operations in real and complex fields. Download Download mcalcdos.exe for free!!
Click here for updates made to the current release
To use, simply input mathematical expressions in the same manner as written to return the result. For a list of available functions, type help. To ease input, multiplication is implied between adjacent operands. e^(2 pi i) + 0.5 cos (2 pi/3) Variables are assigned using = as in the following example: a = (1 + sqrt 5) / 2 Once assigned, variables can be used in subsequent expressions. The variable ans is automatically updated to the result of the previous expression. Other reserved names include pi, i, e, X (which is used in polynomial expressions) and all the function names. Any other variable names are permitted. varname = 14 e ^ 0.7 newvar = 3.7! + varname inverse a * b eval (X^3 - 7X + 1, -3)

115. Linear Algebra Home Page
linear algebra Home page. Download Topics in linear algebra.
http://www.ma.huji.ac.il/courses/linear-algebra/
Linear Algebra Home page
Download Topics in Linear Algebra
dvi file
PostScript file

116. Matrix Analysis & Applied Linear Algebra
By Carl D. Meyer. Full text in PDF with errata, updates and solutions.
http://www.matrixanalysis.com/

117. Linear Algebra: An Introduction To Linear Algebra For Pre-Calculus Students
This book is an introduction to linear algebra for precalculus students. linear algebra. An Introduction to linear algebra for Pre-Calculus Students. by.
http://ceee.rice.edu/Books/LA/
Linear Algebra
An Introduction to Linear Algebra for Pre-Calculus Students
by Tamara Anthony Carter
Lecturer in Mathematics, University of North Texas Richard A. Tapia
Noah Harding Professor, Computational and Applied Mathematics
Director, Center for Excellence and Equity in Education Anne Papakonstantinou
Director, Rice University School Mathematics Project
Publications
CEEE Home Rice Home
Send comments on material to Tamara Carter These pages are maintained by Hilena Vargas hvargas@rice.edu
Updated: August 10, 2000

118. LAW'02
3rd linear algebra Workshop, Bled 2002. Hotel Golf, Bled, Slovenia; 413 June 2002.
http://www.ijp.si/ftp/pub/stop/law/

119. The Personal Web Page Of Volker Blobel
Fortran 77 codes by Volker Blobel for sorting, linear algebra, random number generation, least squares fitting with constraints and with many variables, and unfolding of measured distributions.
http://www.desy.de/~blobel/
Address: Volker Blobel
Luruper Chaussee 149
D 22761 HAMBURG
email: volker.blobel@desy.de
Sprechstunden: Mo 8:30-9:30, Di 16:00-17:00
(bitte per e-mail oder telefonisch 040-8998 2291 anmelden) Group-Picture Picture
Several talks and lectures Special page
Sommersemester 2003
  • Physik III, Di+Fr 10:15 - 11:45 Information Skript 1. + 2. Teil ist verteilt worden.
  • Physik III Aufgaben:
  • 1. Klausur Dienstag, 27. Mai ab 10:15 Uhr im HS I
  • ... der DESY Jahresbericht 2001:
    Sommersemester 2002
  • Statistical and numerical methods of data analysis, Mi 14:00 - 15:30, DESY SemRm II
  • Ps-files of lectures:
  • Physik III (mit G. Zimmerer), Di+Fr 10:30 - 12:00
  • Ps-files des Skripts (darin fehlen 66 Abbildungen): Teil 1 (bis Seite 100) Teil 2 (ab Seite 100)
  • Kurze Anleitung Lange Anleitung
  • Erste Kurse (Mathcad) im Pool 1 (Jungiusstr.) am Mo 22. April (14 - 17 Uhr) und Do 25. April (14 - 17 Uhr)
  • + detaillierte Information: Detail
    Contributions to the Conference on Adcanced Statistical Techniques in Particle Physics, Durham, 18 - 22 March 2002: ps-file: A new method for the high-precision alignment of track detectors - ps-file: An unfolding method for high energy physics experiments
    Mathematische Ergaenzungen zur Physik, Formelsammlung Teil 1
  • 120. Linear Algebra -- From Eric Weisstein's Encyclopedia Of Scientific Books
    linear algebra. see also linear algebra. Aitken, Alexander Craig. and ed.) An Introduction to linear algebra and Tensors. New York Dover, 1972. 167 p. $8.95.
    http://www.ericweisstein.com/encyclopedias/books/LinearAlgebra.html
    Linear Algebra
    see also Linear Algebra Aitken, Alexander Craig. Determinants and Matrices, 8th ed. Edinburgh: Oliver and Boyd, 1954. $?. Akivis, M.A. and Goldberg, V.V. Silverman (trans. and ed.) An Introduction to Linear Algebra and Tensors. New York: Dover, 1972. 167 p. $8.95. Aldrovandi, R. Special Matrices of Mathematical Physics: Stochastic, Circulant and Bell Matrices. Singapore: World Scientific, 2001. 323 p. $?. Anton, Howard. Elementary Linear Algebra. New York: Wiley, 1973. 296 p. Now in new ed. Anton, Howard. Elementary Linear Algebra, 8th ed. New York: Wiley, 2000. 588 p. $102.95. Anton, Howard and Rorres, Chris. Elementary Linear Algebra: Applications Version, 8th ed. New York: Wiley, 2000. 864 p. $99.95. Axler, Sheldon. Linear Algebra Done Right, 2nd ed. New York: Springer-Verlag, 1997. 251 p. $29.95. Ayres, Frank Jr. Theory and Problems of Matrices. New York: Schaum, 1962. 219 p. Banchoff, Thomas and Wermer, John. Linear Algebra Through Geometry, 2nd ed. New York: Springer-Verlag, 1992. $43.95. Bapat, R.B.

    Page 6     101-120 of 163    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | Next 20

    free hit counter