Hi!
I'm trying to linearize a function f which is dependent of 4 variables, each one dependent of time.
f[var1_,var2_,var3_,var4_]:= ... expression
I use Series[f, {var1,var10 ,1},{var2,var20 ,1},...] syntax
as I read on the documentation center.
The problem is that the program...