Tagged Questions
4
votes
2answers
326 views
How do I solve N simultaneous equations for N variables?
I have a function:
f[x_] := x + 31 x^3 + 5 x^25
Which I want to find an expansion for:
...