Re: graphing software

1998-09-24 Thread Clem Padin
Dave, et al, 1st, it seems that I had some strangeness happen to my email I was unable to read messages sent to me. I got replies from Dave, Ross, and Andrew B.J.. Two or 3 others were unreadable. Sorry. I am revisiting a few math projects that I've put aside for some time. one of them i

T-Shirts available from NASS Conference

1998-09-24 Thread Tom Kreyche
I have a few T-Shirts available, commemorating the NASS annual meeting in Seattle. The shirts feature an image of the University of Washington dial on the Physics and Astronomy building, designed by NASS's own Woody Sullivan. The shirts are US $12 + 1.50 domestic shipping. If a member of the int

Re: What's sum of series of increasing powers?

1998-09-24 Thread Jorge Ramalho
-Original Message- From: Tad Dunne <[EMAIL PROTECTED]> To: Sundial List Date: Quarta-feira, 23 de Setembro de 1998 15:34 Subject: What's sum of series of increasing powers? >Help! > >I'm working on an Excel spreadsheet and need a formula or function that >will give, > >for an input A a

Re: Can anyone help with a Latin translation?

1998-09-24 Thread Alain Burgeon
Thanks to Hendrik Desmet Cum tua non edas, carpis mea carmina, Laeli. Carpere vel noli nostra, vel ede tua. It's quotation from Martial [M. Valerius Martialis], Epigrammata, I, 91 "As you don't publish your works, you criticize my poems, Laelius. Either don't criticize ours, or publish yours."

Re: Sundial reference

1998-09-24 Thread fer j. de vries
Jim Tallman wrote: > >I am working on a couple sundial concepts and need more information. > Can anyone tell me where to find any reference regarding hemisphereums, > and/or reflecting sundials (that reflect the time from a windowsill onto > the ceiling of the room). Particularly the latter.

Re: What's sum of series of increasing powers?

1998-09-24 Thread Allen Windhorn
Someone may have a simple formula, but if not, you could write a bit of code: Public Function PowSum(A as Double, B as Integer) As Double ' Dim I as Integer ' PowSum = 0# For I = 1 to B PowSum = PowSum + A^I Next I Return End If you put it in a module in the workbook it s

Sundial reference

1998-09-24 Thread Jim Tallman
I am working on a couple sundial concepts and need more information. Can anyone tell me where to find any reference regarding hemisphereums, and/or reflecting sundials (that reflect the time from a windowsill onto the ceiling of the room). Particularly the latter... Jim Tallman [EMAIL

Re: graphing software

1998-09-24 Thread Luke Coletti
Clem, I've found that Gnuplot works very well for large data sets (esp on a Unix "box"), not to mention one of its most attractive features, its free! http://www.cs.dartmouth.edu/gnuplot_info.html http://science.nas.nasa.gov/~woo/gnuplot/beta/ Best Regards, Luke Coletti Clem P

Re: What's sum of series of increasing powers?

1998-09-24 Thread Jim_Cobb
> Help! > I'm working on an Excel spreadsheet and need a formula or function that > will give, > for an input A and B, the sum of all the powers of A for integers from > 1 to B. > Example: 1.05 + 1.05 squared + 1.05 cubed ... > Can anyone help me? > -- Tad Dunne This is called the geometri