Sponsored links: Algebra eBooks
 

Help Index

A

B

C

D

E

F

G

H

I

J

K

L

M

N

O

P

Q

R

S

T

U

V

W

X

Y

Z

The Maxima on-line user's manual

Algebra Calculator

Search:

Facsum_combine

-- Global variable: facsum_combine Default value: true

facsum_combine controls the form of the final result returned by facsum when its argument is a quotient of polynomials. If facsum_combine is false then the form will be returned as a fully expanded sum as described above, but if true, then the expression returned is a ratio of polynomials, with each polynomial in the form described above.

The true setting of this switch is useful when one wants to facsum both the numerator and denominator of a rational expression, but does not want the denominator to be multiplied through the terms of the numerator.

(%o1)                                true
(%i2) 

Related Examples

combine-false-ratdenomdivide-ratexpand

ratexpand(((k1*(exp(-...

ratdenomdivide: false;

combine(%);

Calculate

combine-linsolve-sqrt

a:x+y+z=6;

b:x-2*y+z^2=2;

c:sqrt(x)+y-z=0;

Calculate

combine-expand-ratsimp-solve

p(t):=a*t^3+b*t^2+c*t+d;

s:solve([p(-1)=p0,p(0...

p2(t):=-(-p3+3*p2-3*p...

Calculate

combine-cos

combine(1 - cos(x+d)/...

Calculate

combine-false-ratdenomdivide-ratexpand

ratexpand(((k1*(exp(-...

ratdenomdivide: false;

combine(%);

Calculate

combine-linsolve-sqrt

a:x+y+z=6;

b:x-2*y+z^2=2;

c:sqrt(x)+y-z=0;

Calculate

combine-sqrt

combine(sqrt(x^2+y^2));

Calculate

combine-expand-ratsimp-solve

p(t):=a*t^3+b*t^2+c*t+d;

s:solve([p(-1)=p0,p(0...

p2(t):=-(-p3+3*p2-3*p...

Calculate

combine-cos

combine(1 - cos(x+d)/...

Calculate