Automated Inequality Proving And Discovering
eBook - ePub

Automated Inequality Proving And Discovering

Bican Xia, Lu Yang

Partager le livre
  1. 344 pages
  2. English
  3. ePUB (adapté aux mobiles)
  4. Disponible sur iOS et Android
eBook - ePub

Automated Inequality Proving And Discovering

Bican Xia, Lu Yang

DĂ©tails du livre
Aperçu du livre
Table des matiĂšres
Citations

À propos de ce livre

This is the first book that focuses on practical algorithms for polynomial inequality proving and discovering. It is a summary of the work by the authors and their collaborators on automated inequality proving and discovering in recent years. Besides brief introduction to some classical results and related work in corresponding chapters, the book mainly focuses on the algorithms initiated by the authors and their collaborators, such as real root counting, real root classification, improved CAD projection, dimension-decreasing algorithm, difference substitution, and so on. All the algorithms were rigorously proved and the implementations are demonstrated by lots of examples in various backgrounds such as algebra, geometry, biological science, and computer science.


Contents:

  • Preface
  • Basics of Elimination Method
  • Zero Decomposition of Polynomial System
  • Triangularization of Semi-Algebraic System
  • Real Root Counting
  • Real Root Isolation
  • Real Root Classification
  • Open Weak CAD
  • Dimension-Decreasing Algorithm
  • SOS Decomposition
  • Successive Difference Substitution
  • Proving Inequalities Beyond the Tarski Model


Readership: Researchers and graduate students in computational real algebraic geometry, optimization and artificial intelligence.

Foire aux questions

Comment puis-je résilier mon abonnement ?
Il vous suffit de vous rendre dans la section compte dans paramĂštres et de cliquer sur « RĂ©silier l’abonnement ». C’est aussi simple que cela ! Une fois que vous aurez rĂ©siliĂ© votre abonnement, il restera actif pour le reste de la pĂ©riode pour laquelle vous avez payĂ©. DĂ©couvrez-en plus ici.
Puis-je / comment puis-je télécharger des livres ?
Pour le moment, tous nos livres en format ePub adaptĂ©s aux mobiles peuvent ĂȘtre tĂ©lĂ©chargĂ©s via l’application. La plupart de nos PDF sont Ă©galement disponibles en tĂ©lĂ©chargement et les autres seront tĂ©lĂ©chargeables trĂšs prochainement. DĂ©couvrez-en plus ici.
Quelle est la différence entre les formules tarifaires ?
Les deux abonnements vous donnent un accĂšs complet Ă  la bibliothĂšque et Ă  toutes les fonctionnalitĂ©s de Perlego. Les seules diffĂ©rences sont les tarifs ainsi que la pĂ©riode d’abonnement : avec l’abonnement annuel, vous Ă©conomiserez environ 30 % par rapport Ă  12 mois d’abonnement mensuel.
Qu’est-ce que Perlego ?
Nous sommes un service d’abonnement Ă  des ouvrages universitaires en ligne, oĂč vous pouvez accĂ©der Ă  toute une bibliothĂšque pour un prix infĂ©rieur Ă  celui d’un seul livre par mois. Avec plus d’un million de livres sur plus de 1 000 sujets, nous avons ce qu’il vous faut ! DĂ©couvrez-en plus ici.
Prenez-vous en charge la synthÚse vocale ?
Recherchez le symbole Écouter sur votre prochain livre pour voir si vous pouvez l’écouter. L’outil Écouter lit le texte Ă  haute voix pour vous, en surlignant le passage qui est en cours de lecture. Vous pouvez le mettre sur pause, l’accĂ©lĂ©rer ou le ralentir. DĂ©couvrez-en plus ici.
Est-ce que Automated Inequality Proving And Discovering est un PDF/ePUB en ligne ?
Oui, vous pouvez accĂ©der Ă  Automated Inequality Proving And Discovering par Bican Xia, Lu Yang en format PDF et/ou ePUB ainsi qu’à d’autres livres populaires dans Mathematics et Discrete Mathematics. Nous disposons de plus d’un million d’ouvrages Ă  dĂ©couvrir dans notre catalogue.

Informations

Éditeur
WSPC
Année
2016
ISBN
9789814759137

Chapter 1

Basics of Elimination Method

Pseudo-division and resultant are two basic tools used by many elimination methods and are also frequently used in many algorithms in this book. So, we begin with an introduction to some related concepts and results.
If not specified in this chapter, R is a domain and univariate polynomials are in R[x]. The degree of f ∈ R[x] is denoted by deg(f, x) or deg(f).

1.1Pseudo-division

If K is a field, the Euclidean division in the Euclidean domain K[x] is well-known. For two polynomials f and g ≠ 0 in K[x], there exist q, r ∈ K[x] such that f = qg + r and deg(r, x) < deg(g, x). The polynomials q and r are called respectively the quotient and remainder of f divided by g and denoted by quo(f, g) and rem(f, g), respectively.
If R is a domain, the concept of division in R[x] is generalized to the so-called pseudo-division, for the element in R is not invertible in general.
Suppose
image
are polynomials in R[x] with m ≄ l. Construct a matrix as follows.
image
where all the other entries are zero except those of the coefficients of f and g. The ith column of M can be viewed as indexed by xm−i+1. That is to say,
image
If R is a field or, at least, bl is invertible, perform Gaussian elimination on M to get the following matrix
image
Then, the last row of the matrix is the remainder, i.e. r =
image
i=0l−1 rixi is the remainder of f divided by g, denoted as r = rem(f, g).
If bl is not invertible, we apply fraction-free Gaussian elimination on M as follows: First, multiply the last row by bl and minus the product of the first row by am. Suppose the ith step (1 ≀ i < m − l + 1) is completed and the ith entry of the last row is ci, multiply the last row by bl and minus the product of the ith row by ci. After m − l + 1 such transforma...

Table des matiĂšres