Christopher2222

5785 Reputation

24 Badges

16 years, 354 days

MaplePrimes Activity


These are questions asked by Christopher2222

Is there a way to change the default settings for ArrayTools[RandomArray](distribution= )  ?

There are two distribution values available uniform, which is on the unit interval and normal which draws from a normal distribution on the unit interval. 

Can we modify those settings?  Such that using distribution=uniform (or normal) is forced to some user setting outside the unit interval?

I want to plot a random ... no, sorry, normal distribution of points around a line.  Let's supose we use the line sin(x) from x=0..2*Pi as an example. 

Sequencing sequences doesn't appear to work with round brackets

seq( (seq(i,i=1..10) , seq(j,j=9..2,-1)) ,k=1..4)

 

How can we get a color scheme that is stationary while object is rotated?

I'd like to shade an object in 3d but as I rotate it have the color scheme remain adjusted to a secondary set of axis.  Almost like a plot within a plot, rotate the inner plot with a color scheme relative to the outer plot axes.  An observer based color scheme I suppose is what I'm asking.

I suppose it would be similar to the way lighting schemes work, light from a specific...

Why doesn't HTTP[Get] work with the question mark?

for example

a := HTTP[Get]("www.mapleprimes.com/recent/all")  # works to get the first page

a := HTTP[Get]("www.mapleprimes.com/recent/all?page=2")  #  Shows file directory not found

How do I get it working so

First 54 55 56 57 58 59 60 Last Page 56 of 94