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

The application of Gaussian elimination matrix resulted in incorrect single terms #7

Open
Sife-shuo opened this issue Aug 7, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Sife-shuo
Copy link
Member

The simple problem recurrence code is as follows

var a=new Chemistry.Equation("CH3CHO+Cu(OH)2+NaOH=CH3COONa+CuO2+H2O");
console.log(a+"");
console.log(a.trim());
console.log(a+"");
console.log(a)

Balancing this equation will fail because the last term in the triangular form has only one valid value

@Sife-shuo Sife-shuo added the bug Something isn't working label Aug 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant