Christopher2222

MaplePrimes Activity


These are replies submitted by Christopher2222

If you include datatype=float[8] in sig.  BartlettWindow(sig) will be accepted.

Ok, I got it.  I should be using system instead.

system[launch]("c://Program Files/Maple 2016/bin.x86_64_WINDOWS/maplew.exe", "c://Users/laptop22/Documents/Start2Test.mw")

also tried

ssystem("c://Program Files/Maple 2016/bin.x86_64_WINDOWS/maplew.exe  --c://Users/laptop22/Documents/Start2Test.mw")

it opens another maple window but not the file.  I've probably got the handles not quite right. 

@Carl Love   Now that you bring that up I recall a maplesoft representative mentioning there was some data loss a while back.  It could have been during data migration to the new forum or I also recall a server issue where some data was lost a long time ago. 

@Markiyan Hirnyk what answer are you expecting?  Please present the answer you are expecting to see.

I looked at the wiki and I see ..

"Usually the mode of a binomial B(n, p) distribution is equal to , where is the floor function. "

I don't see how maple's answer of

Statistics:-Mode(Binomial(n, p));
                        floor((1 + n) p)

differs from that of what the wiki said.

@Bryon Before the change I could use the snip tool in windows7 to snip a part of the screen and crtl-v into mapleprimes. 

Currently I still can not do that. 

**edit added**  As well selecting some code in Maple crtl-c then pasting into mapleprimes with crtl-v was working nicely however now it all seems to be flatpasted and not beautifully layed out in the GUI.

exp(x^2);
                               / 2\
                            exp\x /

 

@Axel Vogt No, I'm referring now to the creating sound sample file application that is missing.  I found that application through WayBackMachine but it's links are only partially available.  The actual application on Maplesoft doesn't exist.  Any idea where it went?

@Axel Vogt Can you provide the link.  I can't see it

I am unable to locate this application.  Ultimately the links on the page I got it from do not contain the downloadable worksheet nor the Maple code.

 

@Axel Vogt Strange, it wasn't working for me before but it works now.

I don't use twitter so why would I force anyone to use it?

There are applications from Maple V you won't find by search on Maplesoft and if you're just browsing for applications you may never know some exist.  

For example
http://www.maplesoft.com/applications/view.aspx?SID=4049&view=html

Now I should be able to remove the &view=html from the header address and have the webpage come up.  However the page comes up blank!  This could be one of the reasons why the search doesn't bring it up. 

As a shorter version f' works as well

sort(arc,[f'],ascending)

Ah, I see, I have to sort the diff. 

sort(arc,[diff(f(x),x)],ascending)

Thanks for the replies.

So how would I move the 1 over in this general case

 

 

 

restart

with(Student[Calculus1]):

arc := ArcLength(f(x), x = a .. b)

int(((diff(f(x), x))^2+1)^(1/2), x = a .. b)

(1)

``

 

 

 

 

You could use randcomb to reduce points.

with(combinat):
a:=yourdatalist

randcomb(a,3000)

However I don't know wether it would retain the fit shape or if there's a similar statistics data sampling of 3000 points (-other mapleprimers - is there?)

 

First 53 54 55 56 57 58 59 Last Page 55 of 162