Skip to main content

Timeline for Mathematica Library

Current License: CC BY-SA 3.0

18 events
when toggle format what by license comment
Jan 26, 2014 at 14:48 comment added rm -rf Another possible duplicate: How do I create and use Mathematica packages?
Jan 26, 2014 at 13:45 history edited user38032 CC BY-SA 3.0
added 119 characters in body
Jan 26, 2014 at 11:47 comment added Simon Woods Possible duplicate?
Jan 26, 2014 at 11:46 answer added Mr.Wizard timeline score: 1
Jan 26, 2014 at 11:37 history reopened C. E.
Mr.Wizard
Jan 26, 2014 at 10:02 review Reopen votes
Jan 26, 2014 at 11:37
Jan 26, 2014 at 9:46 history edited user38032 CC BY-SA 3.0
added 271 characters in body
Jan 25, 2014 at 22:02 comment added user38032 Afak10Privates + x^2
Jan 25, 2014 at 22:02 comment added user38032 When every I call f(x) I get
Jan 25, 2014 at 22:01 comment added user38032 BeginPackage["Afak10"] Unprotect @@ Names["Afak10*"]; ClearAll @@ Names["Afak10*"]; f::usage = "f[x]" Begin["Private"] f[x_] := Module[{}, x^2 + s]; End[] Protect @@ Names["Afak10*"]; EndPackage[]
Jan 25, 2014 at 22:00 comment added user38032 Take this library for example:
Jan 25, 2014 at 16:21 comment added bill s If you want help, then find a simple case: make up a small package that has the same problem. Then we can try and help.
Jan 25, 2014 at 16:02 comment added user38032 Well its a big package with many functions, some of them are fine and others aren't
Jan 25, 2014 at 14:48 history closed m_goldberg
bobthechemist
C. E.
rm -rf
Needs details or clarity
Jan 25, 2014 at 10:37 review Close votes
Jan 25, 2014 at 14:48
Jan 25, 2014 at 9:34 comment added Mr.Wizard You need to give a more concrete example of your functions and how you are using them. I can think of a few different possible causes for this but I don't feel like explaining problems that don't exist.
Jan 25, 2014 at 7:14 review First posts
Jan 25, 2014 at 7:34
Jan 25, 2014 at 6:59 history asked user38032 CC BY-SA 3.0