Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Systems of Equations #18

Closed
aliang8 opened this issue Jun 17, 2017 · 1 comment
Closed

Systems of Equations #18

aliang8 opened this issue Jun 17, 2017 · 1 comment

Comments

@aliang8
Copy link

aliang8 commented Jun 17, 2017

{  type: System, args: [ equation1, equation2, ... ] }

Example:

{ type: System, args: [ { type: Apply, op: 'eq', args: [x + 2 = 1] }, { type: Apply, op: 'eq', args: [x = 1] } } 
@aliang8 aliang8 closed this as completed Jun 17, 2017
@aliang8
Copy link
Author

aliang8 commented Jun 17, 2017

Addressed in #12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant