login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for #401 unparse generates Fortran function names revision 1 of 9

1 2 3 4 5 6 7 8 9
Editor: page
Time: 2007/11/12 16:57:33 GMT-8
Note:

changed:
-
In an email with subject::

  Axiom: Printing multiple variables in axiom.

to axiom-math on Nov 11, 2007 3:10 PM Constantine Frangos reported that:

I am getting the result below for y.

However, the output I actually want is::

  "cos(x2) + 2*x1"

or even better::

  cos(x2) + 2*x1

Is this possible ?

\begin{axiom}
y := cos(x2) + 2x1
unparse(y::INFORM)
\end{axiom}


Submitted by : page at: 2007-11-12T16:57:33-08:00 (16 years ago)
Name :
Axiom Version :
Category : Severity : Status :
Optional subject :  
Optional comment :

In an email with subject:

  Axiom: Printing multiple variables in axiom.

to axiom-math on Nov 11, 2007 3:10 PM Constantine Frangos reported that:

I am getting the result below for y.

However, the output I actually want is:

  "cos(x2) + 2*x1"

or even better:

  cos(x2) + 2*x1

Is this possible ?

axiom
y := cos(x2) + 2x1 Cannot find a definition or applicable library operation named 2 with argument type(s) Variable x1 Perhaps you should use "@" to indicate the required return type, or "$" to specify which version of the function you need. unparse(y::INFORM)
LatexWiki Image(1)
Type: String