Re: [sage-support] Generating all solutions of a system over finite field in SAGE

2016-08-04 Thread Vinay Wagh
You can explore the inbuilt function `solve_mod`... You will have to input your system in the form of equations and not in form of a matrix. The function also accepts system of non-linear congruences! VInay On 4 August 2016 at 22:50, Juan Grados wrote: > I need a

Re: [sage-support] Re: Primary decomposition

2012-04-03 Thread Vinay Wagh
Yes, this is not yet implemented in Singular yet. Although GTZ algorithm gives error whereas SY algorithm clearly mentions Not implemented. If you are interested in char 0, and not specifically Complex, then using QQ instead of CC gives a workaround. As far as your example is concerned, it may

[sage-support] A simple question on modules.

2011-12-21 Thread Vinay Wagh
Sorry to ask such simple questions, but I am not able to find appropriate reference in the manual. I have a power series ring (or polynomial ring) in multi-variables, say R = k[X_1,\cdots, X_n] or k[[X_1,\cdots, X_n]]. I need to define a module over R, generated by f_1,f_2,\cdots,f_r. e.g. in

Re: [sage-support] Re: Install package behind proxy

2011-12-17 Thread Vinay Wagh
Thanks Maarten. I was able to install sage-mode by downloading it to a temporary directory and then sage -i PATH_TOSPKG_FILE. About the proxy, I managed a workaround in two ways: 1. exporting http_proxy=http://user:passwd@server:port/; from the commandline and then execute sage -i package_name.

[sage-support] Install package behind proxy

2011-12-12 Thread Vinay Wagh
Our institute network uses authenticated proxy. I am having trouble installing a package using *sage -i* OR *sage -f* from command-line. I am using sage-4.7.2 on Ubuntu 12.04 (development branch). I just tried to install *sage-mode*. The error is: Deleting directories

Re: [sage-support] Re: sagenb issues

2011-11-04 Thread Vinay Wagh
Oh! I wasn't aware that multivariable power series is a new addition... Thanks anyway... -- VInay On 2 November 2011 21:09, William Stein wst...@gmail.com wrote: On Wed, Nov 2, 2011 at 8:32 AM, Vinay Wagh wagh...@gmail.com wrote: On 2 November 2011 20:49, Jason Grout jason-s

Re: [sage-support] Re: sagenb issues

2011-11-02 Thread Vinay Wagh
I am not sure whether my problem has anything to do with the topic of this thread... I want to define a Power Series Ring over QQ. The following code works perfectly fine on my local computer (Ubuntu 11.10, Sage Version 4.7.1, Release Date: 2011-08-11), whereas if I give the same on sagenb.org it

Re: [sage-support] Re: sagenb issues

2011-11-02 Thread Vinay Wagh
On 2 November 2011 20:49, Jason Grout jason-s...@creativetrax.com wrote: On 11/2/11 10:15 AM, Vinay Wagh wrote: I am not sure whether my problem has anything to do with the topic of this thread... I want to define a Power Series Ring over QQ. The following code works perfectly fine on my

[sage-support] Minimal set of Generators(basis) for an ideal/module

2011-09-29 Thread VInay Wagh
I am working in a multi-variable polynomial ring over a field (e.g. QQ or CC). How do I get the minimal set of generators for an ideal I (or module M)? I am here referring to something I can do in Singular with the command minbase. (http://www.singular.uni-kl.de/Manual/latest/sing_266.htm)

Re: [sage-support] Re: Minimal set of Generators(basis) for an ideal/module

2011-09-29 Thread Vinay Wagh
@Volker Thanks for pointing that out... I had forgotten to mention that in my post. BY the way any idea, why such a restriction? Can we get away with that in sage (of course for that now we cant use Martin's code...) @Martin Thanks for the code. Actually I wanted to do this without going back and

[sage-support] Re: reducing ideal wrt another ideal

2011-09-28 Thread VInay Wagh
once again... -- VInay On Sep 28, 11:57 pm, john_perry_usm john.pe...@usm.edu wrote: Try this: sage: I3_red_I2 = R.ideal([p.reduce(I2gb) for p in I3gb]) regards john perry On Sep 28, 12:24 am, Vinay Wagh wagh...@gmail.com wrote: Suppose I have two ideals I J in k[X_1,\cdots,x_n

[sage-support] reducing ideal wrt another ideal

2011-09-27 Thread Vinay Wagh
(redece) is giving me an error. I am not getting what wrong I am doing... Thanks and regards -- VInay Wagh -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit