Created
December 10, 2010 21:14
-
-
Save bavardage/736832 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> test = superimpose g1 g2 | |
> where | |
> g1 = graph (deriv cos) 0 (2*pi) (pi/12) (-1) 1 30 '#' | |
> g2 = graph (cos) 0 (2*pi) (pi/12) (-1) 1 30 '#' | |
> test2 f = superimpose g1 g2 | |
> where | |
> g1 = graph (deriv f) 0 (2*pi) (pi/12) (-1) 1 30 '#' | |
> g2 = graph (f) 0 (2*pi) (pi/12) (-1) 1 30 '#' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment