mathematica-8 Questions

2

Solved

Is it possible to work out the probability of 3 or more Head from 4 coin tosses using the Probability or NProbability functions. This is not a question about the trivial answer to this problem, it...
Banta asked 19/10, 2011 at 12:7

3

Solved

I would like to have the vertical arrangement of colors in stacked bars match the arrangement of colors in the chart legend. But no matter what I try, they don't match. Here's the situation BarCha...
Bummalo asked 19/9, 2011 at 21:4

4

Solved

I'm currently undertaking operations on a very large body of text (~290MB of plain text in one file). After importing it into Mathematica 8, I'm currently beginning operations to break it down into...
Electrophilic asked 18/10, 2011 at 2:51

2

Solved

Can I apply Style to the output of "Labeled" in the below ? Manipulate[\[Lambda], Control@{{\[Lambda], 401, Style[" \[Lambda]", Black, Bold, 24]}, Range[401, 570, 1], ControlType -> Slider, Con...
Arce asked 16/10, 2011 at 23:25

3

Solved

I want to interpolate a function in mathematica. The function depends on a parameter a, in fact it is the inverse of a function F which also depends on a, so I build my approximation as follows, ...
Askew asked 16/10, 2011 at 2:34

3

Solved

I use the Constantia font (that came with Windows 7) for my book and would like to prepare graphics for this book using the same font in Mathematica. Problem is that that Constantia by default outp...
Dowser asked 13/9, 2011 at 15:48

3

Solved

I would like to test several values of intensity. I need them to be spaced logarithmically from 1 to 1000. Yet I just use 1, 10, 100, 1000, but I would like to have more data point, let`s say 10....
Aspirant asked 15/10, 2011 at 14:3

3

Solved

I'm running Mathematica 8 on a MacOSX, trying to compile even the simplest program to C. Anything having to do with C simply doesn't work in Mathematica. I have GCC 4.2 installed; I've even reinsta...

1

In Mathematica 8.0.1.0 on 32-bit Linux, the expression InverseFunction[0 &]@0 returns 33/10. (The same occurs for other integer and rational values; I'm using 0 as an example.) According to...
Ansilme asked 12/10, 2011 at 5:22

0

Let us interpolate the same data using Mathematica 5.2, 7.0.1 and 8.0.1: Interpolation[{{0, 0}, {1, 1}, {2, 3}, {3, 4}, {4, 3}, {5, 0}}] // InputForm The outputs are: Mathematica 5.2: Interpol...
Fiddlededee asked 9/10, 2011 at 10:9

1

Solved

Please consider the following, from the followings from Can we generate "foveated Image" in Mathematica Clear[acuity]; acuity[distance_, x_, y_, blindspotradius_] := With[{\[Theta] ...
Zootomy asked 7/10, 2011 at 21:57

3

Solved

Any idea how to get this to work? y = {}; Table[Button[x, AppendTo[y, Evaluate[x]]], {x, 5}] Result: Click [1] , click [2], get {6,6} I'm trivializing the actual task, but the goal is to set wh...
Tapestry asked 23/9, 2011 at 3:7

2

Solved

How do you make Mathematica export a Row of graphics. I do not like how GraphicsRow handles the graphics, all the aspect ratios and paddings in the figures get messed up. What I like to do is work ...
Cervin asked 15/9, 2011 at 21:31

1

Solved

Hello guys i've been having a problem with Mathematica 8.0. When i export my Graphics3D to 3DS or any other format, texture is always missing. For example in the screenshot attached, , u'll see th...
Phototype asked 26/8, 2011 at 22:54

2

I have a somewhat similar question as: Mathematica running out of memory I am interested in something like this: ParallelTable[F[i], {i, 0, 14.9, 0.001}] where F[i] is a complicated numerical i...

4

Solved

Old habits die hard, and I realise that I have been using opts___Rule pattern-matching and constructs like thisoption /. {opts} /. Options[myfunction] in the very large package that I'm currently d...
Fatten asked 7/7, 2011 at 21:44

1

Solved

With Mathematica 7 and 8 we have discovered that Mathematica fails to properly Save and Get the result of a fitting routine. I am hoping someone here knows: What is the best practice workaround for...
Mattheus asked 6/7, 2011 at 12:15

2

I just found out that a BarChart may get cropped when using Frame rather than Axes. Example: data = {.2, .4, .6, 0., 0., 0.} BarChart[data] BarChart[data, Frame -> True, Axes -> False] Is...
Embargo asked 2/7, 2011 at 15:30

4

Is there a simple way to do the following in Mathematica 8? Construct a graph, and display it using some graph layout. Modify the graph slightly (e.g. add or remove an edge or a vertex). Re-compu...
Academy asked 1/7, 2011 at 15:41

2

Solved

Does Mathematica support hidden line removal for wire frame images? If this isn't the case, has anybody here ever come across a way to do it? Lets start with this: Plot3D[Sin[x+y^2], {x, -3, 3}, {...
Wyon asked 15/6, 2011 at 5:16

1

Solved

How do you obtain graphic primitives and directives from a Graphics object? Leonid Shifrin showed how to remove them in the post Mathematica: Removing graphics primitives. I tried applying somethin...
Diedra asked 19/6, 2011 at 4:21

3

Solved

I recently updated from mathematica 7.0 to 8.0, and have now encountered problem with replacing my plot labels with LaTeX code using the psfrag package. Everything worked perfectly with the earlier...
Telemann asked 17/6, 2011 at 11:10

2

Solved

This is most likely a bug in Mathematica 8.0.1 and maybe other versions too. Lets try the following: Table[ Export[ "Res_" <> ToString[r] <> ".png", Rasterize[ Style[x^2 + y^2, 40],...
Narcoanalysis asked 13/6, 2011 at 3:1

1

Solved

Mathematica documentation states: "Text in three-dimensional graphics is placed at a position that corresponds to the projection of the point {x,y,z} specified. Text is drawn in front of all other ...
Aetna asked 13/6, 2011 at 22:12

3

Solved

I'm trying to access information within a Graph object in Mathematica 8. For some reason, the Part command does not seem to work. myGraph is the object I want to gain access to. The first line be...
Winnifredwinning asked 11/6, 2011 at 12:22

© 2022 - 2024 — McMap. All rights reserved.