I'm having this problem when trying to solve this equation in Maple.
$f(x) = x^{4}-27.9000678$
Each time i try to run the solve command Maple returns me this weird answer: proc (x) 1/10*RootOf(500*_Z^4-139500339,label = _L3) end proc
Is this related to my software or could it be a bug within the program? Can you experts please help me to bypass this or suggest me an alternate solution?. Thanks in advance.
The issue is with how you have
fdeclared. If you wantfto be a function, use:This returns:
Otherwise if you use your code (where
fis declared as a variable) then the following will work: