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:

Factorout

Function: factorout (<expr>, <x_1>, <x_2>, ...) Rearranges the sum <expr> into a sum of terms of the form f (<x_1>, <x_2>, ...)*g where g is a product of expressions not containing any <x_i> and f is factored.

p0:1/(1+R*C*(2/T*(z-1)/(z+1)));
p0, ratsimp;
z:1/iz;
p0, ratsimp;
p1:(1+iz)/((1+2*R*C/T)+(1-2*R*C/T)*iz);
p1, ratsimp;
p1, factor;
p2:(y+1/t*x)/(1+1/t);
factorout(p2, x,y);
expand(p2);

(%o1)                                true
(%i2) 

Related Examples

factorout

? factorout;

Calculate

factorout

? factorout;

Calculate