Re: [sage-support] Sage switching denominators

2015-06-27 Thread John Cremona
On 27 June 2015 at 13:07, Matt Lykins matt.lyk...@gmail.com wrote: Hello All, I am somewhat new to sage and I have come across a potential problem. I am trying to use an equation like (A/B)+C. When I have sage read it back to me it shows up as (A/C)+B. Am I doing something wrong or is this a

Re: [sage-support] Sage switching denominators

2015-06-27 Thread David Joyner
Look more carefully at your var statement. There's a typo. Sent from TypeMail On Jun 27, 2015, 08:12, at 08:12, Matt Lykins matt.lyk...@gmail.com wrote: Hello All, I am somewhat new to sage and I have come across a potential problem. I am trying to use an equation like (A/B)+C. When I have

[sage-support] Sage switching denominators

2015-06-27 Thread Matt Lykins
Hello All, I am somewhat new to sage and I have come across a potential problem. I am trying to use an equation like (A/B)+C. When I have sage read it back to me it shows up as (A/C)+B. Am I doing something wrong or is this a bug? Here is a screenshot. -- You received this message because

Re: [sage-support] Sage switching denominators

2015-06-27 Thread Matt Lykins
Thanks for the help. Here is the old var statement: dr, r1, r2, dphi_0, lda = var('dr r1 r2 lda dphi_0') Here is what it should have been: dr, r1, r2, lda, dphi_0 = var('dr r1 r2 lda dphi_0') On Saturday, June 27, 2015 at 9:58:42 AM UTC-4, David Joyner wrote: Look more carefully at your var

Re: [sage-support] Sage switching denominators

2015-06-27 Thread Nils Bruin
On Saturday, June 27, 2015 at 5:14:33 PM UTC+2, Matt Lykins wrote: Thanks for the help. Here is the old var statement: dr, r1, r2, dphi_0, lda = var('dr r1 r2 lda dphi_0') Here is what it should have been: dr, r1, r2, lda, dphi_0 = var('dr r1 r2 lda dphi_0') More importantly, in order to