Hello,
Given the following function
f(x)=1/(x+1)^(1/3)
I would like to assign the 3 roots of this function to three different functions; say f1(x),f2(x),f3(x). How can I do that with sage?
1 | initial version |
Hello,
Given the following function
f(x)=1/(x+1)^(1/3)
I would like to assign the 3 roots of this function to three different functions; say f1(x),f2(x),f3(x). How can I do that with sage?
Hello,
Given the following function
f(x)=1/(x+1)^(1/3)
I would like to assign the 3 roots of this function to three different functions; say f1(x),f2(x),f3(x). How can I do that with sage?