Maxima Function
wronskian ([f_1, ..., f_n], x)
Returns the Wronskian matrix of the functions f_1, ..., f_n in the variable x.
f_1, ..., f_n may be the names of user-defined functions, or expressions in the variable x.
The determinant of the Wronskian matrix is the Wronskian determinant of the set of functions. The functions are linearly dependent if this determinant is zero.
To use this function write first load(functs)
.