Difference between revisions of "ResidualPlot Command"

From GeoGebra Manual
Jump to: navigation, search
m (1 revision: new commands)
Line 1: Line 1:
 
 
<noinclude>{{Manual Page|version=4.0}}</noinclude>
 
<noinclude>{{Manual Page|version=4.0}}</noinclude>
 
{{command|chart}}
 
{{command|chart}}
;ResidualPlot[ <List of Points>, <Function> ]
+
;ResidualPlot[ <List of Points L>, <Function f> ]
:{{description}}
+
:Returns a list of points whose x-coordinates are equal to x-coordinates of elements of L and y-coordinates are residuals with respect to ''f''. When ''i''-th element of L is a point (a,b), ''i''-th element of result is ''(a,b-f(a))''.

Revision as of 01:37, 6 June 2011



ResidualPlot[ <List of Points L>, <Function f> ]
Returns a list of points whose x-coordinates are equal to x-coordinates of elements of L and y-coordinates are residuals with respect to f. When i-th element of L is a point (a,b), i-th element of result is (a,b-f(a)).
© 2024 International GeoGebra Institute