MaplePrimes Questions

hi,

I have created a large matrix (31  times 4) using Maple 15. some of the columns of the matrix contains a long list.

I would like to save the contents of the matrix to either MS-Word or Excel. I tried right-click>Browse>export and saved it as an excel file. But the data in the columns consisting the long lists is lost in the saved file.

1)Is there any other way I can save the contents of the matrix.

2) the matrix seems too large...

Hi,

I meet a problem when I want to find the derivative of an integral with parameters when th eintegral has an option for numerical evaluatio.  For example

>  S := Int(sin(a*x)/x,x=0..infinity,method=_DEFAULT);

> diff(S,a);

Error, (in diff/Int) invalid Int(...) format

What is the correct syntax ?

Thanks, 

 Dan

 

 

Thank you for the suggestions. Float command helped me a lot for real matrices but when I have imaginary numbers in my matrix it gives me error.  

 after I construct the matrix A I do = implies  Af:= Matrix(A, datatype= float):

 

That gives me error message ' Unable to store 0.-18844.3412345686*I ' when datatype=sfloat'    is there a solution for that like complex_float "? I  looked at Maple help but I could not find...

Hi

I have created a figure in Maple 15 using Plots:-display() command.  I want to save the combined figure (given by display) as a .eps format. I can do this by right-click on the image>export>Encapsulated Postcript. I need to run the code several times so that it produces a different image each time(by changing variables). I have to then click on the image and drag it so that it becomes the appropriate size I wanned.

My problem is that it is difficult...

Mrs Bopha, used phone that had 7 numbers. Som didn't clear her phone number.Som remember 4 numbers in the first that had 9 ,8 , 7 and 7 Som didn't clear serial number 5 about 1 or 2.For serial number 6 didn't remember. But Som remember that serial number7 equal 5 minus serial number 6.How many time that Som  should be chose right phone 's number to Mrs Bopha?

I intend to calculate the eigenvalues and eigenvectors, but for the same matrix when i executed the Eigenvectors command in mapple twice the eigenvalues generated are same both the times but the values of eigenvector are infinite at one instance whereas they are in numeric domain in the second instance.

Can anyone please tell me why this is occuring?

Hi.

I want to solve two varibles from a vector crossproduct equation, but receives a failure massage no matter what i do.
The equation is the one below and i want to solve for Gx and Gy.

Really hope you can help.. THANKS!

with(LinearAlgebra);
F1:=<Fr1,-Ft1,-Fa1>;
Sug :=<0,0,-Duzg>;
Su1:=<Dux1,0,-Duz1>;
Mmotor:=<0,0,-Mind>;
G:=<Gx,Gy,Gz>;
OO:=<0,0,0>;

U:=(Su1 &x F1) + (Sug &x G) - Mmotor = OO;...

The sine wave in Maple 16 is shown as following

The sine wave in Mathematica is shown as following

It's obvious that the second one is smoother than the first one,I want to know how to make curves smoother in Maple 16.

Hi,

 

  I have a .txt file created from maple. I want to read some data using maple. The content of that .txt file is

 

....

some word,                     -7
                    -0.25333 10

...

some word,

The second graph is incorrect. The reason?

plots[polarplot]([3+cos(4*t), 2-cos(4*t)], t = 0 .. 2*Pi)

Hi,

I would like to know if it is possible to make Maple do the following:

Suppose you have a function dx:=1/((x1-x3)^2+(x2-x4)^2) and we want  diff(dx,x1), is there a way to obtain: *-(2*x1-2*x3)/((x1-x3)^2+(x2-x4)^2)^2 instead of -1/(x1^2-2*x1*x3+x3^2+x2^2-2*x2*x4+x4^2)^2*(2*x1-2*x3)?

Basically how to keep the denominator in a fatorized form and not expanded?

 

Thanks.

Hello,

How can i simplify the following expression which should be a function of omega

Thank you for your help

Hi again! :-)

I just ran into another problem with units...

I want to remove all units from an expression like this one

V[dis]:=(3/100000)*Unit('m')^3+0.1e-2*Pi*Unit('m')^2*(.112-0.28e-1*cos(theta)-sqrt(0.7e-2-0.1e-2*sin(theta)^2))

I've tried with convert(V[dis],'units_free') but Maple wont let me use that command, when the expression contains units in powers (square and cubic).

I guess there is another way arround, but how?

Best regards

Dear Sir,  I want to know why the procedure  appear the error : (in U1) unable to execute add.

My procedure:

restart:
>
> h0:=0.156;
> d:=0.32*h0;
> l:=1;
> h1:=h0-d;
> h2:=h0+d;
> h5:=evalf(2/3*h0);
> h7:=h0;
> s1:=evalf(2/3);
> s2:=evalf(2/3);
> g:=9.8;
> d1:=1;
> Term:=10;
> Num:=5:
> n:=1:
>
>
> for N from 1 to Num do
> k0:=evalf(0.5*Pi+2*(N-1)*Pi/(Num-1)):...

First 1608 1609 1610 1611 1612 1613 1614 Last Page 1610 of 2427