Mathcad Prime root vs SMath Studio roots/FindRoot

Mathcad Prime root vs SMath Studio roots/FindRoot - How to make SMath root function to behave like Mathcad Prime root function? - Messages

#1 Posted: 10/7/2024 2:11:16 PM
Cornel

Cornel

2 likes in 78 posts.

Group: User

Hi,

How to make Smath root function to work as in Mathcad Prime. Right now I am not interestead in find the solution with Solve or maple plugin. Only I want to know it it is possible to make Smath to behave the same way for this root function.

mathcadprimvssmath1.png
#2 Posted: 10/7/2024 3:40:48 PM
Cornel

Cornel

2 likes in 78 posts.

Group: User

Maybe as an idea on how to start, something like that: but using only one FindRoot, and iterating the radom(20)+i (second parameter of FindRoot)

3.png
#3 Posted: 10/7/2024 4:44:39 PM
Davide Carpi

Davide Carpi

1417 likes in 2873 posts.

Group: Moderator

Like this?

always remember to check the results, sometimes FindRoot might return a result far from the solution.

FindRoot_range_random.sm (9 KiB) downloaded 61 time(s).
2024-10-07 11_35_41-SMath Solver - [FindRoot_range_random.sm].png

If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#4 Posted: 10/7/2024 6:13:02 PM
Cornel

Cornel

2 likes in 78 posts.

Group: User


1.png
#5 Posted: 10/7/2024 6:24:39 PM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

maple-solve-optimization-numeric.JPG
Russia ☭ forever, Viacheslav N. Mezentsev
1 users liked this post
Davide Carpi 10/7/2024 6:26:00 PM
#6 Posted: 10/7/2024 6:30:21 PM
Cornel

Cornel

2 likes in 78 posts.

Group: User

Wrote

maple-solve-optimization-numeric.JPG



But this is the result with maple engine. The same result should not be obtained also with Maxima engine, as I showed above by using Solve? So, we need always to check the results with both engines? Seems strange then to me...
#7 Posted: 10/8/2024 12:41:36 AM
Cornel

Cornel

2 likes in 78 posts.

Group: User

uni, what I do dont yet understand îs why Maxima engine (by using Solve(f(x), x)) gives that "strânge" 4 results (different by maple and mathcad prime results)?
#8 Posted: 10/8/2024 1:20:46 AM
Alvaro Diaz Falconi

Alvaro Diaz Falconi

992 likes in 1674 posts.

Group: User

Some comments. The solutions for mathcad's solve and SMath's FindRoots are numerical, so they depend on the initial values, and are susceptible to returning wrong values, without this being considered a bug in the function itself. Therefore, Davide's recommendation to verify the solutions is very accurate. In addition, they can find numerous solutions to a second or fourth degree polynomial equation, even if there is a theorem that says they are exactly two and four respectively.

The solutions for Maple and Maxima are symbolic. If they were wrong, that is, they did not verify the initial equation, then it would be necessary to state that it is a bug in the program. But both systems return the same solution, except that they are expressed differently, which is perfectly valid. This is a way of showing that the solutions for Maple and Maxima are the same.

roots.sm (8 KiB) downloaded 72 time(s).

root.png

Best regards.
Alvaro.
1 users liked this post
#9 Posted: 10/8/2024 1:50:22 AM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

Imagine that the fourth root of -1 is the root of the imaginary unit and that is a 45 degree rotation. Rotate each solution from the unit vector by the appropriate angle in the desired direction.

In computer algebra, there is a problem with the output of equivalent expressions. If two solutions are equivalent, then the more compact textual representation is usually chosen for display. The symbolic engine can be asked to output in a different form. Such capabilities should be available.
Russia ☭ forever, Viacheslav N. Mezentsev
#10 Posted: 10/8/2024 3:20:43 AM
Cornel

Cornel

2 likes in 78 posts.

Group: User

Ok Alvaro, now I can understand. Thanks You all for all responses.
#11 Posted: 10/8/2024 2:52:53 PM
Martin Kraska

Martin Kraska

1222 likes in 2150 posts.

Group: Moderator

Note that you can use Assign() for more options to control the display of solutions given as boolean equations (here you want the numerical values). The side effect is that the equations are converted to assignments. This is actually the primary task of Assign().

Blatt32.png
Blatt32.sm (5 KiB) downloaded 77 time(s).
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
  • New Posts New Posts
  • No New Posts No New Posts