comp.softsys.math.mathematica
  Home FAQ Contact Sign in
comp.softsys.math.mathematica only
 
Advanced search
June 2010
mo tu we th fr sa su w
 123456 22
78910111213 23
14151617181920 24
21222324252627 25
282930     26
2010
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2010 2008 2007  
total
comp.softsys.math.mathematica Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Re: Dynamic not displaying the current value         


Author: Leonid Shifrin
Date: Jun 1, 2010 10:24

Hi Fred,

The following modification will work:
Show full article (3.48Kb)
no comments
  Re: space between frame and plot on contourplot         


Author: Patrick Scheibe
Date: Jun 1, 2010 10:24

Hi,

what about

ContourPlot[y + Sin[x^2 + 3 y], {x, -3, 3}, {y, -3, 3},
ColorFunction -> Hue, PlotRangePadding -> None]

?

Cheers
Patrick
Show full article (0.72Kb)
no comments
  Heat exchanger network (Creating a interactive grid diagram from         


Author: Ala
Date: Jun 1, 2010 10:24

Hello all dear friends,
I would like to build graphically a heat exchanger network by mathematica where there are many equations and inequalities. In other words, you have to minimize total annual cost of heat exchanger network by means of function Nminimize. How could I build grid diagram like as below link which works interactively to linear programming. Is there the possibility to develop this network using mathematica?
http://www.homepages.ucl.ac.uk/~ucecesf/images/hens-example.png <http://www.homepages.ucl.ac.uk/%%7Eucecesf/images/hens-example.png>

best regards

Ala
no comments
  Non-linear Programming - Plot3D         


Author: Trevor Rabey
Date: Jun 1, 2010 10:24

I can use Plot3D to plot a surface z as a function of x and y, say z = x^2-y^2, abd the NLP problem is to max or min z on some region defined by a function or functions such as:
x + y <= 12, x<=10, y <=10
I cannot seem to find a good way to plot the constraints, ie the extrusion of the region from the xy plane.
Help, anyone? TIA.
--
Trevor Rabey
no comments
  Re: Eric Weisstein's MathWorld packages         


Author: meitnik
Date: Jun 1, 2010 10:24

I would like to share an interesting point of view on Mathworld and
WRI.

I am legally blind and legally deaf (only 25%% left for sight and
hearing) and have some learning disabilities. However, my mind is
sharp, creative, and always willing to explore and learn.
Math is not...
Show full article (2.72Kb)
no comments
  Re: Problems running Mathematica and WordMS together in Win7         


Author: John Fultz
Date: Jun 1, 2010 10:23

On Sun, 30 May 2010 23:47:52 -0400 (EDT), Arne Eide wrote:
> I have had some problems lately running Mathematica in Win7 64.
> Suddenly I loose contact with the program and have to kill the process
> (it's impossible to close down or quit within the programme). The
> problem is solved when setting Mathematica in compatibility mode for
> WinXP, but that creates other problems. Today I discovered that the
> problem only occurs when running WordMS. Have some of you experienced
> similar problems and have you a fix?
>
> Cheers,
> Arne

Do you mean you're running Microsoft Word? Which version? I run MS Word 2007
concurrently with Mathematica on my Win7 64-bit OS quite frequently, and I
haven't run into any problems.

Sincerely,

John Fultz
jfultz@wolfram.com
User Interface Group
Wolfram Research, Inc.
no comments
  Assigning values to a list.         


Author: kevin
Date: Jun 1, 2010 10:23

Hi Guys,

I am a newbie to mathematica..Is there anyway to read
values from 2 lists {n by 1} and {n by 1} to a new list {n by 2}
without using loops.. eg say you have x = {1,3,5} any y = {2,4,6}, I
will need a new list z ={{1,2},{3,4},{5,6}}.. Thanks in advance.
no comments
  Graphics3D question         


Author: S. B. Gray
Date: Jun 1, 2010 10:23

I have some spheres in a 3D display. Each sphere has a number.

Graphics3D[{{RGBColor[0.4, 1.0, 0.9, .2],
EdgeForm[Gray],
Table[Cylinder[{circls[[dx, 1]],
circls[[dx, 1]] + .01*circls[[dx, 3]]}, circls[[dx, 2]]],
{dx, 1, Length[circls]}]},
PointSize[0.015], Red, Point[taba1],
PointSize[0.015], Blue, Point[taba2],
Thickness[.003], White, Line[lines],
LightBlue, Sphere[coords, .6],
Yellow,
Table[Style[Text[xr, coords[[xr]]], FontSize -> imsize/30,
FontFamily -> "Arial Bold"],
{xr, 1, numbr}]},
Boxed -> False, ImageSize -> 800]

I notice two things that could be better:

1. The numbers do not get smaller on the more distant spheres. It would
be better if they had perspective like the spheres themselves do.
Show full article (1.04Kb)
no comments
  Deleting Duplicates         


Author: Robert Wright
Date: Jun 1, 2010 10:23

I have a list 'a' in which there are 'sets', and I want to reduce the list so that repeated patterns are eliminated.

Here is an example list:

a = {{x1, x2}, {x1, x4}, {x2, x3}, {x4, x5}, {x4, x6}, {x2, x7}, {x7,
x12}, {x3, x13}, {x13, x18}, {x6, x8}, {x5, x9}, {x9, x11}, {x9, x16}, {x8,
x10}, {x12, x14}, {x12, x15}, {x10, x17}, {x11...
Show full article (1.84Kb)
no comments
  Re: Draw tree with equal branch lengths         


Author: Ramiro
Date: Jun 1, 2010 10:23

Yes, I would still like to keep the center orientation.

On May 30, 6:47 am, magma gmail.com> wrote:
> On May 28, 1:22pm,Ramirogmail.com> wrote:
>
>
>
>> Hi,
>
>> I am trying to draw a tree with TreePlot. I would like the branches...
Show full article (0.94Kb)
no comments
1 2 3 4 5 6 7 8 9