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
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
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