Applications, Examples and Libraries

Share your work here

National Public Radio in the USA carries Car Talk, a humorous phone-in program in which Tom and Ray Magliozzi (Click and Clack, the Tappet Brothers) diagnose and offer solutions for mysterious auto-related maladies. It's an amusing hour on Saturday mornings.

 

Here's an example exhibited by Nusc, which I have tweaked slightly to make it look more like your mathematica example.

### Reference: http://www.mapleprimes.com/questions/36580-Bifurcation-Diagram

### xexpr is the logistic function to be iterated (we always start off at x=1/2, which will eventually attract).
### [ra,rb] is the range of the parameter.
### acc is the number of points sampled in [ra,rb]

Bifurcation := proc(initialpoint,xexpr,ra,rb,acc)

On November 22, Joe Riel posted an implicit differentiation problem that caught my attention. It took the manipulations typically learned in an Advanced Calculus course one step further, but the devices learned in such a course could readily be applied. Joe's solution was expressed in terms of exterior...

I've submitted an application to the Application Center: An Epidemic Model (for Influenza or Zombies).  This is an interactive Maple document, suitable for instructional use in an undergraduate course in mathematical biology or differential equations, or a calculus course that include differential equations. ...


This is the Affine Scaling Algorithm outlined by:

Linear and nonlinear programming with Maple: an interactive, applications ...
Paul E. Fishback,Paul F. Fishback

Wide set of expressions can convert to compiled functions. Expressions can even include definite integrals.
Hope it helps for others who want really speedup calculations in maple as much as possible for now.

ex.mw

 

Checked under 15.01 version

My daughter the psychiatrist recently shared a link with me that mentioned a factoid about Facebook: "84 per cent of people think their friends have more friends than they do".  Actually they don't just think this: for 84 percent of Facebook users, the median friend count of their friends is higher than their own friend count, according to

We are looking for someone that can develop some maple scripts for us. Must have some chemical engineering knowledge.

contact us: smne33@hotmail.com

 

regards.

For pass argument I use the ssystem command.

So I'm able to pass argument by launching my script like this.

login@hostname:  echo  ARG | ./example.mpl

example.mpl look like this:

-------------example.mpl----------------

#!/usr/bin/maple

with(StringTools):

ResultArray:=ssystem("read MapleArg; echo ${MapleArg}"):

#

The folks at Grand Valley State University have posted a nice set of Maple tutorial videos on YouTube.  The videos have been designed for students taking 200-level math courses, but they are certainly suitable for anyone who is either new to Maple, or looking for a refresher.

Enjoy!

http://www.youtube.com/playlist?list=PL81C1945FA962279F

Bryon

@ThU

Download Quaternion_Fractals_.mw

Not in the same league as the "Mandelbulb" pictures you may be referrng to, but a couple of years ago I messed around with plotting 3D Quaternions in Maple. Pictures in the attached worksheet

Samir

I've submitted an application to the Application Center: Great Expectations.  This is an interactive Maple document, suitable for instructional use in an undergraduate course in Probability.  The mathematical content is related to the Laws of Large Numbers and Central
Limit Theorem.  It requires no knowledge of Maple to use.

Syrup-0.1.8.zip is a rewrite of the Syrup package, an electric circuit solver for Maple.  It reads either a SPICE-like syntax, or a compact ladder notation.This update runs on Maple 15. I've added a few features, such as the ability to export to Modelica, which can be used with the ?MapleSim product.  Also added are two new controls,

No, I'm willing to bet it's about as random as flipping a coin.  You might say, huh?!  I think my theory is interesting but this isn't really a maple question although perhaps we can make it into one, it would be that much more interesting.  I haven't done so yet, but anyone is welcome to.

With practice, I can flip a coin and get 30 heads in a row no problems.  Now say for a roulette wheel operator who uses it constantly, you don't think he's gained...

I have uploaded to the Maplesoft Application Center a worksheet exploring the orbital dynamics of the recently discovered Kepler 16 system, where a planet orbits a double star. 

Your comments and suggestions will be appreciated.

First 60 61 62 63 64 65 66 Last Page 62 of 77