I was hoping to use the symbolic toolbox to simplify or rearrange matrix equations, but it seems to always want to blow matrices out into individual components. Does anyone know if it's possible?
As an example, if would be great if it could recognize stuff like this:
http://en.wikipedia.org/wiki/Binomial_inverse_theorem
using matrix/vector variables. Or compute vector based derivatives: v'*M*v -> 2*v'*M, etc.
Can it be done? Or can I tell symbolic that M is a 4x4 without giving it individual elements, or even having to see individual elements in the results?
M
andv
function of other variables, i.ex
...? – user2536125