[sage-support] Re: Using multifactorial function in Sage/Eclipse

2013-08-23 Thread Asad Akhlaq
, August 21, 2013 11:30:14 PM UTC-7, Asad Akhlaq wrote: After a long struggle I am able to run my sage code in Eclipse. But I am getting few errors when I run my code that runs without any error in sage notebook. Congratulations! For example using for loop, gives me error if I

[sage-support] Re: Using multifactorial function in Sage/Eclipse

2013-08-23 Thread Asad Akhlaq
So I should use iPython in eclipse? Should I set iPython as interpreter in eclipse instead of python? On Saturday, 24 August 2013 06:44:08 UTC+9:30, Asad Akhlaq wrote: Thanks for your reply but what is the solution to these problems? What should I do to get correct results in Eclipse? I am

[sage-support] Using multifactorial function in Sage/Eclipse

2013-08-22 Thread Asad Akhlaq
Hi, After a long struggle I am able to run my sage code in Eclipse. But I am getting few errors when I run my code that runs without any error in sage notebook. For example using for loop, gives me error if I write for k in [0..10] , I need to change it to for k in range(0,11) ... (I

Re: [sage-support] Re: Sage Speed Issues

2013-06-12 Thread Asad Akhlaq
Hi, Thank you all for your reply. @leif ** Also, you should probably be aware of the facts that a^(n+1) = a^n * a factorial(n+1) = factorial(n) * (n+1) * I

[sage-support] Re: Sage Speed Issues

2013-06-11 Thread Asad Akhlaq
the BER. I also tried it in MATLAB but it is also very slow. Is it possible to modify my code to make it fast ??? I hope to hear from you soon again. Thanks Assad On Tuesday, 11 June 2013 09:26:04 UTC+9:30, Asad Akhlaq wrote: Hi, I am expanding the Taylor series for an 8-dimensional exponential

[sage-support] Re: Sage Speed Issues

2013-06-11 Thread Asad Akhlaq
I am also trying to use Sage's built in 'taylor' command and it is also very slow. On Tuesday, 11 June 2013 16:30:29 UTC+9:30, Asad Akhlaq wrote: Hi William, Thanks for your reply. Actually I have exponential function f(u) in 8-dimensions and I am using the general formula for Taylor

[sage-support] Sage Speed Issues

2013-06-10 Thread Asad Akhlaq
Hi, I am expanding the Taylor series for an 8-dimensional exponential function and Sage is taking too much time as the the number of terms are increased. I am using Sage in notebook through VirtualBox. If I use Sage through terminal on my own PC, will it faster its execution? Any other

Re: [sage-support] Connection among the vertices on a plane or hyperplane

2013-03-06 Thread Asad Akhlaq
know if I have a one-to-one connection among all the 21 vertices in the new polytope? Is there any procedure to investigate that whether there is a connection among vertices? Thanks Assad On Wednesday, 6 March 2013 12:52:10 UTC+10:30, Anton Sherwood wrote: On 2013-3-05 16:04, Asad Akhlaq

Re: [sage-support] Connection among the vertices on a plane or hyperplane

2013-03-06 Thread Asad Akhlaq
OK sir. Thank you very much for your reply. On Thursday, 7 March 2013 15:29:41 UTC+10:30, Anton Sherwood wrote: On 2013-3-06 17:51, Asad Akhlaq wrote: Thanks for your reply. One more question please. In the original simplex I have 9 vertices and each vertex is connected to 8 others

Re: [sage-support] Connection among the vertices on a plane or hyperplane

2013-03-05 Thread Asad Akhlaq
22:21, Asad Akhlaq wrote: I am solving a problem where I want know that whether certain vertices on a hyperplane are connected to each other or not (i.e there exists an edge between two vertices). Say in a 2D plane, if I have 3 or more vertices (points), how can I decide that if all

[sage-support] Connection among the vertices on a plane or hyperplane

2013-03-04 Thread Asad Akhlaq
Hi, I am solving a problem where I want know that whether certain vertices on a hyperplane are connected to each other or not (i.e there exists an edge between two vertices). Say in a 2D plane, if I have 3 or more vertices (points), how can I decide that if all or some of these vertices are

[sage-support] Best operating system for using sage in eclipse

2013-02-07 Thread Asad Akhlaq
Hi, Please anyone can tell me that what is the best operating system to use sage in eclipse? So that I can easily install sage and integrate it with eclipse. Thank you Assad -- You received this message because you are subscribed to the Google Groups sage-support group. To unsubscribe from

[sage-support] A Question about Sage's Feasibility

2013-02-05 Thread Asad Akhlaq
Hi Dr. William, I received your reply on sage-support a few days ago. I just want to ask that is it possible to plot 2D projections of root systems (e.g. D6, E6, E7, E8 etc.) using sage? I am in search of proper software that can help me implement these systems. My initial work will

[sage-support] line of intersection of two planes

2013-02-05 Thread Asad Akhlaq
Hi, If anyone can help me to find the line of intersection of two planes. I can plot two planes in sage as follows: plane1 = plot3d((6 - 3*x - 2*y)/6, (x, -5, 5), (y, -6, 6)) plane2 = plot3d((2 + 2*x + 9*y)/11, (x, -5, 5), (y, -6, 6)) plane1 + plane2 shows me the 3D graph. I can see the

[sage-support] Re: line of intersection of two planes

2013-02-05 Thread Asad Akhlaq
Thank you John On Wednesday, 6 February 2013 15:29:45 UTC+10:30, John H Palmieri wrote: On Tuesday, February 5, 2013 8:24:31 PM UTC-8, Asad Akhlaq wrote: Hi, If anyone can help me to find the line of intersection of two planes. I can plot two planes in sage as follows: plane1 = plot3d

[sage-support] Sage's Feasibility for Plotting 2D Projections of Root Systems (D6, E7,E8 etc)

2013-02-05 Thread Asad Akhlaq
Hi, I just want to know that is it possible to plot 2D projections of root systems (e.g. D6, E6, E7, E8 etc.) using sage? I am in search of proper software that can help me implement these systems. My initial work will concentrate on calculating the voronoi cells of different lattices and

[sage-support] Voronoi Cell of Lattices in Sage

2013-02-04 Thread Asad Akhlaq
Hi, Anyone can please introduce me to plotting Voronoi cells of Lattices (i.e. the projection in 2D of lattices say A3 or A8) in Sage? I mean what should be the first step to start with. I am a newbie in this field as well as Sage. Hope to receive a positive feedback. Thanks Assad -- You

[sage-support] Re: How to use Sage with Eclipse on Windows 7

2013-01-31 Thread Asad Akhlaq
Still waiting to hear from you guys. Any help? On Wednesday, 30 January 2013 12:57:19 UTC+10:30, Asad Akhlaq wrote: Hi, I am a new user of Sage. I have installed Python, Aptana Studio 3 and Sage (using VM Virtualbox). I found following explanation on this group but it is still confusing

Re: [sage-support] Re: How to use Sage with Eclipse on Windows 7

2013-01-31 Thread Asad Akhlaq
Thank you for your kind reply. Cheers Assad Akhlaq On Friday, 1 February 2013 08:49:07 UTC+10:30, William wrote: On Thu, Jan 31, 2013 at 11:54 AM, Asad Akhlaq assad@gmail.comjavascript: wrote: Still waiting to hear from you guys. Any help? Unfortunately, it is not possible

Re: [sage-support] Re: How to use Sage with Eclipse on Windows 7

2013-01-31 Thread Asad Akhlaq
, Asad Akhlaq assad@gmail.comjavascript: wrote: Still waiting to hear from you guys. Any help? Unfortunately, it is not possible to use Sage with Eclipse on Windows, because there is no native port of Sage to Windows. Sorry. William On Wednesday, 30 January 2013 12:57:19

[sage-support] Re: How to use Sage with Eclipse on Windows 7

2013-01-31 Thread Asad Akhlaq
OK. Thanks for the information. Regards Assad On Friday, 1 February 2013 12:37:28 UTC+10:30, Dima Pasechnik wrote: On 2013-02-01, Asad Akhlaq assad@gmail.com javascript: wrote: --=_Part_333_18658373.1359682782275 Content-Type: text/plain; charset=ISO-8859-1 Hi

[sage-support] How to use Sage with Eclipse on Windows 7

2013-01-30 Thread Asad Akhlaq
Hi, I am a new user of Sage. I have installed Python, Aptana Studio 3 and Sage (using VM Virtualbox). I found following explanation on this group but it is still confusing for me to setup. http://www.mailinglistarchive.com/html/sage-support@googlegroups.com/2012-01/msg00011.html it says that