First
|
Prev |
Next
|
Last
Pages: 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
Play Command Error I'm using v7. Please try this code: ClearAll["Global`*"] notes=Table[N[(440/64)*2^((n+3)/12)],{n,60,72,1}]; Play[Sin[# 2 Pi t]&/@notes ,{t,0,.5}] Sound::ssnm: A good PlayRange could not be found since most of the samples are not evaluating to machine-size real numbers. >> I cannot understand why this er... 13 Dec 2009 05:38
unreadable text in Demonstration projects I'm not a Mathematica user (so far), but wanted to have a look at it, so I tried to look at the Demonstration Project examples. I downloaded a random sample (EulerProductForTheZetaFunction.nbp) and installed Mathematica Player 7. Trouble is, the font in the display is far too small to read all the notation, esp... 14 Dec 2009 00:09
Simple Stock Options Calculation Trying to set up way to find the number of options contracts one can purchase with a given amount of money. Could someone please edit the code if needed? Or does this look okay as is? Thanks..... pricepercontract := .71 numbercontracts := x feepercontract := .75 tradecomission := 9.99 totalcost := 250... 9 Dec 2009 06:38
How to combine Dynamic graphics From: "John Fultz" <jfultz at wolfram.com> "Show doesn't know how to deal with something that has the head Dynamic.".... Let me give a counter-example. In what follows I show a piece of code from one of my presentations, and I am much too lazy to shorten it for the purposes of demonstrating within this discus... 9 Dec 2009 06:37
SetOptions[Plot,.Z..] vs using Plot[,.Z..] behaves This worked: VerticalSlider[Dynamic[maxy], {0.1, 4}, Appearance -> "LeftArrow"]; SetOptions["Plot", PlotRange -> {{-Pi, Pi}, {-maxy, maxy}}]; p = Dynamic[Plot[Cos[x], {x, -Pi, Pi}]]; Row[{ver, p}] On Sat, Dec 5, 2009 at 6:35 AM, Nasser M. Abbasi <nma(a)12000.org> wrote: ver 7 I think this is an expect... 7 Dec 2009 03:04
Washington DC Area Mathematica Special Interest Group Mathematica SIG (http://web.mac.com/hrbishop.pmsi/DCSIG.m/DCSIG.html) MEETING 11 December 2009, 7:30 am Science Applications International Corporation (SAIC) 8301 Greensboro Drive McLean VA Southern Corner of Westpark Drive and Greensboro Drive AGENDA 1. Prepared Talks Weird Behavior of GraphicsG... 9 Dec 2009 06:37
Resizing of main window after closing help Hi, my main window of Mathematica gets resized from full screen to a small window after closing the help window. Same occurs when closing other child-windows of Mathematica. Who has an idea? OS: Debian Linux Math: v.7.01 -- Jonas Stein <news(a)jonasstein.de> ... 19 Dec 2009 07:17
Set correctly the Properties for print Hello, im new in Mathematica. I have the version number 7 of this software. But i have some troubles to configure the correct size of papers and colors display (in the print). If i set "Printing Enviroment" to Printout, the size its ok for letter paper, but the color are awful. If i set "Printing Enviroment" t... 6 Dec 2009 02:01
Zoom Magnify Keyboard Shortcut Hi All, Searched the documentation and unable to find how to magnify the view window(zoom in and out) using Keyboard shortcut? i watched the tutorials and the tutor seems to be doing this trick pretty easily without using mouse. -- thanks in advance! Jim ... 7 Dec 2009 02:00
SetOptions[Plot, .Z..] vs using Plot[, .Z..] behaves differently when Z is Dynamics This isn't a problem with Dynamic at all. If you cleared maxy beforehand, it would have worked. Take a look at the SetOptions command. You're not using RuleDelayed! Any previous assignment of maxy is going to be dropped literally into the option, rather than the symbol 'maxy'. Your attempted explanation wou... 6 Dec 2009 02:01 |