Send Beginners mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://www.haskell.org/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."
Today's Topics:
1. Re: Antiderivative (indefinite integral)? (Miguel Negrao)
2. Re: Antiderivative (indefinite integral)? (Kim-Ee Yeoh)
3. Re: Antiderivative (indefinite integral)? (Martin Drautzburg)
----------------------------------------------------------------------
Message: 1
Date: Sun, 20 Jan 2013 20:07:41 +0000
From: Miguel Negrao <[email protected]>
Subject: Re: [Haskell-beginners] Antiderivative (indefinite integral)?
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=windows-1252
A 20/01/2013, ?s 05:50, Kim-Ee Yeoh escreveu:
>
>
> p.s. Everyone, please "Reply to All" to make sure your email gets to the list
> reflector at haskell.org. Otherwise your responses are private to Martin and
> you lose out on the aspect of community.
I don?t understand: why can?t this mailing automatically set the ?reply-to?
field to [email protected] ? A lot of the other mailing lists that I?m
subscribed to do that... Is it a conscious decision or a technical limitation ?
best,
Miguel
------------------------------
Message: 2
Date: Mon, 21 Jan 2013 03:26:00 +0700
From: Kim-Ee Yeoh <[email protected]>
Subject: Re: [Haskell-beginners] Antiderivative (indefinite integral)?
To: Miguel Negrao <[email protected]>
Cc: "[email protected]" <[email protected]>,
[email protected]
Message-ID:
<CAPY+ZdR-SNAr3Ce3pGxTn9m5UNXFv_-COeQJQb8H_Zv=m-e...@mail.gmail.com>
Content-Type: text/plain; charset="windows-1252"
On Mon, Jan 21, 2013 at 3:07 AM, Miguel Negrao <
[email protected]> wrote:
> A 20/01/2013, ?s 05:50, Kim-Ee Yeoh escreveu:
> > p.s. Everyone, please "Reply to All" to make sure your email gets to the
> list reflector at haskell.org. Otherwise your responses are private to
> Martin and you lose out on the aspect of community.
>
> I don?t understand: why can?t this mailing automatically set the
> ?reply-to? field to [email protected] ? A lot of the other mailing
> lists that I?m subscribed to do that... Is it a conscious decision or a
> technical limitation ?
>
Excellent question! I believe we're on mailman software and the list admin
is Benjamin Russell: [email protected] or [email protected]
I've cc'ed both to see if we can get a response from him.
It does look as if it's merely a config option:
http://ccit.mines.edu/Mailman-FAQ#25
-- Kim-Ee
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://www.haskell.org/pipermail/beginners/attachments/20130121/878d5902/attachment-0001.htm>
------------------------------
Message: 3
Date: Sun, 20 Jan 2013 21:42:16 +0100
From: Martin Drautzburg <[email protected]>
Subject: Re: [Haskell-beginners] Antiderivative (indefinite integral)?
To: [email protected]
Message-ID: <[email protected]>
Content-Type: Text/Plain; charset="iso-8859-15"
On Sunday, 20. January 2013 06:50:27 Kim-Ee Yeoh wrote:
> So no, you don't get a simple number. It is ambiguous to evaluate the
> antiderivative at a point.
So F(x=x0) has no meaning in itself? Only the differences
F(x=x1) - F(x=x0) have a meaning?
> Using the F(0)=0 rule, you'll be summing /about the origin/. So you'd avoid
> nastiness like having to sum f(x) starting from "the lowest possible x".
Thanks. It took me a while to fully understand what you said here.
--
Martin
------------------------------
_______________________________________________
Beginners mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/beginners
End of Beginners Digest, Vol 55, Issue 21
*****************************************