Ask Your Question

Mbochk's profile - activity

2016-04-11 23:47:43 +0200 received badge  Famous Question (source)
2015-11-08 10:57:15 +0200 received badge  Taxonomist
2015-05-20 01:08:50 +0200 received badge  Notable Question (source)
2014-07-23 01:54:16 +0200 received badge  Popular Question (source)
2012-04-04 08:37:24 +0200 asked a question global variables

If I have a global variable N, how can i set N = smth inside of defined function?

def foo()
  N = 10

doesn't change global N, because Sage makes N local variable.

2012-03-22 03:34:41 +0200 received badge  Nice Answer (source)
2012-02-03 10:42:13 +0200 received badge  Teacher (source)
2012-02-03 09:11:01 +0200 answered a question Matrix of variables required, or is it there already?

Yes. You can change base ring to Symbolic Ring, or pre-determine it with lambda construction

2012-02-03 08:54:57 +0200 received badge  Supporter (source)
2012-02-03 08:34:31 +0200 asked a question weight orders

I found that installed Sage on my VM Ubuntu can't create weighted TermOrders. Using 'Force = True' results in a ring with just lex order. Reinstalling doesn't help.

Copying from http://sagemath.org/doc/reference/sag... results in Error massage: "verbose 0 (388: term_order.py, __init__) Term ordering 'wdegrevlex' unknown"

how can i fix that problem?