Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Diiferential Operator

Hi eveyone,

Assuming:

f(x) = 3*x

g(x) = 4*x

m = matrix([[f],[g]])

Is it possible to define L as: L M [d/dx] * m = [3] [4] ?

Thanks

Diiferential Operator

Hi eveyone,

Assuming:

f(x) = 3*x

g(x) = 4*x

m = matrix([[f],[g]])

Is it possible to define L as: L M [d/dx] * m = [3] [4] ?

Thanks

Diiferential OperatorDifferential operator

Hi eveyone,

Assuming:

f(x) = 3*x

3*x g(x) = 4*x

4*x

m = matrix([[f],[g]])

matrix([[f],[g]])

Is it possible to define L as: as:

   L          M
[d/dx]  *   m  =  [3]
                     [4]
?

Thanks?