HW5, [ 82K ], last updated February 25, 2016
HW4, [ 117K ], last updated February 11, 2016
Install Rubi in your SkyBox account or on your computer. As a test, evaluate the
following indefinite integral using Mathematica and Rubi:
$$\int \frac{\mathrm{d}x}{\sqrt{x(1-x)}}$$
Compare the results - which one is the low enthropy one? - and plot them on the same
graph for 0.1 < x < 0.9 to make sure that they both are correct (or both wrong).
Explain your graph.
JuliaBox has been finally upgraded to version 0.4.3. The temporary workaround, which you were supposed to install as a part of HW2, is not required any more. To remove it, do as following:
rm -rf .juliarc.jl
HW3, [ 113K ], last updated January 29, 2016
G. Dattoli, M. Del Franco, The Euler legacy to modern physics
rm -rf tmp*
wget http://www.phys.uconn.edu/~rozman/Courses/P2400_16S/downloads/juliarc-for-juliabox-v0.4.2 -O .juliarc.jl
Pkg.update()and press SHIFT-ENTER. Ignore 'kernel restarting' and similar messages
Pkg.add("PyPlot")and press SHIFT-ENTER. Wait until the line "INFO: Package database updated" appears in the output field.
Pkg.add("SymPy")and press SHIFT-ENTER. Wait until the line "INFO: Package database updated" appears in the output field.
using PyPlotand press SHIFT-ENTER. Wait until the number '1' appears in the 'In[]' field
x = linspace(0.,5.,100); y = sin(x) + sqrt(x); plot(x, y)and press SHIFT-ENTER. A graph should appear.
using SymPyand press SHIFT-ENTER. Wait until a number appears in the 'In[]' field. Ignore the warnings.
x, y = symbols("x, y", positive=true) integrate(exp(-x*y^2), y, 0, oo)and press SHIFT-ENTER.
HW02, [ 106K ], last updated January 26, 2016
Sanjoy Mahajan, "Street-Fighting Mathematics", Sec. 5.2.2, pp.80-82, Low entropy expressions
Eugene Wigner, The Unreasonable Effectiveness of Mathematics in the Natural Sciences
R. Feynman, The Character of Physical Law, Lecture 2, The relation of Mathematics and Physics
R. Feynman, Surely You're Joking, Mr. Feynman!,
A Different Box of Tools
HW01, [ 41K ], last updated January 18, 2016
Reproduced from http://www.sciencecartoonsplus.com