Christopher2222

MaplePrimes Activity


These are replies submitted by Christopher2222

I believe the mindset is based from the stack exchange site.

I haven't used NAG but I notice that it was integrated into Maple 14

A google search of NAG maple brings up a few links .. Introduction Maple NAG-connector brings up The Help Document that you have requested was not found

Another link NAG-Connectivity Maple features brings up You have requested a page on the Maplesoft website that is not available.


Not exactly sure what happened there.

similar to a predator prey type model 

With your production and material rate constant everything revolves around your customer order rate.

Very nicely done!  And thanks for sharing it here.

@acer yes I was thinking the same.  In any image I am sure we could trim the 10 or 20 pixels from the border without affecting the calculations to much. 

In that case we would need to run a seq to remove the border wouldn't we?

@acer Thanks that's awesome!  I'm not near Maple right now.

Would we get a slight speed up if we only dealt with, say, 3 decimal places?

loop over 1000 took 200 seconds.  To loop over the whole image will take 6771 seconds or 1.8 hours. 

 

22 sec isn't too long but on the full image it's going to take a while.  Are there faster ways?

Download imageshift.mw

For the images.  I just saved the images from the other post.  They were only 3kb in size.  Here's the zip file containing all files.

imageshift.zip

There aren't as many MapleSim experts as Maple experts but you will find them here.

Hopefully someone is probably working on a solution.  But I recall in 2010 a question was asked about natural frequency and there were no replies.  You may have better luck today as there should be more MapleSim users.

These locations may be helpful (not Maplesim related so not sure how helpful they will be)

Earthquake induced vibrations of a multistorey building  #Maple

Natural frequency and Modeshapes of a 20 Storey building

 

@Markiyan Hirnyk re:privacy - you are a funny guy

@Markiyan Hirnyk Just to clarify things, is your build id 922027 ?

@Lenin Araujo Castillo .. it is a great worksheet!  and a great start introduction.

Perhaps a more suitable title would be "Using vectors in Physics with Maple"

 

@brian bovril you just have to add a little more to your condition statement.  I hadn't the time to manipulate the code similar to yours, but this should give you the general idea if you haven't found a solution yet.

for i to nops(words) do
  if searchtext("ei",words[i])>0 and searchtext("cei",words[i])=0 or searchtext("cie",words[i])>0 then tot:=tot+1: end if:
end do:


 

First 74 75 76 77 78 79 80 Last Page 76 of 162