MaplePrimes Questions

I intended to post this msg in this forum but somehow put into the MAPLE TA forum. Here it is where it belongs. I know this is a really basic question & I'm kind of surprised I haven't run into this situation before, but here goes. Multiple assignments are possible, e. g. a,b,c = 1,2,3 What's the simplest MAPLE command(s) which will place into each of these 3 variables a value twice its previous value. I try stuff like a,b,c = map(x->2*x,(a,b,c)) and MAPLE says no way!
how do i solve a set of coupled differential equations like these for x(t) and y(t) eqn1 := (D,2)(x)(t) = -a*sqrt(D(x)(t)^2+D(y)(t)^2)*D(x)(t), eqn2 := (D,2)(y)(t) = g-a*sqrt(D(x)(t)^2+D(y)(t)^2)*D(y)(t)
Hi, Im using the display command to plot 3d surefaces/projections (which the also overlap on different occasions)on the same graph coming from different equations. My question is how can i colour the surfaces with a command (its too hard to do it onthe graph)so i know to which equation each surface corresponds to? Is there an additional way offered from maple to distinuish the graphs from each other. Finaly, I use the command labels=[x,y,z] to call my axis "Time of Fault Clearance,s" , "Magnitude of Fault Current" , "Parametr".How do i syntax a string? Thanks for your time
Below is the code I'm trying to get working. In matlab this would be cake, but I can't seem to figure out how to get this working in Maple. Help Please.... > for j from 1 by 1 to 6 (for n by 1 to 6 do M[j,n]:=(∫)[o]^(l)(phi)[j]*(phi)[n]*p ⅆx end) end do; Error, invalid sequence for j from 1 by 1 to 6 (Typesetting:-mambiguous(for , Typesetting:-merror( Ok I also can't get my code to past in..... urgh...
Hi, I am having a problem with making all of my worksheets appear as tabs. Maple only displays a worksheet and then I have to use the back or forward arrows or the "more" windosw pull down to activate a sheet. I have had all the worksheets appear as tabs above the worksheet before, but cannot figure out how I did this. I am using Student Maple 10. Can anyone tell me how to make them appear as tabs? I have check what I think is the appropriate box.. open worksheets in new tab. TIA Larry Ciak aka malt_master@comcast.net
what does that mean? I cannot find it on the help?
Hello, my question is connected to the topic in my blogpost - Testing objects for equivalence. Alec Mihailovs wrote a procedure for nested verifications. But this doesn't work for relations where one relation equals to the second one multiplied by a constant. They are different, but solution is the same. For example: x=1 2*x=2 also Maple answers false. verify(x=1, 2*x=2,relation); false
Hi, I have a question. In the Classic Worksheet in Maple 10, how do we change the triangle brackets <> to the square brackets [] when entering matrices with the Matrix palette. Thanks
I have found the second derivative of a function, but am unable to identify the correct command in maple that will allow me to solve for my variable when the derivative is equal to zero. I am attempting to identify the points of inflection. I thought that the command would be similar to the one I used for the first derivative, but it is not working. This is what I tried. (D(D(f)(x)),=0.0,x); I used D(D(f)(x)); to find my second derivative. I used D(f)(x); to find my first derivative and (D(f)(x)),=0.0,x) to find all points where x was equal to zero for my first derivative. I have also tried (D@@2)(f); with no success.
Hi I need to use the 'del' operator form with both subscript and superscript acting on it. I would for example like to be able to differentiation of a function that combines a number of vectors with respect to a particular vector. I then need to take the components for example (x) corresponding to the subscript on the del operator. Is there an easy way to do this? I can perhaps make it simpler by just using the standard derivative, but dont know how to do this with respect to a vector. Could someone help out a newbie here. I can then take the dot product with a unit vector in the x direction to obtain just the x component.
My question is: (Frent Analysis)
I have this vector function S:=t-> <t^3,3*t,t^4>
I got S(1) wich is <1,3,1>
Also, I got TNBFrame(s(t),t);
and tnb1:=eval(%,t=1) for t=1
I got the Normal Vectot N, Binormal Vector B,the curvature(s(t),t), and curv:=eval(%,t=1);

the radius is rc:=1/curv;

the question:
Armed with this knowledge, use Maple to find the equation of the osculation circle to the curve s(t) at t=1. Plot the curve and the osculation circle on the same plot. Also, plot the three vectors, T,N, and B, at the point s(1), with different colors, at the same plot as the curve and the circle.
Hi, I am trying to solve these 6 equations with 6 unknowns. Unfortunately, "fsolve" does not give numerical results. Please let me know if there are other commands that I can use. I am using Maple 10.06 (Build ID 255401). restart; C := 2; TY := .9; Y := Vector(1 .. C, TY/C); TM := 1; DL := 5; eq1 := X1 = (Y[1]+Z2)/TM; eq2 := X2 = (Y[2]-Z2)/M2; TX := X1+X2; eq3 := M2 = (1-X1)*TM+X1/(1/TM+W1); W0 := Y[1]/TM^2+Y[2]/M2^2; EF := W0/(1-TX); eq4 := W2 = EF+X1*min(W2, DL); eq5 := W1 = (TX*EF-X2*W2)/X1; eq6 := Z2 = Y[2]*max(0, W2-DL)/W2; fsolve({eq2, eq5, eq1, eq3, eq6, eq4}, {M2, X1, X2, Z2, W1, W2});
I am trying to get "contourplot" to label the curves it produces. Is this possible? How? An associated question: Can I force the values at which the level curves (contours) are produced, e.g., show the contours for f(x,y) = 5, 10, 15, and 20. Thanks for your help. Tom
I have these equations.
I'm continuing to work on my Maplet with the question bank, and can succesfully read in files outside of the Maplet using the readline command and parse. However, this is limiting in the fact that the user has to type in the name of the file in a Maple command line. I would like to use the FileDialog to have them select the file with the questions and answers. It's easy to use RunDialog with to run the FileDialog, but once they've selected the file, how can I assign that "string," say, ["E:\questionbank.txt"] to a variable that I can use outside of the actual Maplet code? I need to throw it to the readline procedure I created so it can read each line and parse them, etc.
First 2351 2352 2353 2354 2355 2356 2357 Last Page 2353 of 2416