[ Launch: Lissajous Curve ] 28b97b58936b3f74dca7 by MonsieurCactus[ Launch: test ] 4653053 by enjalot[ Launch: test ] 4652017 by enjalot[ Launch: test ] 4582399 by enjalot
Hello World!
today's exercise is to capture the animated gif. Beautiful example from codepen.io
In order to save animaged gif, we need program like Byzanz.
sudo add-apt-repository ppa:fossfreedom/byzanz
sudo apt-get update && sudo apt-get install byzanz
byzanz-record --duration=15 --x=200 --y=300 --width=700 --height=400 out.gif
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
13 | |
34 | |
81 | |
113 | |
120 |
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
The source of all mathematics are integers. | |
This I understand, not only in your traditional sense that the concept of the continuum is albeitet from consideration of discrete quantities. | |
Rather, I think these words on results of recent date. | |
Mastering the exponential function of the number of segments from the acquisition of elliptic functions by means of modular equations can confidently believe that the deepest relationships in the Analysis of arithmetic in nature. | |
This confidence has already paying off. |
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
http://blog.domini.io/ |
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
from sympy import symbols | |
from sympy.matrices import * | |
from sympy import collect | |
x,t = symbols('x a b c d') | |
V = Matrix([[2*x+a, 1, 0,0], [1, 2*x+b, 1,0], [0, 1, 2*x+c,1], [0,0,1,2*x+d]]) | |
collect(V.det(),a) | |
"""a*(b*c*d + 2*b*c*x + 2*b*d*x + 4*b*x**2 - b + 2*c*d*x + 4*c*x**2 + 4*d*x**2 - d + 8*x**3 - 4*x) + 2*b*c*d*x + 4*b*c*x**2 + 4*b*d*x**2 + 8*b*x**3 - 2*b*x + 4*c*d*x**2 - c*d + 8*c*x**3 - 2*c*x + 8*d*x**3 - 4*d*x + 16*x**4 - 12*x**2 + 1""" |
iHaskell is a notebook similar to iPython notebook. Here's to hoping it will become easier to learn the very complix Haskell language.
you might need Python's virtual environments
I raised many Github issues and StackOverflow questions loudly expressing my grief on installation issues
NewerOlder