2018-07-12 04:34:34 -0600 | received badge | ● Popular Question (source) |
2018-01-31 18:10:39 -0600 | received badge | ● Popular Question (source) |
2013-06-25 12:08:34 -0600 | received badge | ● Nice Question (source) |
2012-10-03 10:11:25 -0600 | received badge | ● Student (source) |
2012-09-11 22:04:15 -0600 | asked a question | Can I access my notebook worksheets in another computer via my account? Normally, I was using my desktop for sage 5.1. But my computer has broken and I must access some of worksheets that I created in virtualbox. Can I do? |
2012-09-11 20:28:12 -0600 | asked a question | Can I access my notebook worksheets in another computer via my account? Normally, I was using my desktop for sage 5.1. But my computer has broken and I must access some of worksheets that I created in virtualbox. Can I do? |
2012-09-08 08:47:13 -0600 | asked a question | How to use elements of cartesian product of two groups? I want to have a group G = Sym(4) x Sym(4). I try this to define G: " G = CartesianProduct([SymmetricGroup(4)] , [SymmetricGroup(4)]) " Thank you for help. |
2012-09-06 09:48:26 -0600 | marked best answer | Python compiler in Sage Notebook Evaluating On sagenb.org: The first few characters tell me that it's using Python 2.7.3, in either case. Edit: if you want to check the version number in some code, it's probably better to use |
2012-09-06 09:48:26 -0600 | received badge | ● Scholar (source) |
2012-09-05 11:16:01 -0600 | received badge | ● Supporter (source) |
2012-09-05 11:02:26 -0600 | asked a question | Python compiler in Sage Notebook Do you know which version of Python has been providing in Sage Notebook? |