Question: How to grab a variable

Hi all,

I have the following:

> e1 := {x1(t), x2(t)};

                            e1 := {x1(t), x2(t)}
> op(1, e1);

                                    x1(t)
> op(2, e1);

                                    x2(t)


But I need to grab the independant variable "t".  An idea would be nice.

Thanks

Mario

Please Wait...