Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

is there any way to solve this integration?

 

int((1/200*(x-r))*r*(1+(a+(1/400)*(1+a^2)^(3/2)*r^2)^2)^(3/2),r=0..x)

 

 

 


how to implement the unwrap function from Matlab?

Description

Q = unwrap(P) corrects the radian phase angles in a vector P by adding multiples of when absolute jumps between consecutive elements of P are greater than or equal to the default jump tolerance of radians. If P is a matrix, unwrap operates columnwise. If P is a multidimensional array, unwrap operates on the first nonsingleton dimension.
Gracias

One thing I think is a bit strange is the notion that the loop counter
is assigned a value after the loop is done. Why is that ?

for example:

for i to 10 do
print(i)
end do;

The above code will simply print 1..10 but then if you simply run:

i;

then 11 will be printed out. How often do you actually need i to be assigned
a value after the loop is done?

I think it would have been much better if i is unassigned when the loop is done

what are the command of characteristic set and basic set of polynomial in maple?

google can not find, do the commands exists?

I have two system of differential equations, the first one is implicit differential equations and the second one is BVP problem.

Maple can't give answers for both of them.

Can you help me ,Numerical approach is very appreciated.

thank you in advance.

unsolved_problems.mw

what is the command get the number of rows and columns of a matrix?

What maplesoft product is best for Mathematics in Computing? The textbook being used is Discrete Mathematics and Its Applications (6th Edition)

what is the command to find the rank of a polynomial?

actually i do not know the definition of rank of polynomial

i guess rank of x*y = 2 rank of x^3*z^2 = 5

i guess rank of  x*y+ x^3*z^2 is the maximum of above ranks, so it is 5

if i am wrong, please tell me, as i can not find in google, and there is no definition in my book

i calculate a polynomial as following

yn := f(x) = _C1*hypergeom([-(1/2)*n, 3/2+(1/2)*n], [1/2], x^2)+_C2*hypergeom([2+(1/2)*n, 1/2-(1/2)*n], [3/2], x^2)*x

 

want to get the polynomial with degree n  for  summation_n_from_0_to_infinity y_n*z^n/n!

such as n = 1 n = 0 n = 3, but above yn is hypergeom, is n represent degree, if so, i use subs, then is finished, if not, how to get polynomial with degree n?

u = -1/2*ln(-2*t*x+x^2+1)/x;

what is command to find x in terms of u of above formula? i.e. x = u^2+u+1

Most programs will not produce and assign to a large number of global "top-level" names. But it is interesting that the cost associated with such global name assignment is related to the number of entries in libname.

A possible cause of this cost is the need to check whether the name is protected, before assigning.

The following timings were made on 32bit Maple 15 running on Windows 7, on an Intel i7. The set of four timings is...

 Hi.

How can we use  the variation of constants formula to solve the IVP

Hi. I have a system of PDEs. How do I plot its solutions?

I want to calculae the value of "Z" shape strip resistor like below. One end is AB and the other is FG,the thickness is t.
I want to use the Schwarz-Christoffel Mapping for this problem,"Z" shape to rectangle.
I have already find the map from rectangle to half plane,exp function.
But I can't find the analytic form relation from half plane to the "Z" shape.
Can you help me,please?
Thank you in advance.

 

How can I tell Maple to compute the product of tow symbolic matrices

A:=Matrix(2, [[a,b],[c,d]]);
B:=Matrix(2, [[e,f],[g,h]]);

C:=multiply(A,B);

to have C:=([ae+bg, af+bh],[...])

First 1674 1675 1676 1677 1678 1679 1680 Last Page 1676 of 2223