solve "abs(x)=2" and question in "print" function



Resending.

I made a typo.

sprint(concat("Hi There,", ascii(10),"My Name is Maxima.", ascii(10), "How are you today"))$

I forgot the s before sprint,

sorry.

Rich

----- Original Message ----- 
From: "Raymond Toy" <raymond.toy at ericsson.com>
To: "?? ????" <bear.tw at hotmail.com>
Cc: "Adam" <maxima at math.utexas.edu>
Sent: Tuesday, October 28, 2008 1:01 PM
Subject: Re: [Maxima] solve "abs(x)=2" and question in "print" function


?? ???? wrote:
>> > 2. the print function that has 'new line ' (i.e skip line ) function ??
>> > as follow : I want to give a question and it have 2 sub items
>> >
>> > A:[1,2], B:[3,4],C:[8,7],solve
>> > (1) the mid p oint of A,,B
>> > (2) th! e gravity point of the triangle ABC
>> >
>> > I usual ly typing :
>> > print ('A:[1,2], B:[3,4],C:[8,7],solve (1) the mid p oint of A,,B
> (2) the gravity point of the triangle ABC');

Why not use 3 prints, one for each line?  Or even something like

print("A:[1,2]
(1) the midpoint
(2) the gravity point");

Ray



--------------------------------------------------------------------------------


_______________________________________________
Maxima mailing list
Maxima at math.utexas.edu
http://www.math.utexas.edu/mailman/listinfo/maxima