|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
sin(x) drawing errorHi, drawing tubeplots does not alway work as expected: enter s := create3Space()$(ThreeSpace DFLOAT) draw(curve(x,sin(x),0),x=0..4,style=="shade",tubeRadius==0.3,tubePoints==20,space==s) draw(curve(x,sin(x),1),x=-4..4,style=="shade",tubeRadius==0.3,tubePoints==20,space==s) and after some scaling and rotating you get the appended picture. -- Michael ------------------------------------------------------------------------------------ Diese Nachricht könnte vertrauliche und/oder rechtlich geschützte Informationen enthalten. Wenn Sie nicht der Adressat dieser Email sind oder nicht autorisiert sind, diese für den Adressaten entgegenzunehmen, so ist es untersagt, diese Nachricht oder in ihr enthaltene Informationen zu nutzen, zu kopieren, offen zu legen oder anderweitig weiterzuverarbeiten. Sollten Sie diese Nachricht fälschlicherweise erhalten haben, verständigen Sie den Absender bitte unverzüglich per Antwort auf diese Mail und löschen sie diese anschließend. Vielen Dank für Ihre Kooperation. ------------------------------------------------------------------------------------ This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. Thank you for your co-operation. ------------------------------------------------------------------------------------ We make your business move. _______________________________________________ Axiom-developer mailing list Axiom-developer@... http://lists.nongnu.org/mailman/listinfo/axiom-developer |
|
|
Re: sin(x) drawing errorMichael Becker <Michael.Becker@...> writes:
> Hi, > > drawing tubeplots does not alway work as expected: > > enter > > > > s := create3Space()$(ThreeSpace DFLOAT) > > draw(curve(x,sin(x),0),x=0..4,style=="shade",tubeRadius==0.3,tubePoints==20,space==s) > > draw(curve(x,sin(x),1),x=-4..4,style=="shade",tubeRadius==0.3,tubePoints==20,space==s) > > > and after some scaling and rotating you get the appended > picture. Sorry for being slow: what exactly looks wrong to you -- is it the discontinuity that shouldn't be there? Martin _______________________________________________ Axiom-developer mailing list Axiom-developer@... http://lists.nongnu.org/mailman/listinfo/axiom-developer |
|
|
bug number 7201 sin(x) drawing errorMichael,
This appears to be a bug. It has been assigned bug number 7201. Tim Michael Becker wrote: > Hi, > > drawing tubeplots does not alway work as expected: > > enter > > > > s := create3Space()$(ThreeSpace DFLOAT) > > draw(curve(x,sin(x),0),x=0..4,style=="shade",tubeRadius==0.3,tubePoints==20,space==s) > > draw(curve(x,sin(x),1),x=-4..4,style=="shade",tubeRadius==0.3,tubePoints==20,space==s) > > > and after some scaling and rotating you get the appended picture. > > > -- Michael > > > ------------------------------------------------------------------------------------ > Diese Nachricht könnte vertrauliche und/oder rechtlich > geschützte Informationen enthalten. Wenn Sie nicht der > Adressat dieser Email sind oder nicht autorisiert sind, diese > für den Adressaten entgegenzunehmen, so ist es untersagt, > diese Nachricht oder in ihr enthaltene Informationen zu nutzen, > zu kopieren, offen zu legen oder anderweitig weiterzuverarbeiten. > Sollten Sie diese Nachricht fälschlicherweise erhalten haben, > verständigen Sie den Absender bitte unverzüglich per Antwort auf > diese Mail und löschen sie diese anschließend. > Vielen Dank für Ihre Kooperation. > ------------------------------------------------------------------------------------ > This message may contain confidential and/or privileged > information. If you are not the addressee or authorized > to receive this for the addressee, you must not use, copy, > disclose or take any action based on this message or any > information herein. If you have received this message in > error, please advise the sender immediately by reply e-mail > and delete this message. Thank you for your co-operation. > ------------------------------------------------------------------------------------ > We make your business move. > > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------ > > _______________________________________________ > Axiom-developer mailing list > Axiom-developer@... > http://lists.nongnu.org/mailman/listinfo/axiom-developer > _______________________________________________ Axiom-developer mailing list Axiom-developer@... http://lists.nongnu.org/mailman/listinfo/axiom-developer |
| Free embeddable forum powered by Nabble | Forum Help |