Maxima Help -- Command Prompt Input & Output, not GUI interface
Subject: Maxima Help -- Command Prompt Input & Output, not GUI interface
From: -Henry Hom
Date: Wed, 24 Aug 2011 02:54:52 +0000
How can I use Maxima under *Command Prompt* but *not in GUI interface*??I'm going to write a nicer and more helpful GUI interface that uses *free language*.First the user inputs?"solve x^2+5x+6=0 for x"Then my program translates "solve x^2+5x+6=0 for x" to?"solve([x^2+5*x+6=0],[x])"Now I have a big problem. how can I use Maxima in Command Prompt? like:maxima solve([x^2+5x+6=0],[x]) > output.tmpThen Maxima will output the result to output.tmpThen I can load output.tmp.?If you know how to?use Maxima in Command Prompt, please send a mail to henryhom(at)live.cn .
? ? ? ? ? ? ? ? ? ? Thanks a lot? ? ? ? ? ? ? ? ? ?Henry Hom (China)