Algorithms for computer algebra:
Mathematics of Computing -- Numerical Analysis.
Gespeichert in:
Hauptverfasser: | , , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Boston [u.a.]
Kluwer
1992
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Zusammenfassung: | Mathematics of Computing -- Numerical Analysis. |
Beschreibung: | XVIII, 585 S. |
ISBN: | 0792392590 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV006624264 | ||
003 | DE-604 | ||
005 | 20240131 | ||
007 | t | ||
008 | 930324s1992 |||| 00||| eng d | ||
020 | |a 0792392590 |c hc |9 0-7923-9259-0 | ||
035 | |a (OCoLC)231467477 | ||
035 | |a (DE-599)BVBBV006624264 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
049 | |a DE-384 |a DE-12 |a DE-91G |a DE-739 |a DE-29T |a DE-20 |a DE-703 |a DE-634 |a DE-188 |a DE-83 | ||
084 | |a SK 200 |0 (DE-625)143223: |2 rvk | ||
084 | |a ST 600 |0 (DE-625)143681: |2 rvk | ||
084 | |a DAT 530f |2 stub | ||
084 | |a 68Q40 |2 msc | ||
084 | |a 13Pxx |2 msc | ||
084 | |a MAT 110f |2 stub | ||
100 | 1 | |a Geddes, Keith O. |d 1947- |e Verfasser |0 (DE-588)172524857 |4 aut | |
245 | 1 | 0 | |a Algorithms for computer algebra |c K. O. Geddes ; S. R. Czapor ; G. Labahn |
264 | 1 | |a Boston [u.a.] |b Kluwer |c 1992 | |
300 | |a XVIII, 585 S. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
520 | 3 | |a Mathematics of Computing -- Numerical Analysis. | |
650 | 4 | |a Datenverarbeitung | |
650 | 4 | |a Algebra |x Data processing | |
650 | 4 | |a Algorithms | |
650 | 0 | 7 | |a Algorithmus |0 (DE-588)4001183-5 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Computeralgebra |0 (DE-588)4010449-7 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Computeralgebra |0 (DE-588)4010449-7 |D s |
689 | 0 | 1 | |a Algorithmus |0 (DE-588)4001183-5 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Czapor, Stephen R. |d 1957- |e Verfasser |0 (DE-588)172524865 |4 aut | |
700 | 1 | |a Labahn, George |d 1951- |e Verfasser |0 (DE-588)136812279 |4 aut | |
856 | 4 | 2 | |m GBV Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=004234140&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-004234140 |
Datensatz im Suchindex
_version_ | 1804120902193905664 |
---|---|
adam_text | ALGORITHMS FOR COMPUTER ALGEBRA K.O. GEDDES UNIVERSITY OF WATERLOO S.R.
CZAPOR LAURENTIAN UNIVERSITY G. LABAHN UNIVERSITY OF WATERLOO 14 W
KLUWER ACADEMIC PUBLISHERS BOSTON/DORDRECHT/LONDON CONTENTS PREFACE XV
CHAPTER 1 INTRODUCTION TO COMPUTER ALGEBRA 1.1 INTRODUCTION 1 1.2
SYMBOLIC VERSUS NUMERIC COMPUTATION 2 1.3 A BRIEF HISTORICAL SKETCH 4
1.4 AN EXAMPLE OF A COMPUTER ALGEBRA SYSTEM: MAPLE 11 EXERCISES 20
CHAPTER 2 ALGEBRA OF POLYNOMIALS, RATIONAL FUNCTIONS, AND POWER SERIES
2.1 INTRODUCTION 23 2.2 RINGS AND FIELDS 23 2.3 DIVISIBILITY AND
FACTORIZATION IN INTEGRAL DOMAINS 26 2.4 THE EUCLIDEAN ALGORITHM 32 2.5
UNIVARIATE POLYNOMIAL DOMAINS 38 2.6 MULTIVARIATE POLYNOMIAL DOMAINS 46
2.7 THE PRIMITIVE EUCLIDEAN ALGORITHM 52 2.8 QUOTIENT FIELDS AND
RATIONAL FUNCTIONS 60 2.9 POWER SERIES AND EXTENDED POWER SERIES 63 2.10
RELATIONSHIPS AMONG DOMAINS 70 EXERCISES 73 CHAPTER 3 NORMAL FORMS AND
ALGEBRAIC REPRESENTATIONS 3.1 INTRODUCTION 79 3.2 LEVELS OF ABSTRACTION
79 3.3 NORMAL FORM AND CANONICAL FORM 80 3.4 NORMAL FORMS FOR
POLYNOMIALS 84 3.5 NORMAL FORMS FOR RATIONAL FUNCTIONS AND POWER SERIES
88 3.6 DATA STRUCTURES FOR MULTIPRECISION INTEGERS AND RATIONAL NUMBERS
93 3.7 DATA STRUCTURES FOR POLYNOMIALS, RATIONAL FUNCTIONS, AND POWER
SERIES 96 EXERCISES 105 VIII ALGORITHMS FOR COMPUTER ALGEBRA CHAPTER 4
ARITHMETIC OF POLYNOMIALS, RATIONAL FUNCTIONS, AND POWER SERIES 4.1
INTRODUCTION 111 4.2 BASIC ARITHMETIC ALGORITHMS 112 4.3 FAST ARITHMETIC
ALGORITHMS: KARATSUBA S ALGORITHM 118 4.4 MODULAR REPRESENTATIONS 120
4.5 THE FAST FOURIER TRANSFORM 123 4.6 THE INVERSE FOURIER TRANSFORM 128
4.7 FAST POLYNOMIAL MULTIPLICATION 132 4.8 COMPUTING PRIMITIVE N-THROOTS
OF UNITY 133 4.9 NEWTON S ITERATION FOR POWER SERIES DIVISION 136
EXERCISES 145 CHAPTER 5 HOMOMORPHISMS AND CHINESE REMAINDER ALGORITHMS
5.1 INTRODUCTION 151 5.2 INTERMEDIATE EXPRESSION SWELL: AN EXAMPLE 151
5.3 RING MORPHISMS 153 5.4 CHARACTERIZATION OF MORPHISMS 160 5.5
HOMOMORPHIC IMAGES 167 5.6 THE INTEGER CHINESE REMAINDER ALGORITHM 174
5.7 THE POLYNOMIAL INTERPOLATION ALGORITHM 183 5.8 FURTHER DISCUSSION OF
THE TWO ALGORITHMS 189 EXERCISES 196 CHAPTER 6 NEWTON S ITERATION AND
THE HENSEL CONSTRUCTION 6.1 INTRODUCTION 205 6.2 P-ADIC AND IDEAL-ADIC
REPRESENTATIONS 205 6.3 NEWTON S ITERATION FOR F(U)=0 214 6.4 HENSEL S
LEMMA 226 6.5 THE UNIVARIATE HENSEL LIFTING ALGORITHM 232 6.6 SPECIAL
TECHNIQUES FOR THE NON-MONIC CASE 240 6.7 THE MULTIVARIATE
GENERALIZATIOEN OF HENSEL S LEMMA 250 6.8 THE MULTIVARIATE HENSEL LIFTING
ALGORITHM 260 EXERCISES 274 CHAPTER 7 POLYNOMIAL GCD COMPUTATION 7.1
INTRODUCTION 279 7.2 POLYNOMIAL REMAINDER SEQUENCES 280 7.3 THE
SYLVESTER MATRIX AND SUBRESULTANTS 285 7.4 THE MODULAR GCD ALGORITHM 300
7.5 THE SPARSE MODULAR GCD ALGORITHM 311 7.6 GCD SUSING HENSEL LIFTING:
THE EZ-GCD ALGORITHM 314 7.7 A HEURISTIC POLYNOMIAL GCD ALGORITHM 320
EXERCISES 331 CONTENTS IX CHAPTER 8 POLYNOMIAL FACTORIZATION 8.1
INTRODUCTION 337 8.2 SQUARE-FREE FACTORIZATION 337 8.3 SQUARE-FREE
FACTORIZATION OVERFINITE FIELDS 343 8.4 BERLEKAMP S FACTORIZATION
ALGORITHM 347 8.5 THE BIG PRIME BERLEKAMP ALGORITHM 359 8.6 DISTINCT
DEGREE FACTORIZATION 368 8.7 FACTORING POLYNOMIALS OVER THE RATIONAIS
374 8.8 FACTORING POLYNOMIALS OVER ALGEBRAIC NUMBER FIELDS 378 EXERCISES
384 CHAPTER 9 SOLVING SYSTEMS OF EQUATIONS 9.1 INTRODUCTION 389 9.2
LINEAR EQUATIONS AND GAUSSIAN ELIMINATION 390 9.3 FRACTION-FREE GAUSSIAN
ELIMINATION 393 9.4 ALTERNATIVE METHODS FOR SOLVING LINEAR EQUATIONS 399
9.5 NONLINEAR EQUATIONS AND RESULTANTS 405 EXERCISES 422 CHAPTER 10
GROEBNER BASES FOR POLYNOMIAL IDEALS 10.1 INTRODUCTION 429 10.2 TERM
ORDERINGS AND REDUCTION 431 10.3 GROEBNER BASES AND BUCHBERGER S
ALGORITHM 439 10.4 IMPROVING BUCHBERGER S ALGORITHM 447 10.5
APPLICATIONS OF GROEBNER BASES 451 10.6 ADDITIONAL APPLICATIONS 462
EXERCISES 466 CHAPTER 11 INTEGRATION OF RATIONAL FUNCTIONS 11.1
INTRODUCTION 473 11.2 BASIC CONCEPTS OF DIFFERENTIAL ALGEBRA 474 11.3
RATIONAL PART OF THE INTEGRAL: HERMITE S METHOD 482 11.4 RATIONAL PART
OF THE INTEGRAL: HOROWITZ METHOD 488 11.5 LOGARITHMIC PART OF THE
INTEGRAL 492 EXERCISES 508 X ALGORITHMS FOR COMPUTER ALGEBRA CHAPTER 12
THE RISCH INTEGRATION ALGORITHM 12.1 INTRODUCTION 511 12.2 ELEMENTARY
FUNCTIONS 512 12.3 DIFFERENTIATION OF ELEMENTARY FUNCTIONS 519 12.4
LIOUVILLE S PRINCIPLE 523 12.5 THE RISCH ALGORITHM FOR TRANSCENDENTAL
ELEMENTARY FUNCTIONS .529 12.6 THE RISCH ALGORITHM FOR LOGARITHMIC
EXTENSIONS 530 12.7 THE RISCH ALGORITHM FOR EXPONENTIAL EXTENSIONS 547
12.8 INTEGRATION OF ALGEBRAIC FUNCTIONS 561 EXERCISES 569 / NOTATION 575
INDEX 577
|
any_adam_object | 1 |
author | Geddes, Keith O. 1947- Czapor, Stephen R. 1957- Labahn, George 1951- |
author_GND | (DE-588)172524857 (DE-588)172524865 (DE-588)136812279 |
author_facet | Geddes, Keith O. 1947- Czapor, Stephen R. 1957- Labahn, George 1951- |
author_role | aut aut aut |
author_sort | Geddes, Keith O. 1947- |
author_variant | k o g ko kog s r c sr src g l gl |
building | Verbundindex |
bvnumber | BV006624264 |
classification_rvk | SK 200 ST 600 |
classification_tum | DAT 530f MAT 110f |
ctrlnum | (OCoLC)231467477 (DE-599)BVBBV006624264 |
discipline | Informatik Mathematik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01835nam a2200469 c 4500</leader><controlfield tag="001">BV006624264</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20240131 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">930324s1992 |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0792392590</subfield><subfield code="c">hc</subfield><subfield code="9">0-7923-9259-0</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)231467477</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV006624264</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-384</subfield><subfield code="a">DE-12</subfield><subfield code="a">DE-91G</subfield><subfield code="a">DE-739</subfield><subfield code="a">DE-29T</subfield><subfield code="a">DE-20</subfield><subfield code="a">DE-703</subfield><subfield code="a">DE-634</subfield><subfield code="a">DE-188</subfield><subfield code="a">DE-83</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">SK 200</subfield><subfield code="0">(DE-625)143223:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 600</subfield><subfield code="0">(DE-625)143681:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 530f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">68Q40</subfield><subfield code="2">msc</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">13Pxx</subfield><subfield code="2">msc</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">MAT 110f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Geddes, Keith O.</subfield><subfield code="d">1947-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)172524857</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Algorithms for computer algebra</subfield><subfield code="c">K. O. Geddes ; S. R. Czapor ; G. Labahn</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Boston [u.a.]</subfield><subfield code="b">Kluwer</subfield><subfield code="c">1992</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XVIII, 585 S.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="520" ind1="3" ind2=" "><subfield code="a">Mathematics of Computing -- Numerical Analysis.</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Datenverarbeitung</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Algebra</subfield><subfield code="x">Data processing</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Algorithms</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Algorithmus</subfield><subfield code="0">(DE-588)4001183-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Computeralgebra</subfield><subfield code="0">(DE-588)4010449-7</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Computeralgebra</subfield><subfield code="0">(DE-588)4010449-7</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Algorithmus</subfield><subfield code="0">(DE-588)4001183-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Czapor, Stephen R.</subfield><subfield code="d">1957-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)172524865</subfield><subfield code="4">aut</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Labahn, George</subfield><subfield code="d">1951-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)136812279</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">GBV Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=004234140&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-004234140</subfield></datafield></record></collection> |
id | DE-604.BV006624264 |
illustrated | Not Illustrated |
indexdate | 2024-07-09T16:49:27Z |
institution | BVB |
isbn | 0792392590 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-004234140 |
oclc_num | 231467477 |
open_access_boolean | |
owner | DE-384 DE-12 DE-91G DE-BY-TUM DE-739 DE-29T DE-20 DE-703 DE-634 DE-188 DE-83 |
owner_facet | DE-384 DE-12 DE-91G DE-BY-TUM DE-739 DE-29T DE-20 DE-703 DE-634 DE-188 DE-83 |
physical | XVIII, 585 S. |
publishDate | 1992 |
publishDateSearch | 1992 |
publishDateSort | 1992 |
publisher | Kluwer |
record_format | marc |
spelling | Geddes, Keith O. 1947- Verfasser (DE-588)172524857 aut Algorithms for computer algebra K. O. Geddes ; S. R. Czapor ; G. Labahn Boston [u.a.] Kluwer 1992 XVIII, 585 S. txt rdacontent n rdamedia nc rdacarrier Mathematics of Computing -- Numerical Analysis. Datenverarbeitung Algebra Data processing Algorithms Algorithmus (DE-588)4001183-5 gnd rswk-swf Computeralgebra (DE-588)4010449-7 gnd rswk-swf Computeralgebra (DE-588)4010449-7 s Algorithmus (DE-588)4001183-5 s DE-604 Czapor, Stephen R. 1957- Verfasser (DE-588)172524865 aut Labahn, George 1951- Verfasser (DE-588)136812279 aut GBV Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=004234140&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Geddes, Keith O. 1947- Czapor, Stephen R. 1957- Labahn, George 1951- Algorithms for computer algebra Datenverarbeitung Algebra Data processing Algorithms Algorithmus (DE-588)4001183-5 gnd Computeralgebra (DE-588)4010449-7 gnd |
subject_GND | (DE-588)4001183-5 (DE-588)4010449-7 |
title | Algorithms for computer algebra |
title_auth | Algorithms for computer algebra |
title_exact_search | Algorithms for computer algebra |
title_full | Algorithms for computer algebra K. O. Geddes ; S. R. Czapor ; G. Labahn |
title_fullStr | Algorithms for computer algebra K. O. Geddes ; S. R. Czapor ; G. Labahn |
title_full_unstemmed | Algorithms for computer algebra K. O. Geddes ; S. R. Czapor ; G. Labahn |
title_short | Algorithms for computer algebra |
title_sort | algorithms for computer algebra |
topic | Datenverarbeitung Algebra Data processing Algorithms Algorithmus (DE-588)4001183-5 gnd Computeralgebra (DE-588)4010449-7 gnd |
topic_facet | Datenverarbeitung Algebra Data processing Algorithms Algorithmus Computeralgebra |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=004234140&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT geddeskeitho algorithmsforcomputeralgebra AT czaporstephenr algorithmsforcomputeralgebra AT labahngeorge algorithmsforcomputeralgebra |