Computer algebra in the context of Algebraic function


Computer algebra in the context of Algebraic function

Computer algebra Study page number 1 of 1

Play TriviaQuestions Online!

or

Skip to study material about Computer algebra in the context of "Algebraic function"


⭐ Core Definition: Computer algebra

In mathematics and computer science, computer algebra, also called symbolic computation or algebraic computation, is a scientific area that refers to the study and development of algorithms and software for manipulating mathematical expressions and other mathematical objects. Although computer algebra could be considered a subfield of scientific computing, they are generally considered as distinct fields because scientific computing is usually based on numerical computation with approximate floating point numbers, while symbolic computation emphasizes exact computation with expressions containing variables that have no given value and are manipulated as symbols.

Software applications that perform symbolic calculations are called computer algebra systems, with the term system alluding to the complexity of the main applications that include, at least, a method to represent mathematical data in a computer, a user programming language (usually different from the language used for the implementation), a dedicated memory manager, a user interface for the input/output of mathematical expressions, and a large set of routines to perform usual operations, like simplification of expressions, differentiation using the chain rule, polynomial factorization, indefinite integration, etc.

↓ Menu
HINT:

In this Dossier

Computer algebra in the context of Computational mathematics

Computational mathematics is the study of the interaction between mathematics and calculations done by a computer.

A large part of computational mathematics consists roughly of using mathematics for allowing and improving computer computation in areas of science and engineering where mathematics are useful. This involves in particular algorithm design, computational complexity, numerical methods and computer algebra.

View the full Wikipedia page for Computational mathematics
↑ Return to Menu

Computer algebra in the context of Polynomial factorization

In mathematics and computer algebra, factorization of polynomials or polynomial factorization expresses a polynomial with coefficients in a given field or in the integers as the product of irreducible factors with coefficients in the same domain. Polynomial factorization is one of the fundamental components of computer algebra systems.

The first polynomial factorization algorithm was published by Theodor von Schubert in 1793. Leopold Kronecker rediscovered Schubert's algorithm in 1882 and extended it to multivariate polynomials and coefficients in an algebraic extension. But most of the knowledge on this topic is not older than circa 1965 and the first computer algebra systems:

View the full Wikipedia page for Polynomial factorization
↑ Return to Menu

Computer algebra in the context of Scientific calculator

A scientific calculator is an electronic calculator, either desktop or handheld, designed to perform calculations using basic (addition, subtraction, multiplication, division) and advanced (trigonometric, hyperbolic, etc.) mathematical operations and functions. They have completely replaced slide rules as well as books of mathematical tables and are used in both educational and professional settings.

In some areas of study and professions scientific calculators have been replaced by graphing calculators and financial calculators which have the capabilities of a scientific calculator along with the capability to graph input data and functions, as well as by numerical computing, computer algebra, statistical, and spreadsheet software packages running on personal computers. Both desktop and mobile software calculators can also emulate many functions of a physical scientific calculator. Standalone scientific calculators remain popular in secondary and tertiary education because computers and smartphones are often prohibited during exams to reduce the likelihood of cheating.

View the full Wikipedia page for Scientific calculator
↑ Return to Menu