MaplePrimes Questions

Good morning.
I'd like to know if (and how) it is possible to use Dirac's bra-kets notation, so often used in Quantum Mechanics and Physics courses...
I searched in this site and with google, but I found no hints...
Probably that notation conflicts with the methods used to write a vector, e.g v:=; , but I wonder if it exists a workaround, an hack, a package, a library or something else to accomplish the task...

Thank you.
Have a nice day!

Gabriele Inghirami
I'm looking for a C library that does symbolic manipulation - particularly integration. Does anything like this exist?
Thanks,
Paul
We use maple to generate all of our computational bits, dump this out to header files, and include this in our code base. A lot of the code that is generated is redundant so it would be nice to have codegen[C] know, or at least be able to be told, to optimize the entire code being dumped to the same header file. Is this possible? Examples follow... " ..... DCb := array(1..3): lp:='lp':ip:='ip':m:='m':ap:='ap':jp:='jp':a:='a':l:='l':j:='j':i:='i':k:='k':kp:='kp': for ip from 1 to 3 do DCb[ip] := sum(sum(sum(sum(sum(gd[ip,jp]*gu[ap,lp]*jacu[m,lp]*jacu[a,ap]*dJ[jp,m,a],m=1..3),jp=1..3),lp=1..3),ap=1..3),a=1..3):
Ok I am new to Maple and can't seem to get anything right with it. I am taking trigonometry online (big mistake) is killing me. I need help with problems like this: Find all solutions of the equation 2 sin(2x)=sqrt(3) in the interval [0,2π]. Can any one help?
How do I animate a sinus function between 0 and PI along an axis to simulate a travelling wave? I would greatly appreciate any help.
Hi all, I'm sure this is very simple - but I simply can't figure out how to do it - and I can't find any information on it. I have an equation which has been integrated and that's all wondering. However, I would like the equation to be outputted on a single line so I can copy from one window and paste it into another. As it stands Maple displays the equation over several lines so I can't do this. I could of course retype it - but its rather complex and I'd rather have the equation that Maple outputs so I know there isn't a mistake I've introduced. For what I can tell this is Maple's 2d maths display, which is default. I can see how to change it in a gui version of Maple, however, I don't have access to a gui version - its command line on linux... Its Maple 10 as well if that helps at all.
Hi folks, I'm using the IntegralTools(Change) function to change the variables of integration in a double integral to lower the order of a polynomial under a radical prior to integration (praise to Axel!). The result contains exponents under the radical and in the limits of integration that seem to defy Maple's numerical integration routines. (Sorry for not using HTML! I tried to present in 2D math, but the preview post omitted the math entirely. Just paste it into a worksheet to convert this text mess into a mathematical one.) Int(70871722182849/100000000000000000*Int((20.6066600725-0.164853280580e-1*sqrt(1.562500*(RealDomain[`^`])(10, 6)+7.58249999999*(RealDomain[`^`])(10, 6)*(RealDomain[`^`])(xi[2], 99999999999999939/100000000000000000)-3.35631780000*(RealDomain[`^`])(10, 7)*(RealDomain[`^`])(xi[1], .10000000000000)*(RealDomain[`^`])(xi[2], 99999999999999939/100000000000000000)+9.19908900000*(RealDomain[`^`])(10, 6)*(RealDomain[`^`])(xi[1], .20000000000000)+9.19908899998*(RealDomain[`^`])(10, 6)*(RealDomain[`^`])(xi[2], 99999999999999939/50000000000000000)+7.58250000000*(RealDomain[`^`])(10, 6)*(RealDomain[`^`])(xi[1], .10000000000000))+50.0000000000*(RealDomain[`^`])(xi[1], .10000000000000)+50.0000000000*(RealDomain[`^`])(xi[2], 99999999999999939/100000000000000000))*(RealDomain[`^`])(xi[2], 0.70163004961021e-1), xi[1] = (RealDomain[`^`])(c, 1000) .. (RealDomain[`^`])(d, 1000))/(RealDomain[`^`])(xi[2], 99929128277817151/100000000000000000), xi[2] = (RealDomain[`^`])(a, 100000000000000000/70871722182849) .. (RealDomain[`^`])(b, 100000000000000000/70871722182849))
Our's is a large I.T training organisation we are looking for I.T Professionals who can create worksheets through Maple 10.Familiarity with the mathematics module will be an added advantage.
The requirement is quite urgent if anyone interested or knows anyone who is interested please contact ASAP.

I am trying to export the animated gif generated by this maple code: It exports the animated gif with a gray background. How can I get a white background? Thanks
Hello all, I have a question about numerical integration in Maple. I have an equation (a PDF) which I need a numerical answer from as Maple can't find a closed form solution (which isn't too surprising given the equation in question). Anyway, the equation has several parameters which are varied and the equation looped over. That's no problem, and generally Maple will find a numerical solution to the problem. However, towards the extreme value case I get error messages basically saying Maple hasn't found a numerical result. The equation giving the error is: -20.01782577 I exp(-490.0000000 - 50. x) (-0.1625801243 10^212 I + erf(0.2258769757 I (9801. + 980. x)^1/2 - 0.2258769757 I)) dx
I cannot install MapleTA 2.51 with SUSE 10.1. It gives the same errors as I see in the forum for Maple 10. The suggested fix for installing Maple 10, commenting out the "export LD..." line, only leads to a new install error. It says that a ".Z" file is not a gzip file. Has anyone installed MapleTA 2.51 on SUSE 10.1 successfully?
I have Maple worksheets a.mws and b.mws in directory C:\maplecode. I’ve set this directory to be the current directory by executing the command currentdir(“C:\\maplecode
Hi, I have a proc that generates a "piston" plot in 2-D. I generate this with a procedure. Calling the procedure works, but calling it from Plot3d doesn't. I'm really not sure why. I'd appreciate the help. My stuff is below: Diameter := 46; Shape := proc (x,y) if((x^2+y^2)^(0.5) <>
hello, i just started using maple in school and i was wondering if i can make it show all calculations. it always gives a nice answer but im wondering it if can show me all step by step and not just the answer so it will help me learning. thanks in advance.

btw i tried looking in the manual and using google, but didnt find anything.

jenni
I have an expression of the form diff(var_name(t),t)= -K + procedure_name(var_name(t)) where K is a constant. The procedure is a boolean function. the var_name(t) is not recognised as a numerical value in the procedure and an error is reported. Any suggestions greatly recieved. The actual procedure is shown below. > restart: > m:=1: > P:=10: > RLLS:=proc(vt) > local max,v,N,k,feq,mu,lambda; > max:=.01: > v:=vt: > N:=9.807: > k:=.0001: > feq:=10: > mu:=2: > if abs(feq/mu*N)
First 2263 2264 2265 2266 2267 2268 2269 Last Page 2265 of 2308