MaplePrimes Questions

Is there any way in MAPLE to set up a workksheet in such a way that you can enter |B| and have it produce the same result as Mag(B) where Mag:=b->sqrt(Re(b)*Re(b) + Im(b)*Im(b))
I have a frame where u_n and u_t are perpendicular unit vectors with u_n pointing to the right and u_t pointing up. Where the frame is rotating with angular velocity w in the anti-clockwise direction and time is t then d(u_n)/dt = w u_t How do I set Maple up so that it will do a symbolic differentiation of unit vectors - or any vector - in a rotating frame?
Hello! Is there any way in maple to create graphs? I would like to make my graph theory note more picturesque with it. Daniel
I need to export some 3d graphs to eps, then add some text and line, and then use them in a tex document. There are several problems with the eps produced by maple. Maple also saves the non-visible parts to the eps. This just makes the file unnessesarily big and slow to work with. Can I stop it from doing this? The lines of the curves is for some reason composed of thousands of lines on top of eacother. A little piece of a simple line, can consist of 10 thousand lines on top of each other. This makes a simple graph easily consist of 100 thousand lines and very slow to work with. Can I stop it from doing this, and only make the visible line.
A simplified optimization problem of mine can be stated as follows: obj := (b) -> x^2-b*y; constr := (b) -> b*x+y = 0; SL := (b) -> NLPSolve(obj(b), {constr(b)}) which means that the objective function "obj" is minimized under the constraint "constr" given a certain value of b. Input the command SL(0), SL(1)..., maple will give you corresponding optimized values of "obj". But this relationship between b and SL(b) cannot be plotted. At least, with a simple function like plot(SL(b),0..100) it is impossible to get a figure. So...how solve this problem here? Thx a lot!
Hi, I'm trying to plot a simple function of K*Cos(w1*t)+K*Cos(W2*t)+K*Cos(W3*t) in frequency domain using Maple. Y-axis can be the amplitude and X-axis is frequency domain in radian. I could use Fourier transform to conver the time domain to frequency domain function. But, Since the w1, w2, and w3 are undefined values, I don't know how I could draw it in symbolc way in frequency domain. Here is my assumption for w1, w2, and w3. w2-w1 not equal to w3-w2 They could certain frequencies in positive. K is a positive constant. I expect a plot as following:
      Amplitude
          ^
          |
          |       |     |   |
          |       |     |   |
----------|-------w1----w2--w3----------> w [Rad/sec]
As seen, w1, w2, and w3 has a different interval and Dirac pulse at w1, w2 and w3 domain with an amplitude of K. I have no idea how I could implement this symbolic plot in Maple. Should I use some assumption statement? or programming?? Please help. Thanks,
hi i have one question in maple is many function which can have two 2D output like sum: Sum(f,i=3..n); in 2d Sum(f,i=3..n); sum(f,i=3..n); in 2d (n-2)f; for example i wanna my own function which will has two forms like a sum but in unevalued form will be instead of sigma for example Q or another symbol and above and belove that symbol will be some values, and in evaluated form there will be expression or number; another example is Diff or BesselJ funcions which have both two forms (symbolic/algebraic) my question is how to make this? Q(4,2);
Greetings! Newbie to the forum... I have created and solved a set of 2 PDE's, and I am trying to plot the results. I am capable of seeing the results of the second PDE by using the default command below. Is there a way to specifically pick which PDE to plot (I'm sure there is, but I can't seem to figure it out). pds := pdsolve(PDEset, PDEIC, numeric, time = t, range = 0 .. 30); pds:-plot3d(t = 0 .. 5, x = 0 .. 30, axes = boxed); Any help appreciated! Fred
My goal is to have users question banks in text files, and then read the data (both text and Maple procedures) in, through the readline function. The problem is, when I use that function, they come out as strings. For instance, if the first line of my file default.txt is diff(x^2,x) then the command readline("default.txt"); will display "diff(x^2,x)" I've tried using the convert function, but I can't find a type that will change it to a procedure. convert(aString,symbol) puts it as a symbol, but when I assign a variable to that symbol all it does it spit the symbol back out, it doesn't execute it. And if I use type(aString,procedure), it makes a procedure which displays the string. I need to remove the double quotes somehow and turn what's inside into a full-fledged Maple procedure. Any ideas?
When I saw a statement on a post I thought "I didn't know you could do that". I downloaded it and it wouldn't compile. Here is the statement. G := (i,j) -> if is(i,even) and is(j,even) then 1; else 0; end if; When I tried to compile this in MAPLE 10 I got an "invalid arrow proceedure" error. Should this compile? Thanks
In a number of posts containing code I have seen the expression fi. When I type ?fi I get the help file on if. I read through this file and find no reference to fi. Could someone explain what fi is and/or where I might find it discussed in the help file? Thanks
Hello everybody! Could anybody help me How can I obtain a numerical solution for an ordinary differential eigenvalue problem? I suppose that it can be something with "dsolve,numeric". Thank a lot
Dear all: Anybody could tell me how can I obtain this integral with maple? Int(u^(d)*coth(u/2), u=0..infinity); where "d" is positive thank a lot D. Reyes CBPF
As a project I have found need to create a new type through the external calling interface of maple. To allow for easy use of this type I have been overloading the operators to handle this new type. Most of them seem to work quite well but I am having a problem that by overloading these operators some totally unrelated functions seem to break (even when not dealing with my new type).
Hello everybody! I again have a problem with "Dsolve numeric". I solve a system of linear ODEs with boundary and continuity conditions.I got an error, which is associated with any internal procedure of Maple. For the sake of simplification, I reduced the order of equation from two fourth-order ODEs to the eight equations of the first order, but the same error is outputed. Download 2847_problem-1-1.mws
View file details Please help me clarify it. Thank you
First 2350 2351 2352 2353 2354 2355 2356 Last Page 2352 of 2411