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

How to solve non-linear equations via calcpad? #434

Open
YuXingMechanics opened this issue Dec 25, 2024 · 1 comment
Open

How to solve non-linear equations via calcpad? #434

YuXingMechanics opened this issue Dec 25, 2024 · 1 comment

Comments

@YuXingMechanics
Copy link

I meet a problem that need to solve a non-linear equation system with two eqns. Is there anyone know how to solve within calcpad? Or is it possible to use python in calcpad? Thx a lot!

@Proektsoftbg
Copy link
Owner

Hi!

This example shows how to solve systems of nonlinear equations in Calcpad by three different methods:
https://github.com/Proektsoftbg/Calcpad/blob/main/Examples/Mathematics/System%20of%20nonlinear%20equations.cpd

If there are only two equations and it is possible to eliminate one of it algebraically, you can try to reduce it to one equation and solve it bu using $Root or $Find.

In all cases, if the system has an algebraic solution, you can use some freely available symbolic CAS like https://www.symbolab.com/, find the equations and enter them directly.

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

2 participants