LinearFunctionQ
LinearFunctionQ[func]⟹out
determines if the provided func is a linear function in the form of (a#+b)&, where a is the non-zero slope of the line, b is the y-intercept, and the # is the independent variable.
LinearFunctionQ[func]⟹out
determines if the provided func is a linear function in the form of (a#+b)&, where a is the non-zero slope of the line, b is the y-intercept, and the # is the independent variable.