Let
A(t)=(f1(t), f2(t); f3(t), f4(t)) be a 2*2 matrix
first of all how can I define the matrix A(t)
as a function of t
then
I would like to define the determinant of A as a function, i.e.
d(t)=Det(A(t))
and then plot d(t)
.
Actually I want to write this function for n*n matrix where n>=2
thanks