I have a symbolic expression
1/9sqrt(3)(2sqrt(3)x^2e^(1/2sqrt(3)) + 3xe^(1/2*sqrt(3)))
If possible, I would like these in numeric form as
1.37262 x+1.58496 x^2
Is there a function which does it?
1 | initial version |
I have a symbolic expression
1/9sqrt(3)(2sqrt(3)x^2e^(1/2sqrt(3)) + 3xe^(1/2*sqrt(3)))
If possible, I would like these in numeric form as
1.37262 x+1.58496 x^2
Is there a function which does it?
I have a symbolic expressionexpression ( a variable polynomial of n degree)
1/9sqrt(3)(2sqrt(3)x^2e^(1/2sqrt(3)) + 3xe^(1/2*sqrt(3)))
If possible, I would like these in numeric form as
1.37262 x+1.58496 x^2
Is there a function which does it?
I have a symbolic expression ( a variable polynomial of n degree)
1/9sqrt(3)(2sqrt(3)x^2e^(1/2sqrt(3))
1/9*sqrt(3)*(2*sqrt(3)*x^2*e^(1/2*sqrt(3))
+ If possible, I would like these in numeric form as
1.37262 x+1.58496 Is there a function which does it?