Ask Your Question

jamlatino's profile - activity

2023-09-05 08:05:45 +0200 received badge  Notable Question (source)
2021-10-12 12:45:29 +0200 received badge  Taxonomist
2020-05-24 23:43:43 +0200 received badge  Nice Question (source)
2020-05-24 09:12:54 +0200 received badge  Popular Question (source)
2014-04-30 05:33:25 +0200 received badge  Notable Question (source)
2014-04-16 09:42:32 +0200 received badge  Famous Question (source)
2013-03-08 08:37:26 +0200 received badge  Popular Question (source)
2013-01-29 04:40:51 +0200 received badge  Notable Question (source)
2012-05-14 22:57:43 +0200 received badge  Popular Question (source)
2012-05-07 01:43:01 +0200 received badge  Famous Question (source)
2012-01-23 16:34:04 +0200 received badge  Notable Question (source)
2011-11-16 15:19:19 +0200 received badge  Popular Question (source)
2011-06-29 13:06:00 +0200 received badge  Nice Question (source)
2011-06-28 19:45:38 +0200 asked a question sage vs. maxima for symbolic computation

Is there something that sage can do and maxima can´t? in other words, what are the advantages of using sage over maxima for symbolic manipulation? I´ve been using maxima for a while and I know it has some shortcomings, I´m impressed with sage and I know it uses maxima for symbolic manipulation but I would like to know if there is something to gain in moving completely to sage.

2011-06-27 17:28:39 +0200 asked a question using sage functions with data from octave

Hello, I´m trying to construct a histogram using octave within sage, but I don´t know how to use sage functions with data that comes from octave, here´s what I´m doing:

a = octave.normrnd(50,3,100,1) #this generates a column vector with normal random data
b = octave.hist(a) #this generates a histogram from the previous data

bar_chart(b)  # this is where I get the following error:

NotImplementedError: Unable to parse output

Is this something that has not been implemented as the message suggests or am I doing something wrong?

2011-06-20 21:39:57 +0200 received badge  Scholar (source)
2011-06-20 21:39:57 +0200 marked best answer Sage Virtual Machine sudo password?

The new VirtualBox machine that I built (sage-4.7 and newer, .ova extension) uses sage as password for both the root and the sage user account.

The sage user is indeed not in the sudoers file, I'll add that in some future release. So you need to su first, or press Alt-F1 to get to a different tty and login as root.

2011-06-20 21:39:19 +0200 commented answer Sage Virtual Machine sudo password?

excellent, worked like a charm! except that the command sudo aptitude is not valid for Fedora, but I researched a bit on the internet and used yum install.

2011-06-19 22:22:32 +0200 commented answer Sage Virtual Machine sudo password?

"sage is not in the sudoers file, this incident will be reported"

2011-06-19 22:22:09 +0200 commented answer Sage Virtual Machine sudo password?

nope, I already tried all 3 of them with no luck, if I enter "sage" I get the following message:

2011-06-19 17:50:44 +0200 received badge  Student (source)
2011-06-18 20:36:35 +0200 asked a question Sage Virtual Machine sudo password?

Hello, I´m a Linux newbie and I'm trying to install octave in the sage virtualbox virtual machine with the following command:

sudo aptitude install octave3.2

but I need to enter a password and I don´t know the password, can someone help?

2011-06-15 16:54:52 +0200 asked a question Using octave in windows

I´m using sage via VirtualBox virtual machine from windows 7. I searched how to use octave but all I find refers to linux. Help will be appreciated.