Reply by Randy Yates July 16, 20052005-07-16
Jerry Avins <jya@ieee.org> writes:

> I try to work in Forth.
May the Forth be with you. <A little too much time on my hands this evening...> -- % Randy Yates % "Ticket to the moon, flight leaves here today %% Fuquay-Varina, NC % from Satellite 2" %%% 919-577-9882 % 'Ticket To The Moon' %%%% <yates@ieee.org> % *Time*, Electric Light Orchestra http://home.earthlink.net/~yatescr
Reply by May 27, 20052005-05-27
JA- [Thu, 26 May 2005 14:15:11 -0400]:
 >1970 than I have C since. I try to work in Forth.

I heard, but only rumor, that Forth2006 will have a gosub literal.

(Reminds me of a Computer Language (mag) cover page joke from way
back, I'd guess April 86.  As I remember, all its April mags were
80% jokes, but convincing enough to pass the smell test.)

-- 
 40th Floor - Software  @  http://40th.com/
 iPlay : the ultimate audio player for PPCs
 mp3,mp4,m4a,aac,ogg,flac,wav,play & record
 parametric eq, xfeed, reverb: all on a ppc
Reply by Jerry Avins May 26, 20052005-05-26
Jon Harris wrote:
> "Jerry Avins" <jya@ieee.org> wrote in message
...
>>Glen: What language uses '^' to mean XOR? What have I forgotten? > > > Just that obscure C (and C++) language! :-)
How quickly I forget! (and how unfortunately often). I figured out the other day that I actually spent more time programming Fortran before 1970 than I have C since. I try to work in Forth. jerry -- Should any political party attempt to abolish Social Security, unemployment insurance, and eliminate labor laws and farm programs, you would not hear of that party again in our political history. There is a tiny splinter group, of course, that believes that you can do these things. Among them are a few Texas oil millionaires, and an occasional politician or businessman from other areas. Their number is negligible, and they are stupid. - Pres. Dwight D. Eisenhower, November 8, 1954
Reply by Jon Harris May 26, 20052005-05-26
"Jerry Avins" <jya@ieee.org> wrote in message
news:KYOdnc1YoJtPagjfRVn-vA@rcn.net...
> Randy Yates wrote: > > glen herrmannsfeldt <gah@ugcs.caltech.edu> writes: > > > > > >>Jerry Avins wrote: > >> > >> > > Randy: I don't know what you mean by "pure text" in this context. '^' is > ASCII character 5E, called "circumflex" and often used as a caret. It is > the standard exponentiation symbol in some programming languages, as > '**' is in others (Fortran et. al.). I have no particular preference for > either usage, but '^' is more common in news posts. It seems that Jean > would have used it if it had been available to him. '**' is rare enough > so he thought it needed explanation. > > Glen: What language uses '^' to mean XOR? What have I forgotten?
Just that obscure C (and C++) language! :-)
Reply by Jerry Avins May 26, 20052005-05-26
Randy Yates wrote:

   ...

 > Oops. Misidentified the issue here. I was thinking that someone was
 > giving a sequence for typesetting a superscript on certain terminals.

It's a real issue, and the meaning of "plain text" is no longer clear. 
For instance, some but not all can read x&#4294967295; as x^2 (or x**2). The 
character '&#4294967295;' is $82, but characters above 7F aren't standard and may 
differ from font to font. Is '&#4294967295;' plain text or not?

Jerry
-- 
Should any political party attempt to abolish Social Security,
unemployment insurance, and eliminate labor laws and farm programs,
you would not hear of that party again in our political history.
There is a tiny splinter group, of course, that believes that you can
do these things.  Among them are a few Texas oil millionaires, and an
occasional politician or businessman from other areas.  Their number
is negligible, and they are stupid.
                    - Pres. Dwight D. Eisenhower, November 8, 1954
Reply by Jerry Avins May 26, 20052005-05-26
Randy Yates wrote:
> glen herrmannsfeldt <gah@ugcs.caltech.edu> writes: > > >>Jerry Avins wrote: >> >> >>>Jean Castonguay wrote: >> >>>>Since I have not found a way to use the circumflex to denote >>>>&#4294967295;raised to power&#4294967295;, >> >> >>>On my keyboard, <shift>6 >> >>You mean the exclusive OR operator? >> >>I always use ** in posts, independent of newsgroup, especially as >>it could be cross posted. > > > I concur. Let's keep usenet pure text. The world has already screwed > up email by resorting to every variant of HTML/RTF/blah blah blah > format known to man.
Randy: I don't know what you mean by "pure text" in this context. '^' is ASCII character 5E, called "circumflex" and often used as a caret. It is the standard exponentiation symbol in some programming languages, as '**' is in others (Fortran et. al.). I have no particular preference for either usage, but '^' is more common in news posts. It seems that Jean would have used it if it had been available to him. '**' is rare enough so he thought it needed explanation. Glen: What language uses '^' to mean XOR? What have I forgotten? Jerry -- Engineering is the art of making what you want from things you can get. &#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;
Reply by May 26, 20052005-05-26
Martin Eisenberg <martin.eisenberg@udo.edu> writes:

> Randy Yates wrote: > > glen herrmannsfeldt <gah@ugcs.caltech.edu> writes: > >> Jerry Avins wrote: > >> > Jean Castonguay wrote: > >> > > >> >> Since I have not found a way to use the circumflex to denote > >> >> &#4294967295;raised to power&#4294967295;, > > If simply typing the circumflex key followed by anything but a vowel > doesn't work for you, try putting a space "under" it. > > >> > On my keyboard, <shift>6 > >> > >> You mean the exclusive OR operator? > >> > >> I always use ** in posts, independent of newsgroup, especially > >> as it could be cross posted. > > > > I concur. Let's keep usenet pure text. The world has already > > screwed up email by resorting to every variant of HTML/RTF/blah > > blah blah format known to man. > > What's non-plain-text about 0x5E?
Oops. Misidentified the issue here. I was thinking that someone was giving a sequence for typesetting a superscript on certain terminals. -- Randy Yates Sony Ericsson Mobile Communications Research Triangle Park, NC, USA randy.yates@sonyericsson.com, 919-472-1124
Reply by Martin Eisenberg May 26, 20052005-05-26
Randy Yates wrote:
> glen herrmannsfeldt <gah@ugcs.caltech.edu> writes: >> Jerry Avins wrote: >> > Jean Castonguay wrote: >> > >> >> Since I have not found a way to use the circumflex to denote >> >> &#4294967295;raised to power&#4294967295;,
If simply typing the circumflex key followed by anything but a vowel doesn't work for you, try putting a space "under" it.
>> > On my keyboard, <shift>6 >> >> You mean the exclusive OR operator? >> >> I always use ** in posts, independent of newsgroup, especially >> as it could be cross posted. > > I concur. Let's keep usenet pure text. The world has already > screwed up email by resorting to every variant of HTML/RTF/blah > blah blah format known to man.
What's non-plain-text about 0x5E? -- Quidquid latine dictum sit, altum viditur.
Reply by May 26, 20052005-05-26
glen herrmannsfeldt <gah@ugcs.caltech.edu> writes:

> Jerry Avins wrote: > > > Jean Castonguay wrote: > > >> Since I have not found a way to use the circumflex to denote > >> &#4294967295;raised to power&#4294967295;, > > > > On my keyboard, <shift>6 > > You mean the exclusive OR operator? > > I always use ** in posts, independent of newsgroup, especially as > it could be cross posted.
I concur. Let's keep usenet pure text. The world has already screwed up email by resorting to every variant of HTML/RTF/blah blah blah format known to man. -- Randy Yates Sony Ericsson Mobile Communications Research Triangle Park, NC, USA randy.yates@sonyericsson.com, 919-472-1124
Reply by Jean Castonguay May 26, 20052005-05-26
On Wed, 25 May 2005 21:38:49 UTC, Scott Hemphill 
<hemphill@hemphills.net> wrote:

> > 2 - second variant: > > > > z**-1 z > > > > X(z) = ------------------------------- = ------------------- > > (1 - 0.75 z**-1)(1 + 0.5 z**-1) (z - 0.75)(z + 0.5) > > > > A B > > = --------- + ------- > > z - 0.75) z + 0.5 > (1) > > 1 > > A = ------- = 0.6 since z = 0.75 > > z + 0.5 > (2) > > > > 1 > > B = -------- = 0.4 since z = -0.5 > > z - 0.75 > (3) > > > > > > > 0.6 z 0.4 z > > Thus X(z) = -------- + ------- > > z - 0.75 z + 0.5 > > You mean: > > 0.6 0.4 > X(z) = -------- + ------- > z - 0.75 z + 0.5 > > This follows from (1), (2) and (3) above. >
You are right: I did not make my &#4294967295;copy and paste&#4294967295; correctly. How dumb of me! I just realized that my error was not in the calculation of the partial fractions but in taking the inverse Z-transform from the partial fractions! I am red-faced. I thank you very much for answering. -- Jean Castonguay &#4294967295;lectrocommande Pascal