MaplePrimes Questions

Hi, I am trying to put a for loop inside another for loop, but it is not working. but if i split it up, it works, may I know what is it i miss out please?

eta is a diagonal matrix.

I tried writting

for i from 1 to 17 do
nod:=(2*(i-1))+1;
diz:=eta(i,i)
end do

for j from 2 to 18 do
nod:=(2*(i-1))+1;
diz2:=eta(j,j)
end do

but when i try to combine it

for i from 1 to 17 do
for j from 2 to 18 do

When maple does gauss elimination for matrice(student linalg). In "edit matrice" can i solve for x1,x2,x3..?

Hi, How do I check what sort of matrix is it by asking the right question?

For example, M is a 3x4Matrix

I type in "whattype(M)", it gives me the answer "matrix".

May I know what I should type so that it shows me that it is a "3x4 Matrix" please?

Thanks

 


Hi there,

I am trying to find an analytical solution to an integral. Unfortunately, I only get the function call returned. Is there anything I can do to get Maple to solve it?

Thank you

integral_question.mw 

how to create  a pragram to draw the rays reflected by a concave spherical mirror in maple

I have an equation of the plane Q: x + y + z - 1 = 0. Now i want to define a function 

f:=(x,y,z)->lhs(Equation(Q)): 

and i calculate the value f(1, 2, 3), but Maple understand. Plese help me.

If i want to substitute the coordinates N(a + 1, b + 2, c + 3) into the equation of the plane Q. What must i do?

I have recently discovered that some objects in maple are (unexpectadly, and perhaps undeservedly) considered type:-polynom.

> T := table():
> type( T, polynom );
true
> R := proc() end proc:
> type( R, polynom );
true

My attempts to circumvent this by using a shaper polynom type were in vain (R can be subsituted with T without affecting output):

Hi, I have a 18x1 matrix. I am trying to sort it from smallest value to the largest value. But how to I as it to show which was the original position?

For example, M is my 18x1 matrix, i wrote "sort(M)".

In matlab I would write [Q,F]=sort(M);

Q will rearrange it for me and F will tell me the original position where it is from.

Please advice. Thank you very much.

Please name the post, which had the most visitors.
Quantity must be more than 24,000.

Many Thanks!

Hi! I have 4 function. I wanna plot two of them in x=-0.5..0 range; the other two in x=0..0.5 range. How can I display that four function in one plot? Thanks!

 

How to perform the following plot in Maple?

 

 

 

Hello, I cannot import a 4 Mb file   (https://skydrive.live.com/redir.aspx?cid=8fc13b21d305c1b2&resid=8FC13B21D305C1B2!112&parid=8FC13B21D305C1B2!107&authkey=!AMlLjsY6PHKn5AQ)

(that is a symbolic expression I'd wish to manipulate) taken as a single element of a list  by  a:=ImportVector("dinner.txt", datatype = anything);

kernel says it cannot interpret file.


Is there a limit in the input file dimension ?
 It's...

I have a 6x6 matrix that depends on 8 parameters, M(F) (F is an 8-dim array, say...), and I want to compute the eigenvalues of this matrix both at a fixed point F_0 and at some other arbitrary point F'. The problem is that I need to make sure the ordering of the Eigenvalues remains the same at these two points, so that if I'd go continuously from F_0 to F' the eigenvalues would go continuously from Eigenvalues(M(F_0)) to Eigenvalues(M(F')), without any flip in the order of the entries.

First 1727 1728 1729 1730 1731 1732 1733 Last Page 1729 of 2430