1 Pages (7 items)
how to use the "system of equations" function - Messages
#1 Posted: 12/31/2021 10:44:30 PM
#2 Posted: 1/1/2022 7:59:32 AM
Wrotehow to get the result of x, y without using the matrix? I tried solve and findroot, but can't get the value of x, y.
You can't use solve() for nonlinear equations. (more than one unknowns)
You can use roots(), FindRoot() or al_nleqsolve().
Here is your equation solved in various ways.
Regards
solvers.sm (10 KiB) downloaded 44 time(s).
#3 Posted: 1/1/2022 10:17:57 AM
#4 Posted: 1/1/2022 11:22:51 AM
Excellent reply!
FindRoot is better for my condition, I need units.
Thanks Overlord!

FindRoot is better for my condition, I need units.
Thanks Overlord!
WroteWrotehow to get the result of x, y without using the matrix? I tried solve and findroot, but can't get the value of x, y.
You can't use solve() for nonlinear equations. (more than one unknowns)
You can use roots(), FindRoot() or al_nleqsolve().
Here is your equation solved in various ways.
Regards
#5 Posted: 1/1/2022 11:25:11 AM
Thank you, Jean, you're right, I need more practice. 

WroteWrotehow to get the result of x, y without using the matrix ?
Matrix style is more commonly encountered in Engineering projects.
That add-on will enrich your future projects.
#6 Posted: 1/1/2022 3:38:12 PM
1 Pages (7 items)
-
New Posts
-
No New Posts