Hi, I want to compute the (in)definite integral of matrix valued function, for example
var('x'), f =matrix([[x,1],[x^2,2]]);
The command
integrate(f,x,0,1)
doesn't work. I expect matrix as a result - integrated by elements
1 | initial version |
Hi, I want to compute the (in)definite integral of matrix valued function, for example
var('x'), f =matrix([[x,1],[x^2,2]]);
The command
integrate(f,x,0,1)
doesn't work. I expect matrix as a result - integrated by elements
2 | No.2 Revision |
Hi, I want to compute the (in)definite integral of matrix valued function, for example
var('x'),
var('x')
f The command
integrate(f,x,0,1)
integrate(f,x,0,1)
doesn't work. I expect matrix as a result - integrated by elements