Difference between Matlab and Wolfram Alpha
Ältere Kommentare anzeigen
These problems might occure frequently due to the varied syntax. This time it's about:
solve(x^2-8*x+15<=1)
what gives (according to Matlab): pi and 4. That's wrong or not what I ask for. In contrast Wolfram Alpha gives after typing in the same piece of code the correct solution (in my point of view.) Why is that?
Akzeptierte Antwort
Weitere Antworten (1)
Cam Salzberger
am 31 Jul. 2020
0 Stimmen
Hey Niklas,
Technically, both pi and 4 are "correct" results, as if you plug them in, they will fulfill the condition. I think what you are looking for is using the solution = solve(___, "ReturnConditions", true) syntax, as suggested by the solving inequalities example in the documentation.
Also, it would generally be helpful to post what you got from Wolfram as well, so we know what you're expecting.
-Cam
1 Kommentar
Niklas Kurz
am 31 Jul. 2020
Bearbeitet: Niklas Kurz
am 31 Jul. 2020
Kategorien
Mehr zu Mathematics finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!