testing
- To: wri-mathgroup
- Subject: testing
- From: scott (Scott Midler)
- Date: Fri, 22 Jun 90 16:07:22 CDT
If you receive this mail, you are on the list to receive mathgroup mailings. Mail to this aliases will also be archived in a log file. -sm >From nimz Fri Jun 22 16:06:40 1990 Return-Path: <nimz> Received: by WRI.com (3.2/SMI-3.0DEV3) id AA01794; Fri, 22 Jun 90 16:06:40 CDT Message-Id: <9006222106.AA01794 at WRI.com> Date: Fri, 22 Jun 90 16:18:55 CDT From: nimz To: all Subject: goals July is quickly approaching, and we have yet to receive goal statements from several of you. Please complete your goal statements and return them to me as soon as possible. Feel free to contact me if you have any questions regarding the goal statements or bonus plan. >From rivin Fri Jun 22 16:10:31 1990 Return-Path: <rivin> Received: by WRI.com (3.2/SMI-3.0DEV3) id AA01900; Fri, 22 Jun 90 16:10:31 CDT Message-Id: <9006222110.AA01900 at WRI.com> Date: Fri, 22 Jun 90 16:22:46 CDT From: rivin To: swolf Cc: igor, sqa In-Reply-To: swolf's message of Fri, 22 Jun 90 05:13:53 CDT Date: Fri, 22 Jun 90 05:13:53 CDT From: swolf Where is the SurfaceColor[ ] directive? As described on p. 256. DAMN IT!!! PRACTICALLY EVERY NEW FEATURE I LOOK AT HASN'T BEEN IMPLEMENTED> PLEASE SPEND THE NEXT FEW DAYS ***SYSTEMATICALLY*** going through sect. 2.9 implementing each feature. And don't do ANYTHING else!!!!! Stephen, these flames don't help at all, except possibly as a form of therapy, as I hope you realize. >From kaiping Fri Jun 22 16:37:53 1990 Return-Path: <kaiping> Received: by WRI.com (3.2/SMI-3.0DEV3) id AA02255; Fri, 22 Jun 90 16:37:53 CDT Message-Id: <9006222137.AA02255 at WRI.com> Date: Fri, 22 Jun 90 16:50:07 CDT From: kaiping To: swolf Subject: Polygon I received mail from igor and joe explaining how to fix a typo in section 2.9 line 1639. Joe asked what would be the best way to change the typo, so I responded to his mail. The old input was: stel = Stellate[Icosahedron[ ]] ; Show[{stel, Cuboid[Scaled[{0, 0, 0}], Scaled[{0.2, 0.2, 0.2}]]}] but I checked section 2.9 and you have already changed it to: Show[Graphics3D[{stel, Cuboid[Scaled[{0, 0, 0}], Scaled[{0.2, 0.2, 0.2}]]}]] so forget it, you've done it.