Improving the Format of Output Cells03 (2/10/2013 8:35:01 AM) comp.soft-sys.math.mathematica Hello everyone,
Whenever I have output cells whose content has head String or StringForm (either may be the result of dynamic updating), the text rarely wraps at the left margin, but instead breaks far shor... Gregory
Can Printing of a CDF be Disabled04 (2/10/2013 8:34:45 AM) comp.soft-sys.math.mathematica Hello everyone,
Is there an notebook option that would allow me to disable the printing of a CDF much in the way that printing can be disabled for PDFs? Along the same lines, are there options for disablin... Gregory
PDF Broken in Mathematica 9.0?25 (2/9/2013 5:43:53 AM) comp.soft-sys.math.mathematica Hello everyone,
I'm using Mathematica 9.0 on an Intel Mac running OS X 10.8.2. Big problems with PDF. If I try to write either a selection or a whole notebook to PDF by choosing Open in Preview or Save as... Gregory
Vertical Scrollbars Unresponsive in Pane18 (1/8/2013 4:05:06 AM) comp.soft-sys.math.mathematica Hello everyone,
Whenever I create a pane with scrollbars to be able to browse through an array of data, the vertical scrollbar is unresponsive.
Pane[TableForm[myArray], ImageSize -> {800, 100}, Scrollbars... Gregory
Re: Formatting Dynamic Output138 (11/3/2012 3:59:18 AM) comp.soft-sys.math.mathematica I tried using the LineIndent option for Style, but it has no effect.
Dynamic[If[conditionMet, Style[displayString, LineIndent -> 0], ""]]
... Gregory
Re: CDF Security023 (11/2/2012 5:12:16 AM) comp.soft-sys.math.mathematica Hi Joe and David,
Thank you for the ideas. Both are doable. I will look into them.
Gregory
Joe Gwinn wrote:
> One possible solution jumps to mind, a Hill Cipher...
>
David Bailey wrote:
> My s... Gregory
Regressions in Mathematica418 (9/13/2008 9:55:17 AM) comp.soft-sys.math.mathematica Hello everyone,
I'm having trouble understanding the syntax of the Regress command.
If data is an nx2 matrix where the first column is the explanatory
variable and the second is the dependent variable... gregory.lypny(233)
Using Mathematica to Grab RSS Feeds441 (2/8/2011 10:03:48 AM) comp.soft-sys.math.mathematica Hello everyone,
Wondering if anyone has used Mathematica to grab RSS feeds and curate them in some sort of a database for later analysis. Any tips on how this might be done?
Regards,
Gregory Lypny
... gregory.lypny(233)
Mapping to Create Nested Loops221 (6/1/2011 8:32:34 AM) comp.soft-sys.math.mathematica Hello everyone,
I'm trying to learn how to use pure functions and mapping to create what amounts to nested loops.
Suppose I have a 50 x 6 array called myArray. The third element of each row is the word ... gregory.lypny(233)
Portfolio Optimization542 (6/2/2011 11:17:15 AM) comp.soft-sys.math.mathematica Hi!
I am trying to run a portfolio optimizer in Mathematica. That is, minimising
the variance of a portfolio of assets.
(* Variance Covariance Matrix *)
Covariants = {{0.000572843, 0.000223023, 0.000109... priyan.fernando(11)