Ask Your Question

AndrewAndrew's profile - activity

2024-05-08 01:16:07 +0100 commented answer What does undef mean

Understood. Very grateful for the help.

2024-05-08 01:15:47 +0100 received badge  Supporter (source)
2024-05-06 10:38:25 +0100 commented question Easy way to round polynomial coefficients?

OK. Very grateful. The outcome of that is: 2.67e493*t^3.00*x - 1.93e247*x The first term there means there are 493 de

2024-05-06 10:38:12 +0100 commented question Easy way to round polynomial coefficients?

OK. Very grateful. The outcome of that is: 2.67e493*t^3.00*x - 1.93e247*x The first term there means there are 493 de

2024-05-06 09:54:52 +0100 commented question Easy way to round polynomial coefficients?

OK. Very grateful. The outcome of that is: 2.67e493*t^3.00*x - 1.93e247*x The first term there means there are 493 de

2024-05-06 09:54:37 +0100 commented question Easy way to round polynomial coefficients?

OK. Very grateful. The outcome of that is: 2.67e493t^3.00x - 1.93e247*x The first term there means there are 493 decim

2024-05-06 08:45:57 +0100 commented question Easy way to round polynomial coefficients?

var('tx, x, t') from sage.symbolic.expression_conversions import ExpressionTreeWalker y = 2.66778786276411e493*t^3*

2024-05-06 08:41:38 +0100 commented question Easy way to round polynomial coefficients?

var('tx, x, t') from sage.symbolic.expression_conversions import ExpressionTreeWalker y = 2.66778786276411e493*t^3*

2024-05-06 08:41:12 +0100 commented question Easy way to round polynomial coefficients?

var('tx, x, t') from sage.symbolic.expression_conversions import ExpressionTreeWalker y = 2.66778786276411e493*t^3*

2024-05-06 08:40:54 +0100 commented question Easy way to round polynomial coefficients?

var('tx, x, t') from sage.symbolic.expression_conversions import ExpressionTreeWalker y = 2.66778786276411e493*t^3*

2024-05-06 07:26:05 +0100 edited question Easy way to round polynomial coefficients?

Easy way to round polynomial coefficients? y = 2.66778786276411e493t^3x - 1.93258971534823e247*x round(y,2) or somethin

2024-05-06 07:22:37 +0100 edited question Easy way to round polynomial coefficients?

Easy way to round polynomial coefficients? y = 2.66778786276411e493t^3x - 1.93258971534823e247*x round(y,2) or somethin

2024-05-06 07:18:56 +0100 edited question Easy way to round polynomial coefficients?

Easy way to round polynomial coefficients? y = 2.66778786276411e493t^3x - 1.93258971534823e247*x round(y,2) or somethin

2024-05-06 07:18:32 +0100 edited question Easy way to round polynomial coefficients?

Easy way to round polynomial coefficients? y = 2.66778786276411e493t^3x - 1.93258971534823e247*x round(y,2) or somethin

2024-05-06 07:18:12 +0100 edited question Easy way to round polynomial coefficients?

Easy way to round polynomial coefficients? y = 2.66778786276411e493t^3x - 1.93258971534823e247*x round(y,2) or somethin

2024-05-06 07:16:53 +0100 edited question Easy way to round polynomial coefficients?

Easy way to round polynomial coefficients? y = 2.66778786276411e493t^3x - 1.93258971534823e247*x round(y,2) or somethin

2024-05-06 07:16:18 +0100 edited question Easy way to round polynomial coefficients?

Easy way to round polynomial coefficients? y = 2.66778786276411e493t^3x - 1.93258971534823e247*x round(y,2) or somethin

2024-05-06 07:15:44 +0100 asked a question Easy way to round polynomial coefficients?

Easy way to round polynomial coefficients? y = 2.66778786276411e493t^3x - 1.93258971534823e247*x round(y,2) or somethin

2024-05-06 06:43:13 +0100 commented question What does undef mean

Thanks for investigating. I see the point. As an alternative is there a way to round the expression? round(y,10) <- s

2024-05-05 10:43:48 +0100 received badge  Student (source)
2024-05-05 10:42:55 +0100 edited question What does undef mean

What does undef mean Am getting terms with expressions like: 7.10000000000000undef + 3.98967171417774e277x That is 7.1

2024-05-05 10:42:03 +0100 edited question What does undef mean

What does undef mean Am getting terms with expressions like: 7.10000000000000undef + 3.98967171417774e277x That is 7.1

2024-05-05 10:41:31 +0100 edited question What does undef mean

What does undef mean Am getting terms with expressions like: 7.10000000000000undef + 3.98967171417774e277x That is 7.1

2024-05-05 10:10:44 +0100 edited question What does undef mean

What does undef mean Am getting terms with expressions like: 7.10000000000000undef + 3.98967171417774e277x That is 7.1

2024-05-05 10:09:41 +0100 received badge  Editor (source)
2024-05-05 10:09:41 +0100 edited question What does undef mean

What does undef mean Am getting terms with expressions like: 7.10000000000000undef + 3.98967171417774e277x what does u

2024-05-05 10:08:47 +0100 asked a question What does undef mean

What does undef mean Am getting terms with expressions like: 7.10000000000000undef + 3.98967171417774e277x what does u

2023-11-09 19:57:34 +0100 asked a question Why won't sage math evaluate this expression?

Why won't sage math evaluate this expression? var('u_5 u beta') y = u - u_5 + beta*(exp(u)-u-4) beta = 1.0 u_5 = -4.0 p