[sage-support] generate oriented graphs at random

2010-05-13 Thread vivek
Hi I need to generate oriented graphs at random or possibly create one from the graph generated by the function randomGNP. Here is the definition of oriented graphs -- http://mathworld.wolfram.com/OrientedGraph.html I am not able to do this correctly. I would be very thankful for any help. --

[sage-support] tracing function calls

2009-06-27 Thread vivek
Hi I have some functions which have more than one recursive calls within them. It becomes little harder to understand them. Is there any way that I can trace the recursive function calls (like the one in mathematica), possibly with parameter values? Thanks Vivek kumar

[sage-support] Re: regarding tensor products of vectors

2008-04-23 Thread vivek
Thanks a lot. With all the hints given, I am able to do all things that I initially intended to do. --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more o

[sage-support] regarding tensor products of vectors

2008-04-23 Thread vivek
Hi I was going through a book(on quantum computation) , which uses tensor products. I wanted to experiment with these tensor products. Is there any function like tensor_product(), which will take 2 or more vectors as input and return their tensor product? I tried to search but I couldn't find an