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

Cannot solve a linear system #608

Open
WhiteBlackGoose opened this issue Nov 17, 2022 · 1 comment
Open

Cannot solve a linear system #608

WhiteBlackGoose opened this issue Nov 17, 2022 · 1 comment
Labels
Minor bug Minor bugs that don't affect the overall computations

Comments

@WhiteBlackGoose
Copy link
Member

The version I use: AngouriMath prerelease

Unexpected behaviour or bug: Cannot solve

2 * x_1 * (-66) - 6 * x_2 + 24 * x_3 - 12 * x_4 + 270 = 0
-6 * x_1 - 2 * x_2 * 74 - 8 * x_3 + 4 * x_4 - 440 = 0
24 * x_1 - 8 * x_2 - 2 * x_3 * 59 - 16 * x_4 - 190 = 0
-12 * x_1 + 4 * x_2 - 16 * x_3 - 2 * x_4 * 71 + 20 = 0

WA finds a root

@WhiteBlackGoose WhiteBlackGoose added the Minor bug Minor bugs that don't affect the overall computations label Nov 17, 2022
@WhiteBlackGoose
Copy link
Member Author

We need some check, if it's a system of linear equations with no parameters, we can solve it using matrix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Minor bug Minor bugs that don't affect the overall computations
Projects
None yet
Development

No branches or pull requests

1 participant