Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

Hi all,

restart:
a:=<1,2;3,4>;
whattype(a);
b:=Matrix(2,2,[1,2,3,4]);
whattype(b);
evalb(a=b);

Is there any real difference between these two methods of creathing matrices?

How do I check if two matrices are equal?

Thanks,

Casper

How do I copy Maple input without any modifications?

Here is my problem:Consider the MAPLE input below (Copy Example). Copy and paste results in:

restart; with(VectorCalculus); SpaceCurve(`<,>`(VectorCalculus:-`*`(2, cos(t)), VectorCalculus:-`*`(2, sin(t)), t), t = 0 .. VectorCalculus:-`*`(2, Pi), axes = boxed, thickness = 2, color = black)

which is not the same as the input. I need the unmodified Maple input for a documentation, which is published...

After viewing the table in print preview I realized that the table goes into the second page. I want to reduce the height of the table so that it fits in one page. How is that possible?

By moving the cursor to the edges of the table, I realized that it would allow to me to adjust the width of the table but not the height. The table has about 12 rows. 9 of them fit in one page, but 3 of them go into the next page. I want to shorten the height of the table so that the...

what is the maple coding for the function, f(t)=-1-(epsilon)v(t) with the initial condition v(0)=1 for the 10 term?

i had did it but i don't know how to come up with the expansion series in the maple coding

i'm trying to solve this parametric parametequation(a1,a2 & l are parameters and n is my variable): 

a2*(l^(2*n)-1)-2*(a1+n*a2)*(l^n)*log(l)=0

when i try to solve this parametric equation, maple return a RootOf term and when i try to see the values of this RootOf by Allvalues, again return a RootOf, but when i replace the parameters by numbers(like a1=400, a2=25 & l=3.2), maple return a unique n. 

I am attempting to apply some routine tests to determine the convergence of series with positive terms. I have run into a little difficulty with the root test. I am using surd( ) as shown below, but Maple will not give the exact value, which in my example, should be exp(6). Why is this happening and is there a way to get the root test to work?

Thanks!

 

How can I successfully input the following problem and be able to solve it. I have been trying with no luck. Please advise. Problem: Find the mass of a planet of radius (R), if its density at each radius (p) is δ= (p+1)/p. Notice the infinite density at its center, but finite mass M=∫∫∫δ dV. Here p is radius not density. Ok, I have the answer but have not been able to get with maple. Answer: Mass=∫∫∫psin(Φ)(p+1)dpdΦdΘ= 4/3∏R^3+2∏R^2....

How can I have Maple construct a time sequence?

My problem states 70 observations, but if you can assist me with 10, Ill figure out hte rest. so pretend there are only 10 observations... 140,159,138,102,84,126,147,126,103,92... Thank you to anyone who can help!

Hi Everyone:)

 

I'm doing a mini project at the moment and I'm pretty stuck with how to go about something on Maple...

 

My aim is to get the catenoid from an initial cylinder by use of an iterative method.

To find the minimal surface r=g(θ,z) - the catenoid - I want to minimise the Dirichlet integral (in cylindrical polar coordinates)

I'd like to be able to plot a function that not only has a range for the dependent variable(s) but also for any "variable constants" that may be in the expression.

For example, if I wanted to plot the following expression :

                    y = A sin(wx + c)

and also to explore its behaviour over the following ranges for A, w and c :

Hello!

It seems there's some problems with spaces in the name of equation

 

As you can see the 'SOLVE' command can't substitute variable 'b' in my example, if 'b' variable wasn't defined BEFORE the equation with spaces in its name....

assume i have a number 26 and assume a prime number not greater than a value, let it be 5

then it is like a division and factor into 5^2 + 1

if prime number set to 17, then it will output 17 + 3^2, 

the output will be in terms of prime number, such as  a^3+b^2 + c  where a and b are prime number

it should start from greatest prime number given as a parameter in function

Good morning,

my name is Agnieszka Dymek, I'm a Polish student and I have a question or request. I'm looking for a quite difficult, interesting problems to solve it on Maple. I need this for presentation on lecture, for my friends - it have to be exercies with application different, special function of Maple programme. I was looking for it on Polish websites and I didn't find anything interesting and complicated. 

If You have something in database or somewhere,...

I tried to use the parallelized Map function in Maple 16.

The following code worked as expected:

with(Threads);
Map(`^`,[1,2],2);

But then I tried:
Map(`op`,[[a,b]]);

and the Maple kernel crashed. This happens every time.

Any ideas what can be a reason of this?

First 1477 1478 1479 1480 1481 1482 1483 Last Page 1479 of 2224