Reals
Verfügbar
The domain of real numbers used with Element and related functions
Reals
Reduce[x ^ 5 - 2x + 1 == 0, x, Reals]
→ x == 1 || x == Root[-1 + #1 + #1^2 + #1^3 + #1^4 & , 1, 0] || x == Root[-1 + #1 + #1^2 + #1^3 + #1^4 & , 2, 0] || x == Root[-1 + #1 + #1^2 + #1^3 + #1^4 & , 3, 0] || x == Root[-1 + #1 + #1^2 + #1^3 + #1^4 & , 4, 0](x | y | 1)∈Reals
→ Element[x | y, Reals]Reals//TraditionalForm
→ TraditionalForm[Reals] Alle 6300 Funktionen ·
Dies aus einem MCP-Client verwenden