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
1 | initial version |
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) = Is it possible to define L as:
as:
L M
[d/dx] * m = [3]
[4]
?
Thanks?