How to represent hex number in Maxima?



You represent integers as integers. There is no need to "represent" them 
differently
inside maxima.

 If you address your questions as
(1) How can I read an integer into Maxima starting from a hexadecimal?
   and
(2) How can I print an integer from Maxima in hexadecimal notation?

Then it is possible to come up with answers.  Which do you want to do? Both?

RJF
Wen Xi wrote:
> Hi, guys,
>
> When I wrote 0x20 in hex mode, it report error.
>
> (%i2) 0x20;
> Incorrect syntax: X20 is not an infix operator
> 0x20;
>    ^
>
> Is there other way to represent hex number.
>
> Thanks,
> Ed.
> ------------------------------------------------------------------------
>
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
>