Difference between revisions of "ResidualPlot Command"

From GeoGebra Manual
Jump to: navigation, search
Line 2: Line 2:
 
{{command|chart}}
 
{{command|chart}}
 
;ResidualPlot[ <List of Points L>, <Function f> ]
 
;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))''.
+
: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''. If ''i''-th element of L is a point ''(a,b)'' then ''i''-th element of result is ''(a,b-f(a))''.

Revision as of 01:38, 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. If i-th element of L is a point (a,b) then i-th element of result is (a,b-f(a)).
© 2024 International GeoGebra Institute