Difference between revisions of "PartialFractions Command"

From GeoGebra Manual
Jump to: navigation, search
m (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 )
(command syntax: changed [ ] into ( ))
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|cas=true|function}}
{{command|cas=true|function}}
+
;PartialFractions( <Function> )
;PartialFractions[ <Function> ]
+
:Yields, if possible, the [[w:Partial fraction|partial fraction]] of the given function for the main function variable. The graph of the function is plotted in the [[File:Menu view graphics.svg|link=|16px]] [[Graphics View]].  
:Yields, if possible, the [[w:Partial fraction|partial fraction]] of the given function for the main function variable. The graph of the function is plotted in [[Graphics View]].  
+
:{{example|1=<code><nowiki>PartialFractions(x^2 / (x^2 - 2x + 1))</nowiki></code> yields ''1 + <math>\frac{1}{(x - 1}</math> + <math>\frac{2}{x-1}</math>''.}}
:{{example|1=<div><code><nowiki>PartialFractions[x^2 / (x^2 - 2x + 1)]</nowiki></code> yields 1 + <math>\frac{2}{x - 1}</math> + <math>\frac{1}{(x-1}</math>.</div>}}
+
 
==CAS Syntax==
+
{{hint|1=
;PartialFractions[ <Function> ]
+
In the [[File:Menu view cas.svg|link=|16px]] [[CAS View]] you can also use the following syntax:
:Yields, if possible, the partial fraction of the given function for the main function variable.
+
<br>
:{{example|1=<div><code><nowiki>PartialFractions[x^2 / (x^2 - 2 x + 1)]</nowiki></code> yields 1 + <math>\frac{2}{x - 1}</math> + <math>\frac{1}{(x-1)²}</math>.</div>}}
+
;PartialFractions( <Function>, <Variable> )
;PartialFractions[ <Function>, <Variable> ]
 
 
:Yields, if possible, the partial fraction of the given function for the given function variable.
 
:Yields, if possible, the partial fraction of the given function for the given function variable.
:{{example|1=<div><code><nowiki>PartialFractions[a^2 / (a^2 - 2a + 1), a]</nowiki></code> yields 1 + <math>\frac{2}{a - 1}</math> + <math>\frac{1}{(a-1)²}</math>.</div>}}
+
:{{example|1=<code><nowiki>PartialFractions(a^2 / (a^2 - 2a + 1), a)</nowiki></code> yields ''1 + <math>\frac{1}{(a - 1}</math> + <math>\frac{2}{(a-1)}</math>''.}}
 +
}}

Latest revision as of 09:42, 9 October 2017


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 the Menu view graphics.svg Graphics View.
Example: PartialFractions(x^2 / (x^2 - 2x + 1)) yields 1 + \frac{1}{(x - 1)²} + \frac{2}{x-1}.


Note Hint: In the Menu view cas.svg CAS View you can also use the following syntax:


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{1}{(a - 1)²} + \frac{2}{(a-1)}.
© 2024 International GeoGebra Institute