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

         Algebra Computer:     more books (100)
  1. EUROCAL '87: European Conference on Computer Algebra, Leipzig, GDR, June 2-5, 1987. Proceedings (Lecture Notes in Computer Science)
  2. Computer algebra: EUROCAL '83, European Computer Algebra Conference, London, England, March 28-30, 1983 (Lecture notes in computer science)
  3. Perturbation Methods, Bifurcation Theory, and Computer Algebra (Applied Mathematical Sciences) by R. H. Rand, Dieter Armbruster, 1987-11
  4. The Church Rosser property in computer algebra and special theorem proving: An investigation of critical pair, completion algorithms (Dissertationen der Johannes Kepler-Universitat Linz) by Franz Winkler, 1984
  5. Computer Algebra: Symbolic and Algebraic Computation (Computing. Supplementum)
  6. Technology Using Calculators and Computers (Algebra 1)
  7. Algebra for Computer Science (Universitext) by L. Garding, T. Tambour, 1988-10
  8. Computer Algebra (Lecture Notes in Pure and Applied Mathematics)
  9. Computer Algebra: EUROCAL '83, European Computer Algebra Conference London, England, March 28-30, 1983. Proceedings (Lecture Notes in Computer Science)
  10. Relations and Kleene Algebra in Computer Science: 10th International Conference on Relational Methods in Computer Science, and 5th International Workshop ... (Lecture Notes in Computer Science)
  11. Thinking Machines: A Layman's Introduction to Logic, Boolean Algebra, and Computers
  12. Matematica: insegnamento e computer algebra by Michele Impedovo, 2004-04-01
  13. Solution Manual - Calculus: A Computer Algebra Approach by L. Anshel, Goldfeld D., 1996-01-01
  14. Computer Simulation and Computer Algebra: Lectures for Beginners. by D. Stauffer, 0000

101. The Math Forum - Math Library - Computer Algebra
This page contains sites relating to computer algebra. Slides for a series of talks on holonomic functions and computer algebra more .
http://mathforum.org/library/topics/computer_alg/
Browse and Search the Library
Home
Math Topics Applications/Connections Sciences ... Computer Science : Computer Algebra

Library Home
Search Full Table of Contents Suggest a Link ... Library Help
Selected Sites (see also All Sites in this category
  • Computer Algebra Information Network (CAIN)
    A server providing information about Symbolic and Algebraic Computation, set up by the European SAC (Symbolic and Algebraic Computation) Network. The site maintains bibliographies, supports electronic newsletters, and announces current conferences, software releases, job opportunities, and books about computer algebra. Also available are archives of sites providing computer algebra educational material for elementary through graduate school students; sites illustrating the application of computer algebra to scientific research; links to commercial computer algebra systems; introductory Maple tutorials and courses. The Virtual Computer Algebra Library offers tutorials, algorithms, implementations in computer algebra systems, applications and literature for topics in computer algebra. more>>
  • Computer Algebra Information Network (CAIN) Europe
    CAIN Europe is a server providing all kinds of information about Symbolic and Algebraic Computation. It is set up by eight teams in the framework of the European SAC Network and maintained by CAN/Riaca (Computer Algebra Nederland). News; Announcements; Teams and People; Systems and Packages; Literature; European Projects in Symbolic and Algebraic Computation; Newcomers in Computer Algebra; Education; Applications in Computer Algebra; The Virtual Computer Algebra Library.
  • 102. Algolib: The Algorithms Project's Library And Other Packages Of The Algorithms P
    Combinatorial analysis, discrete mathematics and computer algebra are the main interests of the Algorithms Projects. The packages let you define combinatorial structures; manipulate the associated generating functions, functional equations or recurrences; study their asymptotic behaviour.
    http://algo.inria.fr/libraries/software.html
    Algolib: The Algorithms Project's Library and Other Packages of the Algorithms Project
    Welcome! Research Topics People Publications ... Extensive Example Sessions
    Combinatorics meets computer algebra!
    Combinatorial analysis, discrete mathematics and computer algebra are the main interests of the Algorithms Project. Our packages let you specify, generate, and enumerate combinatorial structures; manipulate the associated generating functions, functional equations or recurrences; study their asymptotic behaviour. The interplay between these applications serves the Algorithms Project's main goal of the automatic complexity analysis of algorithms. However, long-term research in this direction has induced the development of other packages for the manipulation of linear differential and difference operators, Groebner basis calculations, and the symbolic summation and integration of special functions and combinatorial sequences. Special emanations of the above are the algolib library , which collects most of our programs in a single archive, and the encyclopedia of combinatorial structures , which allows access by keywords, combinatorial specifications, generating function, closed-form or by the first integers in the enumeration sequence to many combinatorial structures. A lot of it was automatically generated using

    103. Computer Algebra Systems
    The symbolic and numerical computations by means of the computer algebra systems not only simplify the work of scientist or engineer, but open the door in the
    http://www.geocities.com/optomaplev/
    The symbolic and numerical computations by means of the computer algebra systems not only simplify the work of scientist or engineer, but open the door in the kingdom of "alive mathematics". In this kingdom the "naked truths" are supplemented with the ways to every result and achievement. Every formula lives by own life and can reproduce itself at any time. Moreover, the logic design in symbolic computations, as a rule, allows to look at a subject from the new side and to achieve a deeper understanding.
    Here I present my Maple and Mathematica programs, articles and useful links on the laser physics, the general relativity, the cosmology and the quantum mechanics. The content of this site is under constant evolution and I suppose to broaden the considered topics and methods. The presented resources have not only scientific but also pedagogical trend.
    Dr. Vladimir L. Kalashnikov
    This is visit since 1 July 2000

    104. The Yacas Computer Algebra System
    A general purpose easy program for It is built on top of its own programming language designed for symbolic manipulation of math symbols. Includes information on how to use the software.
    http://yacas.sourceforge.net/
    YACAS is an easy to use, general purpose Computer Algebra System, a program for symbolic manipulation of mathematical expressions. It uses its own programming language designed for symbolic as well as arbitrary-precision numerical computations. The system has a library of scripts that implement many of the symbolic algebra operations; new algorithms can be easily added to the library. YACAS comes with extensive documentation (320+ pages) covering the scripting language, the functionality that is already implemented in the system, and the algorithms we used.
    This entire site (including the documentation) can also be found in the source code distribution

    105. Computer Algebra System - Wikipedia, The Free Encyclopedia
    computer algebra system. From Wikipedia, the free encyclopedia. A computer algebra system Mathematics used in computer algebra systems.
    http://en.wikipedia.org/wiki/Computer_algebra_system
    Computer algebra system
    From Wikipedia, the free encyclopedia.
    A computer algebra system (CAS) is a software program that facilitates symbolic mathematics . Typically, these systems include
    • arbitrary precision ( bignum ) arithmetic, allowing for instance to evaluate pi to 10,000 digits. symbolic manipulation engine, to simplify algebraic expressions, differentiate and integrate functions and solve equations graphing facility, to produce graphs of functions, typically in two and three dimensions linear algebra subsystem, to allow matrix computations and solving of systems of linear equations high level programming language , allowing users to implement their own algorithms
    The study of algorithms useful for computer algebra systems is known as computer algebra The run-time of numerical programs implemented in computer algebra systems is normally longer than that of equivalent programs implemented in systems such as MATLAB GNU Octave or directly in C , because the computer algebra languages are often interpreted and the bignum system may cause overhead. (Note that MATLAB and Octave are interpreted also.) Table of contents 1 History
    2 Mathematics used in computer algebra systems

    3 See Also

    4 External links
    ...
    edit
    History
    Computer algebra systems began to appear in the early , and evolved out of research into artificial intelligence (the fields are now regarded as largely separate). The first popular systems were

    106. SONAD'2000, ECCAD'2000
    Research Centre for computer algebra, University of Western Ontario in London, Ontario, Canada; 13 May 2000.
    http://www.orcca.on.ca/eccad2000/
    Southern Ontario Numerical Analysis Day May 12, 2000 East Coast Computer Algebra Day May 13, 2000 University of Western Ontario
    London, Ontario, Canada
    SONAD
    and ECCAD are annual regional workshops that provide opportunities to learn of new developments and to present research results in the areas of numerical analysis and symbolic mathematical computation. The two workshops are hosted by the Ontario Research Centre for Computer Algebra at the University of Western Ontario in London, Ontario, Canada.
    Activities For SONAD, the planned activities include invited presentations, and short talks on current research topics. Graduate students are especially invited to give such talks.
    For ECCAD, the planned activities include invited presentations, and two posters sessions offering an opportunity to present timely research in an informal environment.
    Organizing Committee General Chair (SONAD)
    Rob Corless
    Department of Applied Mathematics
    University of Western Ontario
    London ON N6A 5B7
    CANADA rcorless@julian.uwo.ca

    107. Symbmath.com: Online Math Handbook
    Online calculator, math handbook, symbolic math and computer algebra System.
    http://www.symbmath.com
    Symbmath.com: online math handbook
    math software, math handbook, computer algebra system
    math software, math handbook, computer algebra system
    Click here to enter http://www.drhuang.com/indexmath.htm mydomain.com - Register your domain name

    108. ULB - Computer Algebra Division
    Home page for the computer algebra Division at the Université Libre de Bruxelles. ULB, Université Libre de Bruxelles. computer algebra Division. !!! New !!!
    http://cso.ulb.ac.be/
    Computer Algebra Division
    !!! New !!!
    Visit our new web site (yet under construction)
    You can now discuss about Symbolic Calculus or related subjects on the new forum of the CSO Welcome to the CSO.
    Our tasks are to provide computer facilities and expertise for using most of the available computer algebra systems (Maple, Reduce, Cayley, Magma, Mathematica, Axiom, Gap, Lie) and to develop computer algebra methods for solving differential equations (see projects).
  • Contact Members Projects Cours ... Le Forum du CSO

  • Contact Calcul Symbolique sur Ordinateur
    blvd du Triomphe. B-1050 Bruxelles (Belgium)
    Fax e-mail cso@ulb.ac.be

    Members
  • Jean-Louis Colot, coordinator ( mail Gerald HOUART , system manager ( mail Jacqueline Sengier, responsable ( mail mail

  • Projects
    The CSO is involved in a European ESPRIT working group called CATHODE. Within this group, we are developping a software called NODES
    CATHODE 2
  • We have organized the CATHODE 2 workshop in Han-sur-Lesse from september 1 to september 5, 1997. You have access to the program and the extended abstracts (also in Postscript or Compressed Postscript version). The use of the postscript version is recommended for the Extended Abstracts (the translation of the latex source to html is not completly reliable).
  • 109. Algebra And Number Theory
    Based at the Technische Universit¤t, Berlin. Producers of KANT/KASH, a computer algebra system for sophisticated computations in algebraic number fields.
    http://www.math.tu-berlin.de/algebra/
    Algebra and Number Theory
    The KANT Group
    The KANT Group: [members] [publications] [database] ...
    KASH/KANT - computer algebra system
    Immanuel Kant The KANT functions are accessible through a user-friendly shell named KASH (KAnt SHell) which is freely available. You can pick up the current release of KASH using ftp
    webkash
    Most of the functionality of KASH is also available through a web interface.
    KANT Database
    The KANT database of more than 1.3 million number fields can be accessed through a web interface and through the computer algebra system KASH/KANT
    Publications
    You can download the publications of members of the KANT Group. Last modified: 2004-05-24 20:37

    110. Computer Algebra Links
    math, computer algebra Links. Links, CAIN Europe (computer algebra Information Network) (note the changed URL http//www.riaca.win.tue.nl/CAN/);
    http://www.science.uva.nl/research/math/Links/compalg/
    Home People Research News ... Contact Us Computer Algebra Links Links

    111. 2001 Conference On Applications Of Computer Algebra (ACA'2001)
    2001 IMACS Conference on Applications of computer algebra, Technical Vocational Institute, Albuquerque, New Mexico, USA. 31 May 3 June 2001.
    http://math.unm.edu/ACA/2001/2001.html
    2001 Conference on Applications of Computer Algebra
    ACA'2001: An Albuquerque odyssey ...
    May 31-June 3, 2001
    Technical Vocational Institute
    Albuquerque New Mexico , USA
    ACA'2001 will be held jointly with the NMMATYC (New Mexico Mathematical Association of Two-Year Colleges) 12th Annual Conference , which will be held June 1-3 at also at TVI
    Organizers:
    General Chair Bill Pletsch
    Program Chair Stanly Steinberg
    Dis Organizer Michael Wester Description of the Meeting Scientific Committee Albuquerque Attractions ... Registered Attendees Complete Program ( Word PDF PDF Electronic Proceedings The ACA meetings are organized as a series of Special Sessions . To propose a special session, please send
    • the names of the organizers, email addresses of the organizers, the title of the special session, a short abstract describing the special session, and a list of proposed speakers
    to the chair of the Scientific Committee, Stanly Steinberg (see the instructions for Organizing a Special Session ). The Scientific Committee will review the proposal. Selected papers will be considered for publication in the Journal of Symbolic Computation
    Sponsors/Collaborators:
    Further information about IMACS is available as well as information on joining IMACS and the ACA Technical Group.

    112. DERIVE Specialists Chartwell-Yorke - Mathematics Software And Books For Educatio
    Derive 5 computer algebra software is available as a free 30day trial download from Chartwell-Yorke. Derive books are also here.
    http://www.chartwellyorke.com/derive.html

    113. Open Source Computer Algebra
    This workshop aims to study the situation of free software in the domain of symbolic computations, and the feasibility of a free system. Lyon, France; 2123 May 2002.
    http://www.lapcs.univ-lyon1.fr/~nthiery/CalculFormelLibre/workshop.html

    114. Department Of Computer Algebra
    Department of computer algebra. Members, research projects and computer algebra resources. Site in Hungarian and English.
    http://compalg.inf.elte.hu/
    Tartalom:
    Komputeralgebra honlap

    H-1117 Budapest Telefon:
    Mail:
    1518 Budapest Pf. 32. Fax:

    115. CAS-CAT Project
    University of Melbourne. Investigating the changes that regular access to calculators equipped with a computer algebra system will have on senior mathematics subjects, including curriculum, teaching methods and associated assessment in Victoria, Australia.
    http://www.edfac.unimelb.edu.au/DSME/CAS-CAT/
    The CAS-CAT Team Investigators: Kaye Stacey Gary Asp Helen Chick David Leigh-Lancaster ... Barry McCrae Project Team: Lynda Ball Peter Flynn Associate Investigators: Margaret Kendal Robyn Pierce Gloria Stillman Project Schools: There are three volunteer project schools involved in the study. For the duration of the study, each project school will be provided with CAS calculators. Hewlett Packard, Shriro Australia (CASIO) and Texas Instruments will each provide calculators for one of the project schools. Funding: Australian Research Grant Strategic Partnerships with Industry Scheme. Industry Partners: Victorian Curriculum and Assessment Authority (formerly Board of Studies), Texas Instruments, Hewlett-Packard, Shriro Australia (CASIO) Further Information:
    Lynda Ball
    Department of Science and Mathematics Education
    The University of Melbourne
    VIC 3010
    Tel: +61 3 8344-8528
    Facsimile: +61 3 8344-8739
    Email: lball@unimelb.edu.au

    116. MAS - The Modula-2 Algebra System
    MAS is an experimental computer algebra system with algebraic specification capabilities for the design and study of algebraic algorithms. Downloads, documentation.
    http://www.fmi.uni-passau.de/algebra/projects/mas.php3
    Lehrstuhl Prof. Weispfenning Sunday 06 Jun 2004 08:47
    MAS - The Modula-2 Algebra System
    The current version of MAS is 1.00, released 27 Oct 1996. http://www.fmi.uni-passau.de/algebra/projects/mas.php3 Validate A. Seidl

    117. Computer Algebra System - Encyclopedia Article About Computer Algebra System. Fr
    encyclopedia article about computer algebra system. computer algebra system in Free online English dictionary, thesaurus and encyclopedia.
    http://encyclopedia.thefreedictionary.com/Computer algebra system
    Dictionaries: General Computing Medical Legal Encyclopedia
    Computer algebra system
    Word: Word Starts with Ends with Definition A computer algebra system (CAS) is a software program that facilitates symbolic mathematics Symbolic mathematics , or symbolic math , relates to the use of computers to manipulate mathematical equations and expressions in symbolic form, as opposed to manipulating the approximations of specific numerical quantities represented by those symbols. Such a system might be used for symbolic integration or differentiation, substitution of one expression into another, simplification of an expression, change of subject etc.
    Click the link for more information. . Typically, these systems include
    • arbitrary precision ( bignum A bignum system in a computer or program allows internal representation of arbitrarily large integers or arbitrarily precise rational numbers and implements arithmetic operations on such numbers. Numbers are typically stored as (ratios of) digit lists which can grow using dynamically allocated memory. Bignums were first implemented in MacLISP. The VAX/VMS operating system offered bignum facilities as a collection of string functions. Today bignum libraries are available for practically every modern programming language. The GNU Multi-Precision Library is a free C library that offers bignum features. All computer algebra systems implement bignum facilities.

    118. East Coast Computer Algebra Day 2002
    City University of New York, Long Island City, New York, USA; 18 May 2002,.
    http://www.lagcc.cuny.edu/Mathematics/ECCAD2002/default.htm

    119. ACA 2004-LAMAR UNIVERSITY
    Password. New Registration. Welcome to ACA2004. The 10th International Conference on. Applications of computer algebra. July 21-23, 2004. Beaumont, Texas, USA.
    http://buchberger.cs.lamar.edu/ACA2004/index.jsp

    120. Computer Algebra At JINR, Dubna
    computer algebra. at JINR, Dubna. The new Internet address of our site is now http//compalg.jinr.ru. computer algebra at JINR, Systems. CA Group. CA Systems.
    http://ca-d.jinr.ru/

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

    free hit counter