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

Feature: Simplify/resolve system of equations #189

Open
snowyu opened this issue Aug 23, 2024 · 1 comment
Open

Feature: Simplify/resolve system of equations #189

snowyu opened this issue Aug 23, 2024 · 1 comment
Labels
feature New feature or enhancement

Comments

@snowyu
Copy link

snowyu commented Aug 23, 2024

const expr = ce.parse(`\\begin{cases}x+y=70\\\\2x-4y=80\\end{cases}`);
console.log(expr.latex);
// \begin{cases}x+y=70&\top\\2x-4y=80&\top\end{cases}

Can a system of linear equations with multiple variables be simplified?

@arnog arnog added the feature New feature or enhancement label Aug 23, 2024
@arnog
Copy link
Member

arnog commented Aug 23, 2024

This is not currently supported, but would make a great addition.

@arnog arnog changed the title Can not express the multivariate linear equations by latex Feature: Simplify/resolve system of equations Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or enhancement
Development

No branches or pull requests

2 participants