javascript-cas icon indicating copy to clipboard operation
javascript-cas copied to clipboard

Vector differential can't be applied

Open aantthony opened this issue 11 years ago • 0 comments

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

aantthony avatar Apr 09 '14 14:04 aantthony