Automated Inequality Proving And Discovering
eBook - ePub

Automated Inequality Proving And Discovering

Bican Xia, Lu Yang

Condividi libro
  1. 344 pagine
  2. English
  3. ePUB (disponibile sull'app)
  4. Disponibile su iOS e Android
eBook - ePub

Automated Inequality Proving And Discovering

Bican Xia, Lu Yang

Dettagli del libro
Anteprima del libro
Indice dei contenuti
Citazioni

Informazioni sul libro

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.

Domande frequenti

Come faccio ad annullare l'abbonamento?
È semplicissimo: basta accedere alla sezione Account nelle Impostazioni e cliccare su "Annulla abbonamento". Dopo la cancellazione, l'abbonamento rimarrà attivo per il periodo rimanente già pagato. Per maggiori informazioni, clicca qui
È possibile scaricare libri? Se sì, come?
Al momento è possibile scaricare tramite l'app tutti i nostri libri ePub mobile-friendly. Anche la maggior parte dei nostri PDF è scaricabile e stiamo lavorando per rendere disponibile quanto prima il download di tutti gli altri file. Per maggiori informazioni, clicca qui
Che differenza c'è tra i piani?
Entrambi i piani ti danno accesso illimitato alla libreria e a tutte le funzionalità di Perlego. Le uniche differenze sono il prezzo e il periodo di abbonamento: con il piano annuale risparmierai circa il 30% rispetto a 12 rate con quello mensile.
Cos'è Perlego?
Perlego è un servizio di abbonamento a testi accademici, che ti permette di accedere a un'intera libreria online a un prezzo inferiore rispetto a quello che pagheresti per acquistare un singolo libro al mese. Con oltre 1 milione di testi suddivisi in più di 1.000 categorie, troverai sicuramente ciò che fa per te! Per maggiori informazioni, clicca qui.
Perlego supporta la sintesi vocale?
Cerca l'icona Sintesi vocale nel prossimo libro che leggerai per verificare se è possibile riprodurre l'audio. Questo strumento permette di leggere il testo a voce alta, evidenziandolo man mano che la lettura procede. Puoi aumentare o diminuire la velocità della sintesi vocale, oppure sospendere la riproduzione. Per maggiori informazioni, clicca qui.
Automated Inequality Proving And Discovering è disponibile online in formato PDF/ePub?
Sì, puoi accedere a Automated Inequality Proving And Discovering di Bican Xia, Lu Yang in formato PDF e/o ePub, così come ad altri libri molto apprezzati nelle sezioni relative a Mathematics e Discrete Mathematics. Scopri oltre 1 milione di libri disponibili nel nostro catalogo.

Informazioni

Editore
WSPC
Anno
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 fR[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, rK[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 ml. 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 < ml + 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 ml + 1 such transforma...

Indice dei contenuti