Re: [sage-support] exponents with units of measurement?

2014-09-03 Thread Brian Sherson
Don’t feel too bad, it took me a while to discover that method. :) ~Brian On 09/01/2014 08:40 PM, Hal Snyder wrote: how could I have missed that? Thank you! On Monday, September 1, 2014 10:35:11 PM UTC-5, shersonb wrote: Try the .simplify_radical() method. ~Brian -- You received thi

Re: [sage-support] exponents with units of measurement?

2014-09-01 Thread Hal Snyder
how could I have missed that? Thank you! On Monday, September 1, 2014 10:35:11 PM UTC-5, shersonb wrote: > > Try the .simplify_radical() method. > > ~Brian > -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and

Re: [sage-support] exponents with units of measurement?

2014-09-01 Thread Brian Sherson
Try the .simplify_radical() method. ~Brian On 09/01/2014 08:31 PM, Hal Snyder wrote: Is there a way to simplify sqrt(some_unit_of_measurement^2) without knowing what's in the expression? Often a chain of computations will lead to a result like the following: 7.5 * sqrt(units.length.meter^2)

[sage-support] exponents with units of measurement?

2014-09-01 Thread Hal Snyder
Is there a way to simplify sqrt(some_unit_of_measurement^2) without knowing what's in the expression? Often a chain of computations will lead to a result like the following: 7.5 * sqrt(units.length.meter^2) I would sage to simplify the units and give me 7.50*meter but haven't foun