I have an equation which I try to plot and work with in Mathematica which is of the form
f(x,y) = (x^2 - a^2)^2 + x^2 y^2
Here x
and y
are independent variables and a
is a constant. What is the standard way of defining a function such as this: should the constants/parameters be present in the list of arguments or should this list just contain the independent variables? Alternatively, should the parameters be present in the argument list but as optional arguments (with default values)?