Skip to content
This repository was archived by the owner on May 27, 2023. It is now read-only.
This repository was archived by the owner on May 27, 2023. It is now read-only.

Vector differential can't be applied #7

@aantthony

Description

@aantthony

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions