>>> -> x:=104348/33215 >>> >>> 104348 >>> ------ >>> 33215 >>> >>> -> factor(numer x)/factor(denom x) >>> >>> 2 >>> 2 19 1373 >>> --------- >>> 5 7 13 73 >>> >>> but mathML output shows: >>> >>> 2 >>> 2 191373 >>> --------- >>> 571373 >>> >> >> The mathML lacks spaces so the factored form of the numerator >> and denominator look like random integers. The spaces need to >> be preserved in a factored object. So I'd expect the output >> to look like the algebra output. >> >> Tim >> >> >I forgot to CC the list on my last email. > >What I am wondering is if a space to denote multiplication is >best or would it be better,say, to put parentheses around the >factors. Adding the space would be easiest since at present >the multiplication is denoted by the "InvisibleTimes" entity: >⁢ which could easily be changed to a space.
I'd replace the InvisibleTimes character code to space to conform to the algebra output. Tim _______________________________________________ Axiom-developer mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/axiom-developer
