Automated Inequality Proving And Discovering
eBook - ePub

Automated Inequality Proving And Discovering

Bican Xia, Lu Yang

Compartir libro
  1. 344 páginas
  2. English
  3. ePUB (apto para móviles)
  4. Disponible en iOS y Android
eBook - ePub

Automated Inequality Proving And Discovering

Bican Xia, Lu Yang

Detalles del libro
Vista previa del libro
Índice
Citas

Información del 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.

Preguntas frecuentes

¿Cómo cancelo mi suscripción?
Simplemente, dirígete a la sección ajustes de la cuenta y haz clic en «Cancelar suscripción». Así de sencillo. Después de cancelar tu suscripción, esta permanecerá activa el tiempo restante que hayas pagado. Obtén más información aquí.
¿Cómo descargo los libros?
Por el momento, todos nuestros libros ePub adaptables a dispositivos móviles se pueden descargar a través de la aplicación. La mayor parte de nuestros PDF también se puede descargar y ya estamos trabajando para que el resto también sea descargable. Obtén más información aquí.
¿En qué se diferencian los planes de precios?
Ambos planes te permiten acceder por completo a la biblioteca y a todas las funciones de Perlego. Las únicas diferencias son el precio y el período de suscripción: con el plan anual ahorrarás en torno a un 30 % en comparación con 12 meses de un plan mensual.
¿Qué es Perlego?
Somos un servicio de suscripción de libros de texto en línea que te permite acceder a toda una biblioteca en línea por menos de lo que cuesta un libro al mes. Con más de un millón de libros sobre más de 1000 categorías, ¡tenemos todo lo que necesitas! Obtén más información aquí.
¿Perlego ofrece la función de texto a voz?
Busca el símbolo de lectura en voz alta en tu próximo libro para ver si puedes escucharlo. La herramienta de lectura en voz alta lee el texto en voz alta por ti, resaltando el texto a medida que se lee. Puedes pausarla, acelerarla y ralentizarla. Obtén más información aquí.
¿Es Automated Inequality Proving And Discovering un PDF/ePUB en línea?
Sí, puedes acceder a Automated Inequality Proving And Discovering de Bican Xia, Lu Yang en formato PDF o ePUB, así como a otros libros populares de Mathematics y Discrete Mathematics. Tenemos más de un millón de libros disponibles en nuestro catálogo para que explores.

Información

Editorial
WSPC
Año
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...

Índice