Newton form. My
understanding of functions that produce functions is limited to what’s in HtDP,
and this example (I think) goes beyond that. Any tips or advice would be much
appreciated!
Cheers,
Dave Yrueta
--
You received this message because you are subscribed to the Google Groups
Yes, I can see at least two significant errors in my description. The first is
in the sequence definitions. They should be
list of constants (a0, a1… an) and a list of x-values (x0, x1,….x(n-1))
Similarly, the def of p(x) should read
p(x) = a0 + a1(x - x0) + a2(x - x0)(x - x1) + a3(x - x0)(x
Please ignore previous post. Figured out the problem. My bad.
On Oct 30, 2013, at 9:47 AM, Dave Yrueta wrote:
> Hi All --
>
> I pulled this from the Docs on plot --
>
> (require plot)
>
> (plot (function (λ (x) (sin (* 4 x))) -1 1)
>#:x-min -1.5 #:x-max 1.5
Hi All --
I pulled this from the Docs on plot --
(require plot)
(plot (function (λ (x) (sin (* 4 x))) -1 1)
#:x-min -1.5 #:x-max 1.5 #:y-min -1.5 #:y-max 1.5)
-- ran it in Dr. Racket, and received the following error: "#%datum: keyword
used as an expression" with "#:x-min" highlighted
commend learning both. Scribble and Latex have
> a lot of similarities, so learning them side-by-side can even be useful.
> You'll also discover the relative strengths and weaknesses of each.
>
> William Bowman
>
> On Fri, Aug 30, 2013 at 09:36:30AM -0700, Dave Yruet
ht learning Scribble might be a good route to
take. I've poked through the docs a bit, and can't find any reference on math
typesetting. Can that be done in Scribble? Or is Scribble not the right tool,
and should I commit my learning efforts to Latex? Or both?
Thanks!
Dave Yrueta
avor and worked out a failing test
> case. See below.
>
>
> On Jul 1, 2012, at 6:46 PM, Dave Yrueta wrote:
>
>> Try working through this exercise by systematically applying the design
>> recipe. That is, take the time to make your data definitions explicit, and
>
s, function contracts and function templates interact. If you allow
the data definitions to shape the function templates, and are rigorous about
ensuring the function designs conform to their contracts, the solution should
fall into place.
Good luck!
Dave Yrueta
On Jul 1, 2012, at 1:
You've no idea how cool is this http://www.40ddd.com/inf.php Enjoy!
_
For list-related administrative tasks:
http://lists.racket-lang.org/listinfo/users
pts in Racket that work in a MS SQL server
environment?
Thanks!
Dave Yrueta
_
For list-related administrative tasks:
http://lists.racket-lang.org/listinfo/users
Hi Jeremy --
Please post an example of the code which is returning an error.
On Thu, Jan 27, 2011 at 11:12 PM, Jeremy Duenas wrote:
> I am trying to work on the examples in Chapter 4 of HTDP where they are
> talking about Boolean expressions, and every time I try to create a function
> to do th
11 matches
Mail list logo