Maple 13 Questions and Posts

These are Posts and Questions associated with the product, Maple 13

Hi,I explained my problems in the WS below,Thanks in advance.

Prob_defIntrl.mw

I want to export a figure,

whatever the format I select, for example bmp,

I found that the resolution of that exported bmp file is fixed 400*400,

how can I change the resolution with a command,

because of its precise control,

help me,

thank you in advance.

Almost a couple of years ago,my quantum mechanics II course teacher was talking about the importance of diagonalizable matrices.Near the end of that lengthy class I was losing my attention & at that time he was talking about finding the diagonalization using Mathematica,but I was not sure.However,since I didn't/don't use Mathematica,I was trying to find the command to diagonalize a given matrix in Maple.I was using maple 13 then & I found a command  called "DiagonalMatrix(...

ans:=CompleteSquare(x^2+2*x)

                                             ans := (x+1)^2-1

ans1:=CompleteSquare(x^4+2*x^2, x^2)

Error, (in Student:-Precalculus:-CompleteSquare) arguments after the 1st should be a name, function, or a list or set of names or functions...

Hi,   I want to plot a vecotr 100x1   with neumerical data. Could anyone help me.

Amr

> f (x) =  x^3+2*x+1
                 
> NewtonsMethod(f(x), x = -.5, output = sequence);

              -0.5, -0.4545454546, -0.4533983368, ...

 


Hi, every body,

When I use the two orders stackmatrix and augment. It is ok. But, when I try to use the reslut matrix in any place no matrix appears.

Could any one help me.
Amr

Maple does not find the product
product((k+a)*(k+b)/((k+c)*(k+d)), k = 1 .. infinity) assuming a > 0, b > 0, c > 0, d > 0, a+b = c+d;

                         GAMMA(c) GAMMA(d) infinity
                         ----------------------------------

Dears,  I have a system of linear equation A*X=B   where A matrix 607x400  & X vector  400x1 and B vector 400x1

where A not square matrix. To sove,  I do

(A^T)*A*X=(A^T)*B,

Let   D= (A^T)*A        D  square matrix

then

D*X=(A^T)*B,

the solution is

X= (D^-1)*(A^T)*B.

could any one help me to do this by maple and cut the resluts in...

In a cup run and CuI crystals PbCl2. Did four works of solubility: pKCuI = 11.96, pKCuCl = 6.73, pKPbCl2 = 4.29, pKPbI2 = 8.19. You have 4 unknown concentrations in the solution, but 5 equations (which?). Can you explain what will happen? Documented with calculations.

I WAS WONDERING IF ANYONE COULD HELP ME OUT... I DOWNLOADED A STRUCTURAL MECHANICS PACKAGE THE OTHER DAY FROM THE MAPLE APPLICATION PAGE.... I KNOW I CAN RUN EACH OF THE DOCUMENTS INDIVIDUALLY BUT I DON'T KNOW HOW TO CALL THEM UP IN THE PROGRAM.. CAN ANYONE GIVE ME STEP BY STEP INSTRUCTIONS OF HOW I CAN INSTALL THE PACKAGE IN MAPLE 13..

 

THANKS IN ADVANCE!!!

Hey folks. I have a massively complicated equation I'm trying to solve and the internal memory can't take it.

 

Here is the problem.

 

Let f(x) := 1 - lambda*x^2

alpha := 1/f(1)

 

By solving the following equation,

 

alpha*f(f(x/alpha)) = f(x) + O(x^4)

 

We can determine a value of lambda and hence alpha (for which the real value is roughly -2.5 and the calculated value here is roughly -2.7).

hi ,friends

  now ,i get a matrix of symbolic expression,it's difficulty to find the simplest forms using the common command  as like simplify or combine

p := Matrix(4, 4, {(1, 1) = (1/2)*exp((1/2)*J[1]-(1/2)*J[2]+(1/2)*J[3])+(1/2)*exp(-(1/2)*J[1]+(1/2)*J[2]+(1/2)*J[3]), (1, 2) = 0, (1, 3) = 0, (1, 4) = (1/2)*exp((1/2)*J[1]-(1/2)*J[2]+(1/2)*J[3])-(1/2)*exp(-(1/2)*J[1]+(1/2)*J[2]+(1/2)*J[3]), (2, 1) = 0, (2, 2) = (1/2)*exp(-(1/2)*J[1...

First 45 46 47 48 49 50 51 Last Page 47 of 55