Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

HW_6.5.mw

I just want to know how i could label the expressions that are generated by executing the loop,

like A1 = .....

A2= .....

If you see the file above , the for loop gives out several expressions in terms of c and t , the equations generated are correct but i want to give each expression a label like A1,A2,A3 when the output is generated

I am trying to make substitutions into a matrix using the subs() command, but it does not work.

for example

with(linalg):
A:= matrix([[a,b,c],[d,e,f]]):
B:=subs[inplace](a=1/L,b=-1/L,c=1,d=-1/L,e=L,f=1,A);

                                         ...

Back when I was working at the University of Waterloo, I found several copies of a VHS tape sitting on a dusty bookshelf full of old Maple boxes and manuals. The tape's cover had a line drawing of Issac Newton on it and the title "Maple V: The Future of Mathematics".

There was...

can any one please help me to know the no.of default iterations in isprime() function.

 

Thanks in advance.

GANESH.

Maple 15 will soon be released (looks like sometime in April based on the last two relese dates).  It also looks like Maplesoft, recently, has settled into a happy release date schedule of April and October where we can most likely expect a major release or update to be available. 

It seems ironic that the even releases of Maple seem to be the most successful.  Maple 10 was more so than Maple 11 but probably due to it's long 2 year stay before...



Dear all,

I've got a Vector,

>V:=<xt[1, 1]*xt[1, 2]*alpha>;

and what I want to get is the elements in V which has xt[2,2]. In this case, <NULL> is what I am looking for.

I tried the following line:
> select(has,V,xt[2,2]);
     The result is Vector(1, {(1) = NULL});
when I tried
> select(has,V[1],xt[2,2]);
     The result is 1.
I have no idea where this

When I use pdsolve to solve a system of PDEs, and tell it to use HINT='*', does the solution I get ONLY contain those obtainable by separation of variables, or does it use separation of variables as a starting point and deliver the general solution? And how can I tell?

Hello,

I make an simple animation as the figure illustrated, which the key codes were learned from Mr. Robert Israel a few days ago in one thread. Now I want to let the rectangle motionless when the circle rotating in the rectangle for a special use. Is there any way to achieve it? 

Good Night.

I have problem when i am using ODE, because i have an error : (in plots/odeplot) curve is not fully specified in terms of the ODE solution, found additional unknowns {x3(t)}

I do not know how I can 

Hello everyone,

I need to create a 3d plot, but color the surface depending on the function's sign, say red for positive values, green for negative. How can I do that?


Thank you,

Ozgur

 

Hello

I would like to have an optional input value in my procedure. It could be of type string or numeric value.

Example:

bgp:=proc( x, y, z, optional) local bgp, A;

bgp:=Array(1..2);

bgp1 :=pointplot3d([x, y, z]);

# if the optional value exists:

bgp2 :=textplot3d([x, y, z, optional]);

A:=bgp1;

# and if the optional value exists:

Hello to all,

I have some data and i want to create a 3d columngraph from them but i can't  find a relative command in Maple.. I want something like the "AreaChart" command without the lines connecting the points..One solution is the Pointplot 3d, but if there is a way to do it with columns is much more preferable..!

Thanx!



First 1741 1742 1743 1744 1745 1746 1747 Last Page 1743 of 2249