Re: [racket-users] Using Scribble for Course Notes?

2020-12-06 Thread dyrueta
xpr-property%29%29 > > I haven't used the plot pacakge but I know people have done awesome things: > - > https://docs.racket-lang.org/plot/renderer2d.html?q=graph#%28tech._graph%29 > > -- > William J. Bowman > > On Sun, Dec 06, 2020 at 10:39:04AM -0800, dyrueta wrote

[racket-users] Using Scribble for Course Notes?

2020-12-06 Thread dyrueta
Hi All — I have a set of course notes for a Calc I class that I routinely teach which includes links to Desmos graphs and pre-recorded videos on selected topics. Recently, I began to think about producing a version of the notes that embed the graphs and lectures directly into the document and

[racket-users] Interpolating Polynomial in Newton Form

2015-11-06 Thread dyrueta
Hi All -- I'm hoping the answer to the question below will serve as an intro to macros, a subject I've been interested in for awhile but haven't had time to look into much. Here goes, fingers crossed: Given a list of constants (a0, a1… an) and a list of x-values (x0, x1,….xn), I want to desig