On Thursday, September 13, 2012 9:46:38 AM UTC+2, moritz wrote:
>
> Note: The first time I tried to post this it didn't show on the google
> groups UI, so I try again..
> ---
>
> Let's consider a system of linear equations with integer coefficients:
>
> What is the best way to find an inte
On 09/13/2012 03:46 PM, moritz wrote:
Note: The first time I tried to post this it didn't show on the google
groups UI, so I try again..
I can't help you with your math problem, but I did receive your earlier
message via gmane, although it doesn't show up in google groups for me too.
http://
Okay, I got the simplification by doing
sage: f.expand().simplify()
while
sage: f.simplify()
or
sage: f.simplify_full()
did actually not work...
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To post to this group, send email to sage-supp
Hello,
can anyone tell me how I can use sage to check that the following two
(fairly simple) expressions coincide. Some unneeded background: both come
from identities in character theory for complex reflection groups, Sage was
able to solve similar expressions, see below, and this is the smalle
On 9/13/12 3:17 AM, Simon King wrote:
I agree that the new google groups are buggy, I believe that it is bad
that one can not decide to use the old google groups, and that's why I
stopped using them - I'm following the Sage groups via slrn.
I use thunderbird and the gmane mirror:
http://dir.gm
Hi Moritz,
On 2012-09-13, moritz wrote:
> --=_Part_3962_6668500.1347522292802
> Content-Type: text/plain; charset=ISO-8859-1
> The message did not appear on sage-support if one views it on google
> groups, and still can't be seen.
I agree that the new google groups are buggy, I believe tha
Note: The first time I tried to post this it didn't show on the google
groups UI, so I try again..
---
Let's consider a system of linear equations with integer coefficients:
n=3
m=5
A=random_matrix(ZZ,n,m)
b=random_vector(ZZ,n)
What is the best way to find an integer vector x such that
Two days ago I tried to post on this list, using the UI of google groups.
The message did not appear on sage-support if one views it on google
groups, and still can't be seen.
However, on gmane the message appeared, so I guess it also appeared to
people who subscribed via E-Mail.
Anyhow, I wi