Maple Questions and Posts

These are Posts and Questions associated with the product, Maple
 

Hi, 
A new Physics:-Library:-SortProducts command got added to the Library, addressing the need for reordering operands in noncommutative products (Physics:-`*` and Physics:-`.`) in different ways (optional arguments of SortProducts). Note: SortProducts returns an expression mathematically...

Dear all,

I compute a 12,3 matrix in Maple and when I try to generate matlab code with optimization on, the result is a 36 element vector. Also, it warns me as "Warning, cannot resolve types, reassigning t15's type" and "Warning, cannot translate list". When I tried it without optimize=false it yields correct result but the file size is big. I have obtained the correct optimized resutls using Maple 13 before and hence i guess theres somthing to do with maple 17. Any...

Find f:\mathbb{R} \to \mathbb{R}, continuous such that

Find the following integral
\int\frac{\sin x}{\cos x \sqrt{1+\sin^3 x}}dx

Find all integers a, b, c that satisfies the following condition. [condition] For all positive integer n, a4^n+b6^n+c9^n is a perfect square.

convert 1/(1+z) to 

Summation(....  

Hi,

I have a function of n variables

y := (a,b .. n) → ....

For this function I need also n input values

y(x1,x2, ... ,xn)

The vector x has the input values ("x1,x2, ... ,xn") but how can I call them without typing them one by one?

Any ideas?

LegendreP(m-1/2, l+1/2, coth(x))/sqrt(sinh(x))

I want to calculate the series about x=0 but I get the error 

Error, (in MultiSeries:-multiseries) need to determine the sign of, 2*m

What problem does maple encounter here?

I tried assume(m>0) and then I got the error

Error, (in MultiSeries:-multiseries) need to determine the sign of, 1-2*m

Hi!

Within a for-loop I want to sum a column for a matrix, but using the column number j gives a error:

"Error, (in tools/add) bad index into Matrix"

 

script:

for j from 1 to J do

<<>>

Y[1, j] := sum('X[i,j]', i = 1 .. n)

<<>>

end do

 

Any solutions? Thanks!

How does one find a formula that  fits a given set of data  to the best advantage in Maple? 

 

e.g

a := [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10];

b := [ 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.011, 0.011, 0.011, 0.011, 0.011, 0.011, 0.011, 0.011, 0.011, 0.011];

c := [ -0.88, -8.87, -0.86, -0.82, -0.77, -0.71, -0.66, -0.62, -0.57, -0.54, -0.89, -0.88, -0.85, -0.81,...

calculate \int_{0}^{\infty}\frac{sin^3x dx}{x^3} by using

I want to simplify my equations in Maple

In case of MATLAB i can write


a= 1:0.5:150;

 e= [0.001 0.05 0.151 0.201 0.301 0.951 2];

s= kron([e], ones(1, 12));


But, how to write and create matrix in this form using Maple? 

 

Thanks in advance

2014! How many Zero in that number?

Hello,

To simplify and try to keep my program structured, i use sections. I often need to desactive all the lines codes of a section. Is there a soluion to desactive many lines in the same time without putting this # to each line.

Thank you for your help.

First 1432 1433 1434 1435 1436 1437 1438 Last Page 1434 of 2224