javascript-cas
javascript-cas copied to clipboard
Vector differential can't be applied
Something broke it.
It should work like this:
var del = M('d / (dx)', {x: M('(x,y,z)')});
del.default(del.bound.x); // should equal 3.
del.default(del.bound.x.unbound.x); // should equal (1,0,0).