MaplePrimes Posts

MaplePrimes Posts are for sharing your experiences, techniques and opinions about Maple, MapleSim and related products, as well as general interests in math and computing.

Latest Post
  • Latest Posts Feed
  • Similarly to searching of digits of π, Maple can access other Internet resources. In particular, here is an example of accessing MAGMA through William Stein's online SAGE/MAGMA/PARI calculator,
    i am trying to solve: L_fire_7 := 0.5*trans_7 * p *((2 * h * c^2 / (lambda_7)^5) * (1 / (exp(h*c/(k*lambda_7*T)) -1))) = L7; L_fire_21 := 0.83*trans_21 * p *((2 * h * c^2 / (lambda_21)^5) * (1 / (exp(h*c/(k*lambda_21*T)) -1))) = L21; for T and p using PolynomialSystem. the result contains _X. i have no idea what that symbol means and can't find anything in the manual nor on the web. any help is highly appreciated! (also in regard to how to solve this better than using PolynomialSystem). -florian
    Will mentioned in his blog a problem of finding the first occurence in π the given sequence of digits - a birthday, for example. It can be done in Maple through the search engine at http://www.angio.net/pi/piquery as follows,
    FYI, a few people have reported the activation e-mails that is sent after registration is not arriving. If you are a new user and you don't receive a message from us within one hour, please e-mail us. Thanks for your patience. T4.
    Find out if your birthday is contained in the digits of Pi. First posted in Will's blog.
    This site lets you enter your birthday as a sequence of numbers and it checks to see if that sequence of digits exists in the first 1254543 digits of Pi. Mine (12221982) wasn't in it, Maybe yours is. You can also enter any other sequence of digits to see if they exist as well. It probably would be simple to do this in Maple. Maybe it would work even better. Here is a challenge then, write a Maple application that does the same thing but to a greater number of digits. Link Via (CowPi)
    I put on PhiMaTeX a simple sheet implementing first steps in percolation simulation : Percolation
    It is hard to follow up the Math Rap, but the Pi Song is pretty geeky too. And it is kind of catchy. I wish it went on longer. Link (Via Trixie)
    My thanks to Prof. Meade and Prof. Harrington for their suggestions on how to increase "maxmesh" or "abserr". Prof. Harrington's suggestion about adding 'maxmesh=500' as an option in dsolve didn't pan out, but I'll try other numbers--I understand the maximum is about 8000 plus. Prof. Meade's suugestion about adding "abserr=1e-4" also didn't pan out (on my Maple 9.5--Prof.Meade seems to be using Maple 10,though this shouldn't make a difference,methinks!) However,adding abserr=1e-3 as an option to dsolve DOES work! Very strange indeed. Anyway,I've got my graph,and thanks again to Prof. Meade et al.
    I ran across this amusing article on a recent poll of British scientists on who's greater, Einstein or Newton? Of course you'll have to take the results with a "grain of salt" as it was not nearly as scientific as our own poll... :-)
    I have written a relatively large simulation in Maple10 and it is literally taking forever to run for any decent size and time. I have been trying to convert to C to run in C, which became a serious problem, then I tried to use "compile" which again was very problematic. They seem to work only when the code is written in a C-like format anyway, in other words to use of lists and very fussy with arrays and procedures within procedures seems to create problems. I just wanted to ask if there is something clever I can do, to convert my procedure (there are about 20 of them) and if there is certain rigorous formatting I can do without having to literary re-write my whole code, as that is the way it seems now.
    The Maple V Share Library was a wonderful facility for mathematicians comprising some 140 Maple routines, packages and worksheets written by Maple users and contributed freely to the Maple community. John Maplenut has written a short program which allows the Maple V Share Library for Windows to be accessed directly from all versions of Maple up to and including version 10. You can access the Package from the Maple Application Center or from John Maplenut - Updated Maple V Share Library.
    One might expect to find all curve fitting tools in the Curve Fitting Package, but some are in the Optimization or Statistics Packages. Would it be possible to bring them all together?

    J. Tarr
    The Maple Conference is the annual user conference held in Waterloo, Canada. For 2006, the dates are July 23-26. The conference information page contains the initial details.
    Hello , I have been trying to plot the solution to a boundary layer problem using Maple via the following programme: >BVP:={0.1*diff(y(x),[x$2]) + (x^0.5)*diff(y(x),x) - y(x) = 0, y(0)=0,y(1)=exp(2)}; >J:=dsolve(BVP,y(x), type=numeric,method=bvp[midrich]); >plots[odeplot](J,[x,y(x)], 0..1,color=blue,style=line,symbol=circle, symbolsize=12); However,before I can write the instructions to plot, I get an error message saying: "Error,(in dsolve/numeric,bvp) unable to achieve requested accuracy of 0.1e-5 with maximum 128 point mesh (was able to get 0.17e-4), consider increasing "maxmesh" or using larger "abserr" ."
    First 285 286 287 288 289 290 291 Last Page 287 of 306