[sage-support] Multivariate integration in Sage

2008-12-03 Thread Vijay
Hi: Is there a way to do multivariate integration in Sage? I tried to look in the FAQ and other documents but could not find a suitable answer. The closest I came to was the module sage.crypto.mq.mpolynomialsystem, but I don't think this is what I am looking for. Thanks. --~--~-~--~~

[sage-support] Re: Multivariate integration in Sage

2008-12-03 Thread Vijay
Jason: Perfect; thank you. This is exactly what I was looking for. I am just too lazy to evaluate a multivariate probability density function manually. Regards, - vijay On Dec 3, 3:30 pm, Jason Grout <[EMAIL PROTECTED]> wrote: > Vijay wrote: > > Hi: Is there a way to

[sage-support] Problem in multivariate integration in Sage

2008-12-04 Thread Vijay
Hi: I am trying to evaluate a double integral (since I cannot put LaTeX, the 'S' below stands for the integral sign:) 1 sqrt(x) S S 4xy - y^3 dy dx 0 x^3 This is what I put into sage: sage: var('x,y') (x, y) sage: f=4*x*y-y^3 sage: print f

[sage-support] Re: Problem in multivariate integration in Sage

2008-12-04 Thread Vijay
t; <[EMAIL PROTECTED]> wrote: > On Thu, Dec 4, 2008 at 12:57 PM, Vijay <[EMAIL PROTECTED]> wrote: > > > Hi: I am trying to evaluate a double integral (since I cannot put > > LaTeX, the 'S' below > > stands for the integral sign:) > > >     1      s

[sage-support] Re: Problem in multivariate integration in Sage

2008-12-04 Thread Vijay
ing the assume command.) I think the latter is more intuitive; in fact, I would go as far as to do something like this: ... Is x positive or negative? (Try the assume(x>0) command before integral evaluation) Thanks, - vijay --~--~-~--~~~---~--~~ To post t

[sage-support] Plotting a joint probability density function

2008-12-29 Thread Vijay
Hi: Is there a way to plot a joint probability density function in Sage? I looked at 3D plots in the Sage reference manual (http://www.sagemath.org/doc/ref/ node29.html) but could not find anything close. For example, here is a simple joint probability density function: { 2 : x

Re: [sage-support] Re: SAGE IOS app

2013-09-06 Thread Vijay Sharma
Jason/Dima, Is the server for Sage IOS app support shut down? Best, Vijay On Wed, Oct 24, 2012 at 8:59 AM, P Purkayastha wrote: > > > On Wednesday, October 24, 2012 10:32:25 AM UTC+8, kcrisman wrote: >> >> >> >> On Tuesday, October 23, 2012 8:42:42 PM UTC-4,

[sage-support] Sage Cell Served in Wordpress based site

2013-09-25 Thread Vijay Sharma
t;</a>;> $(function(){sagecell.makeSagecell({inputLocation:'.sage'})}); 1+2 But when I compile it I am not able to get the cell server on my site. Could you please help as how I can integrate it here? Sincerely, Vijay Sharma *http://about.me/vijay.strings* -- You received this

[sage-support] Re: Sage Cell Served in Wordpress based site

2013-09-25 Thread Vijay Sharma
Hello all, I found out an article at: http://www.ocf.berkeley.edu/~morawski/blog/hindsight-is-2020-how-to-embed-sage-in-wordpress-posts-or-anywhere/ and could resolve this problem. Thank you very much. Regards, Vijay On Wed, Sep 25, 2013 at 4:10 PM, Vijay Sharma wrote: > Hello, >

[sage-support] Old sws file format not uploading to SAGE server

2013-11-08 Thread Vijay Sharma
file is just a bzip2 tarball; take a look inside! Return to *Upload File* <http://www.sagenb.org/upload>." Kindly let me know how to resolve this issue. -- Sincerely, Vijay Sharma *http://about.me/vijay.strings <http://about.me/vijay.strings>* -- You received this message because

[sage-support] Help

2010-12-23 Thread vijay sharma
Hello Could you help me to install the binaries of SAGE? I downloaded the SAGE binary for Fedora. But when I ran *./sage* command, I am getting the following error: - cannot execute the binary. Regards Vijay -- To post to this group, send email to sage-support@googlegroups.com To

Re: [sage-support] Help

2010-12-25 Thread vijay sharma
ed to internet. Does it mean that I need to connect to internet. But I want to have a SAGE server on my machine. Kindly let me know what steps I need to follow further. Thanks for your reply. Regards Vijay On Sat, Dec 25, 2010 at 10:55 AM, Dr. David Kirkby wrote: > On 12/24/10 06:23 AM, vija

Re: [sage-support] Re: Help

2010-12-30 Thread vijay sharma
Hello All Great for all your help. I am now able to get notebook. Actually the problem was: my Work Offline mode was on so I could not start things. I unchecked the work offline mode and now things are working. Thanks to everybody. Wishes for happy new year. Regards Vijay On Sun, Dec 26

Re: [sage-support] Dual of an ideal

2012-09-04 Thread vijay sharma
Cindy, Could you elaborate little more, what is precisely you need. Regards, Vijay On Tue, Sep 4, 2012 at 12:42 PM, David Loeffler wrote: > What exactly do you mean by the dual of an ideal? Do you mean dual > with respect to the trace pairing, so the dual of the ideal (1) is the >

[sage-support] Union of two Affine varieties

2012-10-17 Thread vijay sharma
Hello, I see that I can take intersection of two affine varieties but there is no union function provided. Please guide me if I am missing something. Regards, Vijay -- You received this message because you are subscribed to the Google Groups "sage-support" group. To post to this g

[sage-support] Re: Union of two Affine varieties

2012-10-17 Thread vijay sharma
happening. Regards, Vijay On Thu, Oct 18, 2012 at 1:36 AM, vijay sharma wrote: > Hello, > > I see that I can take intersection of two affine varieties but there is no > union function provided. > Please guide me if I am missing something. > > Regards, > Vijay > -- You

[sage-support] SAGE IOS app

2012-10-22 Thread Vijay Sharma
Hello, I observe that it takes really long time on SAGE IOS even for trivial computations like 2+3. I suspected it could be that my internet is down but then at Wolfram Alpha I am able to do even complex computation very fast. Any suggestions on this. Regards, Vijay -- You received this

Re: [sage-support] Re: SAGE IOS app

2012-10-22 Thread Vijay Sharma
Dima, Thank you very much. I have SAGE Server locally installed on both my office laptop and home laptop. Could you help me how should I re-direct it to these local SAGE servers? I too would like to ace over Wolfram Alpha :):):) Thanks & Regards, Vijay On Mon, Oct 22, 2012 at 6:23 PM,

Re: [sage-support] Re: SAGE IOS app

2012-10-22 Thread Vijay Sharma
Hello, It took quite long. I submitted it in afternoon and it is not yet finished. 2+5 also is still running. I downloaded from the App Store so I believe it must be the latest one. Regards, Vijay On Mon, Oct 22, 2012 at 9:11 PM, Jason Grout wrote: > On 10/22/12 10:34 AM, Dima Pasechnik wr

Re: [sage-support] Re: SAGE IOS app

2012-10-22 Thread Vijay Sharma
Dima, Thanking you again. Definitely I can try and see if it goes fine. It will be really great to have something like SAGE on my IPAD. Regards, Vijay On Tue, Oct 23, 2012 at 12:10 AM, Vijay Sharma wrote: > Hello, > > It took quite long. I submitted it in afternoon and it is not yet

Re: [sage-support] Re: SAGE IOS app

2012-10-22 Thread Vijay Sharma
Jason, May I share that I access my internet through my office wireless and currently I am working from home. I will try it tomorrow and let you know. Really appreciate your quick feedback here. Thanking you Regards, Vijay On Tue, Oct 23, 2012 at 12:31 AM, Jason Grout wrote: > On 10/22/1

Re: [sage-support] Re: SAGE IOS app

2012-10-23 Thread Vijay Sharma
Jason, Now at least the computations like sum and simple commands are getting executed. But it took long like an hour. But commands like plot3D etc. are taking huge time. Still running. Regards, Vijay On Tue, Oct 23, 2012 at 12:41 AM, Vijay Sharma wrote: > Jason, > > May I sha

Re: [sage-support] Re: SAGE IOS app

2012-10-23 Thread Vijay Sharma
Sure Jason, I can try after one week. Also let me know if you need a helping hand for some coding. I am not that advanced but can give an attempt to contribute something. Regards, Vijay On Tue, Oct 23, 2012 at 7:12 PM, Ivan Andrus wrote: > Could you give a specific example? I am not see

Re: [sage-support] Re: SAGE IOS app

2012-10-23 Thread Vijay Sharma
Ivan, I can try things on simulator. I can spend time mostly on weekends. Hope that is fine. May be let me start from testing as of now and then I take up things further. Regards, Vijay On Wed, Oct 24, 2012 at 12:15 AM, Ivan Andrus wrote: > That could be useful. What skills do you h

[sage-support] Re: Phase Space 3D

2015-01-03 Thread VIJAY BHASKAR SEMWAL فيجاي بهاسكار
can you help me to plot such plot On Thursday, 18 October 2012 18:14:01 UTC+5:30, Doaa El-Sakout wrote: > > Hi everyone, > I would like to know, how can I plot phase space in 3D using SAGE. > When I Google it, I found it using Matlab. > > Any suggestions, > Doaa > -- You received this messa