Asus eee pc and Maple

I'm considering to buy an Asus Eee Pc 4G, but before I'd like to know if Maple 11 can smoothly run on it (at least with classic interface).
Is there somebody who has tried it?

Thank you!

roman_pearce's picture

Maple on eee pc

It can probably be made to work, however you should be comfortable hacking around in Linux. The EeePC uses a custom Linux distribution, so installing software could be difficult (I don't actually know). It is said to have 1.3GB free space out of the box, of which Maple will use 650MB. It has a 900MHz low voltage Intel chip and 512MB of RAM, so the Java interface is going to be very slow and possibly unusable. The classic interface should be fine for you to use but it is very obsolete if you need to open other peoples' worksheets. If you just use the classic or command line interfaces then the EeePC would be a nice little machine. 800x480 is a very low resolution though.

For what it's worth, I used to run Maple 10 on a 133MHz Pentium w/ 48MB of RAM. It was quite slow but it did the job admirably. I found the 800x600 resolution to be a little constricting, so I'm not sure about 800x480. The EeePC has ten times more CPU and memory, so it should actually run Maple quite well. Just don't expect too much from it. It won't be fast. You won't want to run the Java interface. The small screen will be annoying. But at $400 and 2 lb you can take it anywhere.

Thank you, Roman !

Thank you, Roman, for your kind reply.
I don't mind too much about "hacking around in Linux" nor about the small screen, my main concern is about the speed of execution of Maple commands and plots, since the cpu of EeePc, even if it is a 900 MHz Intel Celeron-M ULV 353 processor, runs only at 630MHz to save power consumption, i.e. it barely fulfils the minimum system requirements.
I don't expect too much from an EeePc, I'm just considering to use it as a powerful CAS and graphic calculator , but I wondered if it was too annoyingly slow to use it for such task...
Your answer has quite reassured me, thank you!

jpmay's picture

Maple Installs and Runs on Eee

For what it is worth, I was able to install and run the Maple Standard GUI on an Asus Eee 701 (4 GB SSD and 512 MB RAM).  The space is pretty tight on the SSD, so I installed to an ext2 formatted SDHC card, but if you started with a full 1.3 GB free, you would probably have enough space to install it directly to the SSD.  If you just have the 700MB free for Maple, you can play some games to use a USB stick or SD card as tmp space,  and still install just fine.

Anyway, I plan to mostly run TTY maple on this.  Some initial tests show that it is about 1/4 to 1/3 the speed of my Core2 desktop machine running some solve() benchmarks.

John

Compact Maple Install?

I just got a eee pc and I plan to install maple on it.  The maple install process doesn't seem to have a compact install option, but it seems like a lot of the 700 megs is probably not necessary.  Any one have any ideas about what is safe to remove? It looks like it should be safe to remove the examples directories, as well as the java and jre directories.  Is anything else safe to remove?

roman_pearce's picture

compress worksheets and help pages plz

It should be safe to remove examples and examplesclassic (70 MB). I'm not sure if you can delete the java and jre directories, even if you're content to not use the java interface. The best place to save space is in the lib directory. The mla files are Maple code, so it would be best not to delete that. The hdb files are help files and there are a lot of them. For example:
- SDictionary (62 MB).
- StdWdExamples (50 MB)
- StdWsTask/Tour/Applications/Manuals (72 MB)

I don't know how well Maple functions without these files, but it should work. The lib/classic directory has another dictionary file (55 MB).

I wish Maplesoft would implement automatic compression. It's not rocket science. gzip -1 (fastest) compresses these files by a factor of 5. You implement it once, and then everyone's worksheets are smaller and Maple's footprint is much smaller. It's not hard, just use zlib.

Thanks

Thanks Roman.  Does anyone else know if maple will function without the JRE directories if I only plan to use the classic and command line interfaces?  Or if I need java, is it possible to use the system-wide Java installation?

Java in Classic

is used by the File > Preferences box, sadly.

I think that except for Mac, Maple does not use the system-wide Java installation.

Help to Maple install on eeePc

Hi,

I got problems installing Maple12 on my new eeePc900

The problem is that of insufficient space on /tmp. I have tried follow the guide at http://manuals.itc.virginia.edu/maple/home.html and run the commands

export IATEMPDIR=/pathname
setenv IATEMPDIR /pathname

but the setenv  command does not seem to exist.

 

I would appreciate any ideas that will help

acer's picture

those are alternatives

I think that the idea is to run just one of those. The first (export) is for Bourne shell (or its relatives like bash and zsh) while the second (setenv) is for C shell (or tcsh).

If the first worked for you, then you shouldn't need to run the second.

acer

thank you

Thank you. The export command (alone) helped and I am now running maple, as I am writing.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
}