Description:
Mathematica discussion group. (Moderated)
|
|
|
Batch save mode?
|
| |
I'm going to be away from my copy of Mathematica for a while and may potentially want to show the work I've been doing for some friends. I have several dozen notebooks and don't really want to save them all manually; is there an easy way to get Mathematica to batch load notebooks and save them as PDF?... more »
|
|
Flat attribute and order of function definitions
|
| |
Hi all, Playing with some function definitions and attributes of functions I got to a behaviour that I don't understand (example below). Depending on the order I define function f1 and its attributes, it works or it crashes. I know that the order of the definitions matters, so this is kind of expected, but I would like to understand why this happens. Can... more »
|
|
I broke the sum into pieces
|
| |
...Alexander Povolotsky, No I haven't reported this. Since the Mathematica guys ( Trott and Wolfram himself) put up my Beta cube fractal without giving me any credit for it, they are on my list, ha, ha... In trying to get a 5th term I tried: $MaxExtraPrecision = 200 b[5] = Sum[(1/(64^n))*(1/(32*n + 3*1097)), {n, 0, Infinity}];... more »
|
|
Clustering algorithm Mathematica 7
|
| |
Hi all, Currently, I'm using the built-in clustering algorithm of Mathematica 7, though it isn't clear for me which algorithm it actually is since this is not mentioned in the extended help pages. Presumably, it's the normal K-means clustering but I'm not sure. As such, I'd like know whether someone knows which implementation is... more »
|
|
Mathematica 7.0 - Wrong Documentation on StudentTCI
|
| |
Hi all, Summary: StudentTCI function's second parameter expects standard error, rather than standard deviation as stated in the document. The document has an error. I just want to report an error in the documentation of StudentTCI function in Mathematica 7.0. The document for StudentTCI function reads... more »
|
|
PolarPlot goes upto 1.2 on axis, not 1?
|
| |
Hi guys, I am trying to polarplot a function like Sin[2 x]^2, from -Pi/2 to Pi/ 2, with polar ticks and gridlines enabled. Every time I do this, the vertical axis goes up to 1.2, not 1 --- is there any way to have this only go upto 1? (The function I'm plotting goes upto 1 only.) Cheers!
|
|
MatchQ, silly question
|
| |
MatchQ[3 x^2, #] & /@ {3 x_^2, 3 x_^_, _ x_^_, _ _^_, _ (_^_), _ * (_^_)} dives False in the last cases. Why? The FullForm Power[Blank[ ],Plus[1,Blank[ ]]] contains Plus, why? Thank you. J=E1nos
|
|
Setting global InputAutoReplacements
|
| |
Dear Mathgroup, I am trying to create a few custom InputAutoReplacements that would apply to all input cells by default. I am trying to follow John Fultz's instructions on [link], but running into difficulties: the style for the input cell seems to... more »
|
|
|