I was going through the following discussions
Is this a linear or non linear model, and why?
How to identify models as linear or non-linear?
In the above discussions, users have submitted some equations and want to know if they represent a linear or a non-linear model along with the reason.
By looking at these examples, I am curious to know how we classify a model to be linear /non-linear when we are given the model description in vectored form. Note that the examples given in the above discussions were not presented in vectored form (expressed as multiplication of matrices, their dot products, inverses etc.) rather they were given in equation form.
What aspects can be used to separate a linear model from a non-linear model when they are presented in vectored form. Any useful tips/observations based on properties of matrices etc.
For example, consider a very trivial case, $F(x,y) = x^{T}Wy$. Can we classify this model as linear or non-linear using matrix properties etc.