Re: Changing the shading contrast in ListContourPlot072 (7/2/2003 11:01:30 AM) G'day,
You can use ColorFunction to color according to your scale and use
ColorFunctionScaling->False so that your scaling is used instead of the
default.
And example follows;
(*some packages you will ne... yas(2)
Re: no results with 'InequalitySolve'039 (7/2/2003 10:59:26 AM) Hello. In Mathematica 5, I seem to get a good approximation, along with
the standard warning message:
Needs["Algebra`InequalitySolve`"]
InequalitySolve[Sin[x] > 0.5, x]
InequalitySolve::npi:A nonpoly... delouis(39)
Re: no results with 'InequalitySolve' #4035 (7/2/2003 10:55:19 AM) Load package???
Hi,
>
> I've Mathematica 4.1 on Linux. If I try to solve this:
>
> InequalitySolve[Sin[x] > 0.5, x]... yas(2)
RE: formatting question035 (7/2/2003 10:50:11 AM) Michael,
Put you cursor in the cell, or select the cell bracket, and convert it to
InputForm. On Windows I do this with Shift Ctrl I. Then copy the contents of
the cell and paste into your posting.
You ... djmp(1214)
how do I portably discard stderr for MathLink programs230 (7/1/2003 1:05:03 PM) I just ported my MathLink program to a new platform (Linux) and now when I run my MathLink program the Mathematica message window keeps popping up with a bunch of stderr output. The stderr output is simply diag... langston(2)
NDSolve and partial differential equations143 (7/1/2003 1:04:00 PM) The paraxial wave equation for an optical beam propagating in the z
direction is in essence
D[ f[x, z], z] = I alpha D[ f[x,z], {x,2}]
I'd like to integrate this forward in z starting with some spec... siegman(1553)
Re: how do I portably discard stderr for MathLink programs035 (7/2/2003 10:42:58 AM) On Tuesday, July 1, 2003, at 08:45 AM, Langston, Matthew David wrote:
> I just ported my MathLink program to a new platform (Linux) and now
> when I run my MathLink program the Mathematica message window k... mukasa(387)
RE: no results with 'InequalitySolve' #3046 (7/2/2003 10:41:56 AM) Oliver,
Did you load the package containing InequalitySolve?
First,
Needs["Algebra`InequalitySolve`"];
Then you can try
InequalitySolve[Sin[x] > 0.5, x]
However, I'm not sure what you... John_C_Erb(19)
Re: no results with 'InequalitySolve' #2031 (7/2/2003 10:39:53 AM)
On Tuesday, July 1, 2003, at 09:45 PM, Oliver Kowalke wrote:
> Hi,
>
> I've Mathematica 4.1 on Linux. If I try to solve this:
>
> InequalitySolve[Sin[x] > 0.5, x]
>
> Mathematica recalls it without s... akoz(2414)
RE: no results with 'InequalitySolve'032 (7/2/2003 10:36:48 AM) First, you have to load a package :
<Algebra`InequalitySolve`
Then, it would be good to reed what this function does :
InequalitySolve[expr,x] : "find all real values of x that satisfy the
expressio... jaccardf(4)