Ask Your Question

Feckous's profile - activity

2020-03-22 08:12:00 +0200 received badge  Notable Question (source)
2019-10-05 15:17:41 +0200 received badge  Popular Question (source)
2017-05-30 19:07:45 +0200 received badge  Famous Question (source)
2016-09-05 07:21:39 +0200 received badge  Notable Question (source)
2016-04-22 14:19:06 +0200 received badge  Popular Question (source)
2015-03-26 20:59:28 +0200 received badge  Supporter (source)
2015-03-23 17:18:15 +0200 commented question CloudSage. Few projects in the same time.

Also how to have a look how much RAM i am using now?

2015-03-23 17:05:20 +0200 asked a question CloudSage. Few projects in the same time.

If i will put longtime computations (8 hours each) on in different projects they will be doing at the same time or one after another? And if they are doing at the same time how many of them are allowed to do? And how much RAM is admeasured for each project (approximately) if i am doing mostly multiplication of matrices, and finding their rank?

2015-03-20 03:41:49 +0200 received badge  Student (source)
2015-03-18 20:03:38 +0200 received badge  Scholar (source)
2015-03-17 17:21:53 +0200 received badge  Editor (source)
2015-03-17 17:17:22 +0200 asked a question How to input from file?

I have a file with set of matrices in a file. How to put them into array of matrices in sage? Example of file:

[1,0,0]
[0,1,0]
[1,1,1]

[0,1,0]
[1,0,0]
[0,0,1]