This is probably a silly question, but I used Sage to solve a system of linear equations, and I got exact solutions, which involve a lot of linear combinations of e^a (a is a constant). I know Sage is for symbolic expressions, but in this particular case I honestly just want some Real values.
Is there a simple way to tell Sage to approximate these answers? Like a way to force converting e^a into a floating point number?
I'd appreciate any help.