Tagged Questions
9
votes
1answer
100 views
DateList not using current year when a year is not specified
According to the documentation when using DateList but not giving it a year it should use the current year. It is not doing that for me. Instead it uses 1900. ...
4
votes
2answers
141 views
Problem with EllipticE documentation
The complete elliptic integral of the second kind, EllipticE, is defined as,
Integrate[Sqrt[1-m Sin[t]^2],{t,0,z}]
According ...