PartialFractions Command

From GeoGebra Manual
Revision as of 21:12, 9 March 2013 by Zbynek (talk | contribs) (Text replace - "<div class="box info"> 48px|left This page is part of the official manual for print and pdf. For structural reasons normal users can't edit this page. If you found any errors on this page please contact )
Jump to: navigation, search



PartialFractions[ <Function> ]
Yields, if possible, the partial fraction of the given function for the main function variable. The graph of the function is plotted in Graphics View.
Example:
PartialFractions[x^2 / (x^2 - 2x + 1)] yields 1 + \frac{2}{x - 1} + \frac{1}{(x-1)²}.

CAS Syntax

PartialFractions[ <Function> ]
Yields, if possible, the partial fraction of the given function for the main function variable.
Example:
PartialFractions[x^2 / (x^2 - 2 x + 1)] yields 1 + \frac{2}{x - 1} + \frac{1}{(x-1)²}.
PartialFractions[ <Function>, <Variable> ]
Yields, if possible, the partial fraction of the given function for the given function variable.
Example:
PartialFractions[a^2 / (a^2 - 2a + 1), a] yields 1 + \frac{2}{a - 1} + \frac{1}{(a-1)²}.
© 2024 International GeoGebra Institute