MaplePrimes Questions

Hi,

I'm relatively new to Maple and was wondering if there was a way to use a do loop to plot a succession of graphs with different colors and legends.
So far I have

for C to 7 do
S := 'S';
S := .7+.1*C;
p || C := plot(R[123], lambda = 5 .. 25, y = 0 .. 1, legend = "S=0.7+(0.1*C)")
end do ;

display(p1,p2,p3,p4,p5,p6,p7);

But I can't figure out how to actually get the legend to update or to assign a new color to each line.

Could you tell me how to build a maplet in Maple 16

In geom3d, how do i choose the coordinates of the vertices A, B, C of the triangle ABC so that perimeter of  triangle ABC is an integer? Please help me.

What is the differences between Maple and Matlab? Which should I use?

What is the lastest version of Maple and Matlab ?

How do I look for a 9 digit pi-sequence within decimal places of the EULER e  and find the position of that string.

2,71828182..............314159265..........

      123.....................x

can someone show me screen shot how to do this??

thanks so much

Horst

I'm new user in maple programming and I trying to constuct a for loop but I taken this Error on my program! here is my program:

This is a follow-up question to my last-name evaluation question a few days ago.

Well, I thought I had got it, but look at this trivial example involving records:

r:=Record(p1=parm1,p2=parm2);

r:-p2;

         parm2

parm2:=0;

r:-p2;

        0

eval(r);

      

Dear All,

Im trying to model a rigid body, hanging from a string. In the end I have a system of 5 Equations of Motion and with all the Initial conditions I use dsolve. It gives me the error 

Error, (in dsolve/numeric/DAE/isolate) is not linear

I know the system is not lnear but that should be not a problem. One strange thing I notice is that Maple adds these dots in some equations: (the one after 15 but please see original file)

15.*cos(`ϕz`(t...

In the folders Maple 16: there is a file named MapleToolbox_Window.exe. What can I do with it?

The Strengths of maple 16 is Algebra. What the other application of maple ?

Could you help me how to draw this fractal picture in Maple 16. The fractal picture in the website below?

http://t0.gstatic.com/images?q=tbn:ANd9GcRqnwH8j-_kuEcylqzNve11ZqdjUwo6x1qOLKo2BvMWxMWoAZqxng ?

For a while I haven't received notifications about updates to answers and comments from MaplePrimes. Is that due to the recent problem with fake messages from Maple?

in this program, i wuld like to plot R against a, the assign function does not work, can any one help me please????

 
result:=[]:
omega:=fsolve(subs(Pr= 0.025,subs(Pr[m]= 0, 10000*Pr^2*(Pr^2*(Pr-1)*(1+a^2/Pi^2)^2+10*Pr^2*(Pr+Pr[m])+Pr[m]^2*omega_1*(Pr-1))/((1+a^2/Pi^2)*(omega_1*(1+a^2/Pi^2)^2*(Pr+Pr*Pr[m])^2+(Pr^2*(1+a^2/Pi^2)^2-Pr[m]*omega_1+10*Pr^2)^2))+10*Pr^2*(Pr-Pr[m])/(Pr[m]^2*omega_1+Pr^2*(1+a^2/Pi^2)^2)+(1+Pr))),omega_1):
R:=(subs(Pr = 0.025, subs(Pr[m...

I downloaded the Maple16LinuxX86_64Installer.bin from Maplesoft and installed Maple16 on my Laptop with Arch Linux X86_64. I started maple using xmaple to get to the Worksheet. When I type a simple instruction as 4+5 and hit the Enter key, I get a error message which says Kernel Connection Not Available. - Waiting for kernel connection. When I cancel that error message another message pops up which say Kernel connection has not yet been established ....... IPv6 is enabled by...

I have been grappling with the Maple concept of last name evaluation and would appreciate a more detailed explanation than is available in the Programming Guide (too brief) or the help page (confusing).

What I think I understand is this: Normally, Maple evaluates an expression fully until all assignments are resolved, leaving me with an expression having only "values" (in a generalized sense, could be strings, numbers, what have you) and "names", which are variables...

First 1700 1701 1702 1703 1704 1705 1706 Last Page 1702 of 2434