Tagged Questions

0
votes
1answer
19 views

Looking for software suite to perform partial evaluation to reduce constants

Hi, We have need in our product to do partial evaluation to simplify expressions that contain both variables and constants. Goal is to combine terms algebraically to reduce the constants whenever …
0
votes
1answer
69 views

computer algebra soft to minimize the number of operations in a set of polynomials

hello I have systems of polynomials, fairly simple polynomial expressions but rather long to optimize my hand. Expressions are grouped in sets, and in a given set there are common terms in several …
11
votes
9answers
3k views

Best open-source Mathematica equivalent

What is the best open-source equivalent for Mathematica? My requirements are: (most important) Must be a real computer algebra system (CAS). Notably, I don't want Matlab clones -- I want something …
3
votes
4answers
242 views

Algorithmically get Amplitude and Phase of Sine wave?

I'm trying to figure out a way to algorithmically get the amplitude and phase of a function that has sinusoidal terms in the Maxima computer algebra system. This only applies to steady state (as t -> …
0
votes
1answer
56 views

Is There a Way to Rationalize a Decimal in Pari/GP?

I'm looking for an automated way to turn a decimal value into a fraction in the PARI/GP calculator (gp). For example, I want to turn 0.759765625 into 389/512. I know I can do this manually by typing …
5
votes
4answers
293 views

Introduction to computer algebra systems?

Does anybody know of any resources (books, classes, lecture notes, or anything) about the general theory of computer algebra systems (e.g. mathematica, sympy)? "Introductory" materials are preferred, …